@charset "utf-8";
/* CSS Document */

/* Form */
* {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}
body {
	margin:0;
	padding:0;
	background-color: #fff;
	}

img {
	border:0;
	}
	
#wrapper {
	position:relative;
	margin:0 auto;
	width:1003px;
	}

#content-center-interna1 {
	float:left;
	width:983px;
	margin:0 10px 0 10px;
	}
.title_content-center-interna1 {
		float:left;
		width:100%;
		border-bottom:3px solid #000000;
		margin:10px 0 10px 0;
		}
.title_content-center-interna1 h1 {
	font:18px Arial;	
	/*color:#7482bf;*/
	text-transform:uppercase;
	margin:0;
	float:left;
	width:983px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
	}
.title_content-center-interna1 h2 {
	font:12px Arial;
	font-weight:bold;
	/*color:#000;*/
	margin:0;
	padding: 0  0  10px 0 ;
	float:left;
	width:700px;
	}


.title_content-header-interna1 {
		float:left;
		width:100%;
		border-bottom:0px solid #000000;
		margin:10px 0 10px 0;
		}
.title_content-header-interna1 h1 {
	font:25px Arial;
	 font-weight: bold;
	/*color:#7482bf;*/
	text-transform:uppercase;
	margin:0;
	float:left;
	width:983px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
	}
.title_content-header-interna1 h2 {
	font:12px Arial;
	font-weight:normal;
	/*color:#000;*/
	margin:0;
	padding: 0  0  10px 0 ;
	float:left;
	width:700px;
	}
/* Calendar */
.cpCurrentMonthDate {
    color: #FF0000;
    font-weight: bold;
}
.cpCurrentMonthDate, .cpOtherMonthDate, .cpCurrentDate {
    text-align: right;
    text-decoration: none;
}
.cpDayColumnHeader, .cpYearNavigation, .cpMonthNavigation, .cpCurrentMonthDate, .cpCurrentMonthDateDisabled, .cpOtherMonthDate, .cpOtherMonthDateDisabled, .cpCurrentDate, .cpCurrentDateDisabled, .cpTodayText, .cpTodayTextDisabled, .cpText {
    font-family: arial;
    font-size: 8pt;
}
Heredado desdetd.cpCurrentMonthDate
.cpCurrentMonthDate {
    color: #6677DD;
    font-weight: bold;
}
.cpCurrentMonthDate, .cpOtherMonthDate, .cpCurrentDate {
    text-align: right;
    text-decoration: none;
}
.cpDayColumnHeader, .cpYearNavigation, .cpMonthNavigation, .cpCurrentMonthDate, .cpCurrentMonthDateDisabled, .cpOtherMonthDate, .cpOtherMonthDateDisabled, .cpCurrentDate, .cpCurrentDateDisabled, .cpTodayText, .cpTodayTextDisabled, .cpText {
    font-family: arial;
    font-size: 8pt;
}

TD.cpTodayText, TD.cpTodayTextDisabled {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #6677DD;
    border-style: solid;
    border-width: 1px 0 0;
}
.cpDayColumnHeader, .cpYearNavigation, .cpMonthNavigation, .cpCurrentMonthDate, .cpCurrentMonthDateDisabled, .cpOtherMonthDate, .cpOtherMonthDateDisabled, .cpCurrentDate, .cpCurrentDateDisabled, .cpTodayText, .cpTodayTextDisabled, .cpText {
    font-family: arial;
    font-size: 8pt;
}

/* Validation */ 
.cssValidate.error {
	 border:3px solid red;
}

/* Background images */
input[type=submit] {
    background:url(img/bt_enviar_1.gif) none;    
    width:96px;
    height:27px;
	border:0px;	
}

input[type=button] {
    background:url(img/bt_cancelar_1.gif) none;    
    width:96px;
    height:27px;
	border:0px;	
}

input[type="file"] {
   width: 100%;
   height: 100%;
   z-index: 100;
   position: relative;
   opacity: 0;
   filter:alpha(opacity=0); 
   cursor: pointer;
 }
 
 .up-overlay {
    display: inline-block;
    width: 170px;
    height: 30px;	
    overflow: hidden;
	text-align: center;
}
.btn-overlay {
    width: 129px;
    height: 41px;
    position: relative;
    top: -5px;
    left: -5px;
	text-align: center;
}
#uploadedFile{
    font-size: 50px; 
    width: 120px; opacity: 0; 
    filter:alpha(opacity: 0);  
    position: relative; 
    top: -40px;
    left: -20px;
}
.tb8 {
	width: 230px;
	border: 1px solid #3366FF;
	border-left: 4px solid #3366FF;
}
