
body{
	font-family: Verdana;
	font-size: 12px;
	padding: 0;
	margin: 0;
}
/* Maquetación*/
#wrapper{
	margin: 0 auto;
	width: 100%;
	display: block;
	overflow: hidden;
}

#encabezado{
	text-align: center;
	margin: 0px auto 15px auto;
	background-color: #0061AA;
}

#contenido{
	display: block;
	width: 970px;
	margin: 0 auto 10px auto;
	padding: 10px 5px;
	overflow: hidden;
}

#contenido, #contenido td{
	font-size: 12px;
	color:#6F6F6F;
}

#contenido td{
	padding: 3px;
	vertical-align: middle;
}

#contenido p{
	text-align: justify;
	margin: 0 0 10px 0;
}

#contenido input, #contenido textarea{
	font-family: Verdana;
	font-size: 12px;
}

#formulario table{
	margin: 0 auto;
}

#footer{
	background-color: #0061AA;
	color: #FFF;
	font-size: 11px;
	text-align:center;
	padding: 5px;
	margin: 0;
}

#footer a{
	color: #FFF;
	font-weight: bold;
	text-decoration: underline;
}

#footer p{
	margin: 0;
}
.solo_lectura{
background-color: #DDD;
color: #333;
border: 1px solid #999;
padding: 1px;
}
.obligatorio{
font-size: 13px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
font-style: normal;
color: #000099;
width:auto;
}
.fecha{
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#526BAD;
font-size:12px;
font-weight:bold;
}
.nombre{
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#000;
font-size:14px;
font-weight:bold;
}
.cargo{
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#000;
font-size:12px;
}
/* CSS Para Estudiante Post */


.relleno{
	border-bottom: #85a3c2 solid 1px;
	margin: 0px;
	background-color: #85a3c2;
	height: 20;
	padding-left: 8px
}
.titulo{
color: #006699;
font-size: 14px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
font-style: normal;
}
.text_login 
{
font-size:14px;

font-family:Verdana, Arial, Helvetica, sans-serif;
text-align:justify;


}
.titulo_largo{
	width:50%;
}
.campo{
	color: #6F6F6F;
	padding: 0 0 0 10px;
}
.document{
	color: #6F6F6F;
	padding: 0 0 0 30px;
	font-size:10px;
}
.document_tit{
	color: #6F6F6F;
	padding: 0px 0 0 25px;
	font-size:11px;
}
.error{
	color: #F00;
	padding: 0 10px 10px 0;
	margin: 0 0 0 0;
}

.error_ext{
	text-align: right;
	color: "red";
	margin: 0 0 0 0;
	padding: 10px 10px 10px 0;
	border-top: green solid 1px;
	border-right: green solid 1px;
}

.campo_obligatorio{
	font-weight: bold;
	color: #6F6F6F;
	padding: 0 0 0 0;
	margin: 0 0 0 0px;
}
.normal
{
    color:#336699;
	font-weight:bold;
	font-size:13px;
}

.normal a
{
    color:#666666;
	font-weight:bold;
}
.campo_texto, .campo_texto_corto{
	border: 1px solid #CCC;
	padding: 1px;
	color: #666;
	font-size: 12px;
	width: 255px;
}

.campo_texto_corto{
	width: 200px;
}

.campo_texto:focus, .campo_texto_corto:focus{
	background-color: #FFFFCC;
}

.campo_opcional{
}

.boton, .boton_grande, a.habilitado, a.desabilitado, .boton_foto, a.link_boton{	
	background-color: #CCC;
	color: #000;
	padding: 0px 0px;
	margin: 3px;
	border: 1px solid #666;
	cursor: hand;
	cursor: pointer;
	text-align: center;
  height: 23px;
}

.boton_foto{
	width: 150px;
}

.boton{
	width: 90px;
}

.boton_grande{
	width: 40%;
	display:block;
}

a.link_boton{
	/*width: 90px;*/
  text-decoration: none;
  display: block;
  float:left;
  padding: 2px 10px 2px 10px;
  height: 17px;
}
a.habilitado, a.desabilitado{
	width:40%;
	padding: 1px 0;
	text-decoration: none;
	display:block;
}

.boton:hover, .boton_grande:hover, a.habilitado:hover, a.link_boton:hover{
	background-color: #DDD;
}
.boton[disabled], .boton_grande[disabled], a.desabilitado{
	background-color: #EEE;
	color: #B4B4B4;
	border-color: #888;
	cursor:default;
}
.mensaje{
	font-weight: bold;
	text-align: center;
	padding: 0 10px 10px 0;
	margin: 0 0 0 0;
	color: #6F6F6F;
}
.mensaje1{
	color:#6F6F6F;
}
.mensaje2{
	font-size: 10px;
	padding: 0 10px 10px 0;
	margin: 0 0 0 0;
	color:#6F6F6F;
}

.mensaje_adv{
	font-size: 10px;
	padding: 0 10px 10px 0;
	margin: 0 0 0 0;
	color:#FF0000;
}
.link {
	color:#FFFFFF;
}
.linea{
	padding: 0 0 15px 0;
}
.tabla{
	border-style: solid;
}
.titulo2{
	color: #333333;
	font-size: 13px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
}
/*********************
Estilo para el tooltip
**********************/
.tooltip {
	border:1px solid InfoText;
	background:InfoBackground;
	color:InfoText;
	font:small-caption;
	padding:2px 4px;
	text-align:left;
	position:absolute;
	width:auto;
	height:auto;
}
/*******************************
 Estilo para el date-time picker
********************************/

/* the div that holds the date picker calendar */
.dpDiv {
	}
 
 
/* the table (within the div) that holds the date picker calendar */
.dpTable {
	font-family: Verdana;
	font-size: 12px;
	text-align: center;
	color: #6F6F6F;
	background-color: #FFF;
	border: 1px solid #85A3C2;
	}
 
 
/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
	}
 
 
/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR {
	}
 
 
/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {
	}
 
 
/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {
	}
 
 
/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
	border: 1px solid #EEEEEE;
	}
 
 
/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	}
 
 
/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.dpTDHover {
	background-color: #aca998;
	border: 1px solid #888888;
	cursor: pointer;
	color: red;
	}
 
 
/* the table cell that holds the name of the month and the year */
.dpTitleTD {
	}
 
 
/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {
	}
 
 
/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {
	}
 
 
/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
	background-color: #85A3C2;
	border: 1px solid #AAAAAA;
	color: white;
	}
 
 .pendiente{
	background-color: #85A3C2;
	border: 1px solid #FFFFFF;
	color: white;
	}
/* additional style information for the text that indicates the month and year */
.dpTitleText {
	font-size: 12px;
	color: gray;
	font-weight: bold;
	}
 
 
/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
.dpDayHighlight {
	color: 4060ff;
	font-weight: bold;
	}
 
 
/* the forward/backward buttons at the top */
.dpButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	background: #ccc;
	font-weight: bold;
	padding: 0px;
  cursor: pointer;
  border: 1px solid #666;
	}
 
 
/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	background: #ccc;
	font-weight: bold;
	padding: 0px;
  cursor: pointer;
  border: 1px solid #666;
	}
