 /*
 Amarillo extra light: #F8F4DE
 Amarillo Claro:       #F6E584
 Amarillo Oscuro:      #F0C300
 Azul Oscuro:          #102D65 vs. #4A679F
 Gris extra claro:     #E5E5E5
 Azul claro - oscuro:  #7C9CBE vs. #B4C5D6 */


body {
	background-color: #F5F5F5 ;
	margin: 0px;
}

/* Definiciones de Tablas */
.tabla_master {
	height: 400px;
	width: 800px;
	border:none;
	background-color: #FFFFFF;
	/*display: inline;	*/
}
.tabla_interna {
	width: 745px;
	border:none;
	background-color: #FFFFFF;

	/*display: inline;	*/
}
.logon-table {
	display: inline;
	background-color: #EFEFEF;
}

/* Definiciones de Etiquetas */
.label_textbox {
	font: arial;
	font-family: Tahoma;
	color: #000066;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	background-color: #EFEFEF;
	text-align:justify;
	vertical-align:top;
	margin-left: 10px;
	margin-right: 10px;
}
.label_textbox2 {
	font: arial;
	font-family: Tahoma;
	color: #000066;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;

}
.titulo {
	font: arial;
	color: #000066;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}
.label_title {
	font: arial;
	font-family: Tahoma;
	color: #000066;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	background-color: #CCCCCC;
	text-align:justify;
	vertical-align:top;
	margin-left: 10px;
	margin-right: 10px;
}
.input_textbox {
	font: arial;
	font-family: Tahoma;
	color: #000066;
	font-size: 11px;
	font-style: normal;
	text-align: justify;
	vertical-align: middle;
}
.input_textbox2 {
	font: arial;
	color: #000066;
	font-size: 12px;
	font-style: normal;
	text-align: justify;
	width: 3cm;

}
.input_estudios {
	font: arial;
	color: #000066;
	font-size: 10px;
	font-style: normal;
	text-align: left;
	width: 150px;
}
.input_exp {
	font: arial;
	color: #000066;
	font-size: 10px;
	font-style: normal;
	text-align: justify;
	width: 90px;
}
.input_fechas {
	font: arial;
	color: #000066;
	font-size: 9px;
	font-style: normal;
	text-align: justify;
	width: 135px;
}
.input_telf {
	font: arial;
	color: #000066;
	font-size: 9px;
	font-style: normal;
	text-align: justify;
	width: 20px;
}
.input_botom
 {
	font: arial;
	font-size: 9px;
	font-style: normal;
	color: #FF9900;
}
.input_botom2 {
	font: arial;
	font-size: 12px;
	font-style: normal;
	color: #000066;
}
.lista {
	font: arial;
	font-family: Tahoma;
	color: #999999;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	background-color: #EFEFEF;
}

.parrafo {
	color: #666666;
	font-size: 12px;
	font-style: normal; 
	font-weight: normal;
	text-align:justify;
	vertical-align:top;
	margin-left: 10px;
	margin-right: 10px;
	font-family: Tahoma;
}
.tit_celda{
	font-family:Arial, Helvetica, sans-serif;
	color: #000066;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	background-color: #E6F1F7;
}
.error{
	font-family:Arial;
	color: #FF0000 ;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	background-color: #FFFFCC;
}
.tit_celda_exp{
	font-family:Arial, Helvetica, sans-serif;
	color: #000066;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	background-color: #E6F1F7;
}
.etiqueta{
	font-family:Arial, Helvetica, sans-serif;
	color: #102D65;
	font-style: normal;
	text-align: right;
	font-size:10px;
	height: 20px;
	vertical-align:middle;

}
.etiqueta2{
	font-family:Arial, Helvetica, sans-serif;
	color: #102D65;
	font-style: normal;
	text-align: left;
	font-size:10px;
	height: 20px;
	vertical-align:top;

}
.registro{
	font-family:Arial;
	color: #102D65;
	font-style: normal;
	text-align: left;
	font-size:10px;
}

.llamadas {
	font-family:Arial, Helvetica, sans-serif;
	color: #FF9900;
	font-style: normal;
	text-align: left;
	font-size: 10px;
	text-decoration:underline;
	font-weight: bold;
}
.fondo_neg {
	font-family:Arial, Helvetica, sans-serif;
	border: #000000;
	background:#000000;
	font-style: normal;
	text-align: right;
	font-size: 10px;
	font-stretch:expanded;
}



