*{
	/*margin:0;
	border:0;
	padding:0;*/
}
body{
	font-family: Arial;
	font-size: 14px;
}
/* Maquetación*/
#wrapper{
	margin: 0 auto;
	width: 950px;
	display: block;
	overflow: hidden;
}

#encabezado{
	margin: 5px auto 15px auto;
}

#contenido{
	padding: 5px 0 5px 0;
	margin: 0;
}

#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;
}

#formulario{
	border: 1px solid #85A3C2;
	display: block;
	padding: 10px 5px;
	margin: 0 0 10px 0;
	overflow: hidden;
}

#formulario input{
	font-family: Arial;
	font-size: 12px;
}

#formulario table{
	margin: 0 auto;
}

#footer{
	background-color: #85A3C2;
	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;
}


/* CSS Para Estudiante Post */


.relleno{
	border-bottom: #85a3c2 solid 1px;
	margin: 0px;
	background-color: #85a3c2;
	heigth: 20;
	padding-left: 8px
}
.titulo, .titulo_largo{
	display: block;
	color:#FFFFFF;
	font-weight:bold;
	background-color: #5454e9;
	padding: 3px 0px;
	text-align: center;
  margin: 20px 0 0 0;
}
.text_login 
{
font-size:14px;

font-family:Verdana, Arial, Helvetica, sans-serif;
text-align:justify;


}
.titulo{
	width:30%;
}
.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{
	text-align: right;
	color: "red";
	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;
}

.campo_texto{
	border: 1px solid #CCC;
	padding: 1px;
	color: #666;
	font-size: 12px;
}

.campo_texto: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: 300px;*/
	width: 100px;
}

.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;
}
/*********************
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: Arial;
	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;
	}

/*.marco1{
	border-top: #99b2cc solid 1px;
	margin-top: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.marco2{
	border-left: #99b2cc solid 1px;
	margin-left: 0px;
	padding-left: 10px;
	padding-bottom: 10px;
}
.marco3{
	border-right: #99b2cc solid 1px;
	margin-right: 0px;
	padding-right: 10px;
	padding-bottom: 10px
}
.marco3_exp{
	border-right: #99b2cc solid 1px;
	margin-right: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
}
.marco4{
	border-bottom: #99b2cc solid 1px;
	margin-bottom: 0px;
	padding-bottom: 10px;
}
.marco5{
	border-right: #99b2cc solid 1px;
	margin-right: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	border-left: #99b2cc solid 1px;
	margin-left: 0px;
	padding-left: 10px;
	padding-bottom: 10px;
}
.marco5_exp{
	border-right: #99b2cc solid 1px;
	margin-right: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	border-left: #99b2cc solid 1px;
	margin-left: 0px;
	padding-left: 10px;
	padding-bottom: 10px;
	margin-top: 0px;
	padding-top: 10px;
}
.marco1_2{
	border-top: #99b2cc solid 1px;
	margin-top: 0px;
	padding-top: 10px;
	border-left: #99b2cc solid 1px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 10px;
	margin-bottom: 0px;
	padding-bottom: 10px;
}
.marco1_3{
	border-top: #99b2cc solid 1px;
	margin-top: 0px;
	padding-top: 10px;
	border-right: #99b2cc solid 1px;
	margin-right: 0px;
	padding-right: 10px;
	margin-bottom: 0px;
	padding-bottom: 10px;
}
.marco4_2{
	border-bottom: #99b2cc solid 1px;
	margin-bottom: 0px;
	padding-bottom: 10px;
	border-left: #99b2cc solid 1px;
	margin-left: 0px;
	padding-left: 10px;
	margin-top: 0px;
}

.marco4_2_Exp{
	border-bottom: #99b2cc solid 1px;
	margin-bottom: 0px;
	padding-bottom: 10px;
	border-left: #99b2cc solid 1px;
	margin-left: 0px;
	padding-left: 10px;
	margin-top: 0px;
	padding-top: 10px;
}



.marco4_3{
	border-bottom: #99b2cc solid 1px;
	margin-bottom: 0px;
	padding-bottom: 10px;
	border-right: #99b2cc solid 1px;
	margin-right: 0px;
	margin-top: 0px;
}
.marco4_3_exp{
	border-bottom: #99b2cc solid 1px;
	margin-bottom: 0px;
	padding-bottom: 10px;
	border-right: #99b2cc solid 1px;
	margin-right: 0px;
	padding-right: 10px;
	padding-top: 10px;
	margin-top: 0px;
}

.marco4_4_exp{
	border-left: #99b2cc solid 1px;
	margin-bottom: 0px;
	padding-bottom: 10px;
	margin-right: 0px;
	padding-top: 10px;
	margin-top: 0px;
}

.marco4_5{
	border-right: #99b2cc solid 1px;
	margin-right: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	border-left: #99b2cc solid 1px;
	margin-left: 0px;
	padding-left: 10px;
	padding-bottom: 10px;
	border-bottom: #99b2cc solid 1px;
	margin-bottom: 0px;
	padding-bottom: 10px;
}

.marco4_5_exp{
	border-right: #99b2cc solid 1px;
	margin-right: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	margin-left: 0px;
	padding-left: 10px;
	padding-bottom: 10px;
	margin-bottom: 0px;
	padding-bottom: 10px;
}

.marco6{
	margin-bottom: 0px;
	padding-bottom: 10px;
}*/


#preguntas_formulario {
    padding: 10px 70px;
}

.label_opcion {
    float: left;
    width: 150px;
}

/**********************************Estilos para preguntas de formulario****************************************************/

#div_preguntas {
    color: #6F6F6F;
    font-size: 12px;
    margin:0 auto;
    width: 850px;
}

#div_preguntas .div_pregunta {
    overflow: hidden;
    width: 100%;
}

#div_preguntas .div_pregunta .div_grupo_preguntas {
    margin:0 auto;
    width: 700px;
}

#div_preguntas .div_pregunta .div_grupo_preguntas .div_pregunta.orientacion_h:first-child .descr_pregunta {
    height: 55px;
    position: relative;
}

#div_preguntas .div_pregunta .div_grupo_preguntas .div_pregunta.orientacion_h:first-child .descr_pregunta p {
    bottom: 0;
    position: absolute;
}

#div_preguntas .div_pregunta .div_grupo_preguntas .div_pregunta.orientacion_h:first-child .div_opciones .div_opcion .descr_opcion {
    display: block;
    float: none;
    font-style: italic;
    font-weight: bold;
    height: 30px;
    text-align: center;
    width: 25px;
}

#div_preguntas .div_pregunta.orientacion_h .descr_pregunta {
    float:left;
    width:250px;
}

#div_preguntas .div_pregunta.orientacion_h .div_opciones {
    float:left;
    width:auto;
}

#div_preguntas .div_pregunta.orientacion_h .div_opciones .div_opcion {
    float:left;
    width:auto;
}

#div_preguntas .div_pregunta.orientacion_h .div_opciones .div_opcion .descr_opcion {
    display:none;
}

#div_preguntas .div_pregunta.orientacion_h .div_opciones .div_opcion .campo_opcion {
    height: 20px;
    margin: 0 15px;
    width: 25px;
}

#div_preguntas .div_pregunta.orientacion_v > .div_opciones {
    margin: 15px auto 0;
}

#div_preguntas .descr_pregunta {
    
}

#div_preguntas .descr_pregunta  p {
    margin: 5px 0px;
}

#div_preguntas .div_opciones {
    width:700px;
}

#div_preguntas .div_opciones .div_opcion {
    margin: 5px 0px;
    overflow:hidden;
}

#div_preguntas .div_opciones .div_opcion .descr_opcion {
    float: left;
    text-align: left;
    width: 340px;
}

#div_preguntas .div_opciones .campo_opcion {
    float: left;
    width: 360px;
}

#div_preguntas .div_opciones .campo_opcion .tipo_rango {
    width:25px;
}

#div_preguntas .div_opciones .campo_opcion .tipo_sur {
    width:25px;
}

#div_errores_pregunta {
    color: #CC1111;
    font-size: 12px;
    margin: 0 auto;
    width: 850px;
}

#div_errores_pregunta .error_desc_pregunta {
    font-style: italic;
}

#div_errores_pregunta .error_desc_opcion {
    font-style: italic;
}