/*CSS RESETER*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

a img, iframe {
	border: none;
}

ol, ul {
	list-style: none;
}

input, textarea, select, button {
	font-size: 100%;
	font-family: inherit;
}

select {
	margin: inherit;
}

/* Fixes incorrect placement of numbers in ol's in IE6/7 */
ol { margin-left:2em; }


/* ========================================= clearfix == */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-block;}

* html .clearfix {height: 1%;}
.clearfix {display: block;}

/*FIN CSS RESETER*/

/*estilo ficha_personal.php*/
body {
	background-color: #6B9728;
	font-family: Arial;
	margin:auto;
	width: 900px;
	padding-top: 5px;
	border-top: 0;
}

h1{
width: 900px;
	font-size:17pt;
	font-family:Verdana;
	text-align: center;
	font-weight: bold;
    border: 1px solid black;
	color: 	#A2D158;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

h2{
	font-size:14pt;
	font-family:Verdana;
	text-align: left;
	font-weight: bold;
    border: 1px solid black;
	margin-bottom: 10px;
	margin-right: 40px;
	width: 795;
}

.logo_redleche{
	width: 900px;
	margin: 0px;
	border: 1px solid black;
}

/*formulario ficha_personal*/
#ficha , #ini{
	border: 1px solid black;
	padding-bottom: 20px;
	padding-top: 20px;
	height: auto;
}

.contenedor_ficha {
	/*border: 1px solid #fbb117;*/
	padding-top: 20px;
	padding-left: 20px;
	margin-left: 40px;
	width: auto;
	height: auto;
}

.contenedor_texto{
	/*border: 1px solid green;*/
	/*width: auto;*/
	/*height: 26px;*/
	margin-bottom: 10px;
}

.contenedor_texto2{
	padding: 20px;
}

#contenedor_check_horiz, #contenedor_check_vertical, #contenedor_check_horiz2 {
	width: 450px;
	border: 1px solid #9a9998;
	margin-left: 239px;
	margin-bottom: 2px;
	padding-bottom: 15px;
}

#contenedor_check_vertical{
	display: block;
}

#contenedor_check_horiz2{
	width: 275px;
}

.texto, .texto_corto, .texto_derecha, .texto_derecha2, .texto_largo, .texto_maslargo, .texto_foto, .texto_corto2, .texto_check_horiz, .texto_normal, .texto_corto3, .texto_corto4{	
	font-weight: bold;
	/*margin-top: 10px;*/
	width: 230px;
	/*height: 22px;*/
	text-align: left;
}

.texto_check_horiz{
	font-weight: normal;
	margin-right: 10px;
	margin-left: 10px;
	width: 120px;
}

.texto_foto{
	width: 220px;
}

.texto, .texto_largo, .texto_normal{
	float: left;
}

.texto_largo{
	font-weight: normal;
	width: 350px;
}

.texto_maslargo{
	float: none;
	width: 500px;
}	

.texto_corto, .texto_corto2{
	margin-left: 7px;
	width: 65px;
}

.texto_corto2{
	margin-left: 105px;
}

.texto_corto3, .texto_corto4{
	margin-left: 45px;
	width: 65px;
	font-weight: normal;
}

.texto_corto4{
	margin-left: 140px;
}

.texto_derecha, .texto_derecha2{
	margin-left: 73px;
	width: 175px;
}

.texto_derecha2{
	margin-left: 7px;
}

.texto_normal{
	font-weight: normal;
}


#nacimiento{
	text-align: center;
}
	
.input, .input_doble, .input_triple, .input_sangrado, .input_doble2, .input_doble3{
	margin-left: 10px;
	margin-right: 5px;
	width: 550px;
	height: 22px;
	padding-left: 5px;
}

.input_doble{
	width: 250px;
}

.input_doble2{
	width: 239px;
}

.input_doble3{
	width: 188px;
}

.input_triple{
	width: 110px;
}

.input_sangrado{
	margin-left: 240px;
}

.campo_obligatorio, .campo_obligatorio2{
	margin-right: 8px;
	width: 5px;
	height: 22px;
	font-size:18pt;
	font-weight: bold;
	color: red;
}

.campo_obligatorio2{
	margin-top: -15px;
}

.campo_vacio{
	margin-right: 14px;
}

.campo_aclaracion{
	margin-top: 10px;
	width: 104px;
	height: 22px;
}	

.centrado{
	/*border: 1px solid red;*/
	margin-bottom: 50px;
	text-align: center;
}

.checkbox, .checkbox1, .checkbox2, .subcheckbox, #check_info_redleche{
	width: 15px;
	height: 15px;
	margin-left: 215px;
	margin-top: 20px;
}

.checkbox1{
	margin-left: 15px;
}

.checkbox2{
	margin-left: 40px;
}

.subcheckbox{
	margin-left: 15px;
	margin-top: 10px;
}

#check_info_redleche{
	margin-left: 0px;
}

.texto_check, .texto_subcheck{
	float:right;
	text-align: left;
	margin-right: 280px;
	margin-top: -20px;
	width: 320px;
}

.texto_subcheck{
	margin-right: 220px;
	width: 140px;
}

.btn_envio, .btn_volver{
	font: 12pt Verdana; 
	font-weight: bold;
	color: #6B9728;
	margin-left: 335px;
	/*margin: 200px 0px 0px 300px;*/
	width: 100px;
	height: 30px;
	padding-bottom: 5px;
	cursor: pointer;}
	
.btn_volver{
	width: 180px;
}	

#capa_docente{
	margin-left: 270px;
	width:400px;
}

#text_otra_opcion{
	float:right;
	margin-right: 70px;
	margin-top: -25px;
}

#icono_anadir{
	margin-left: 5px;
	border: none; 
	cursor: pointer;
}

.text_area{
	margin-left: 241px;
	width: 550px;
}

#nota{
	padding-right: 100px;
}
.fallo{
	/*float: left;
	margin: 5px 0px 0px 40px;
	padding-bottom: 10px;*/
	width: 450px;
	font: 10pt Verdana; 
	color: #F00;
	text-align: center;
}

#calendar{
	border: none; 
	cursor: pointer;
}

ul{
	list-style-type: disc;
	margin-left: 40px;
}

.btn_espanhol, .btn_portugues{
	/*margin-top: 150px;*/
	width: 49px;
	height: 29px;
	margin-left: 20px;
}

.btn_espanhol{
	margin-left: 34px;
}

#ini{
	padding: 10px;
	padding-bottom: 125px;
}
/*css para mostrar los resultados*/
#tabla_resultados{
	display:block;
	/*margin-top: 10px;
	margin-left:30px;
	margin-right:30px;*/
	margin: auto;
	width: 95%;
	height: 600px;
	overflow:auto;
	border-spacing: 3px;
}

.titulo_tabla{
	border: 1px solid #A2D158;
	color: #A2D158;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
}

.cabecera_tabla{
	/*background-color:green;*/
	color:#A2D158;
	border: 1px solid #A2D158;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
}

.campo_tabla{
	/*background-color:red;*/
	border: 1px solid #A2D158;
	text-align:left;
	vertical-align: middle;
	padding:5px;
}

.ul_result{
	margin-left: 252px;
	list-style-type: circle;
}