/* ESTILOS PLANTILLA */
body{
	/*margin:0;*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

a{
	font-family:Arial, Helvetica, sans-serif;
}

legend{
	font-size:12px;
	font-weight:bold;
	color:#02664A;
}

.bgfrm{
	background-color:#FFFFCC;
}
.pie{
	font-size:12px;
	color:#000000;
	text-align:center;
	font-weight:bold;
}

.adm{
	border:none;
	width:800px;
	background-color:#E6CDAD;
}

.titulo{
	color:#FFFFFF;
	text-align:center;
	font-size:18px;
	font-weight:bold;
}

.guia{
	font-size:12px;
	color:#990000;
}
.guian{
	font-size:12px;
}

/* OPCIONES SUPERIORES EN LA PLATILLA */
.mnusup{
	color:#FFFFFF;
	text-decoration:none;
	font-size:12px;
}

.mnusup:hover{
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
}

/*.bgfrms{
	border-style:solid;
	border-width: 1px;
	border-color: #02664A;
	background-color:#FFFFCC;
} 
*/

/* ESTILOS DE LAS OPCIONES DE ADMINISTRACION */
.imga{
	border:0;
	height:50px;
}

.opc{
	text-align:center;
	font-weight:bold;
	color:#02664A;
}

/* ESTILOS DE TABLA */
.thtabla{
	background-color:#A8213F;
	color:#FFFFFF;
}

.cutab{
	font-size:12px;
}	

h3{
	color:#A8213F;
	text-align:center;
}

.instr{
	color:#02664A;
	font-weight:bold;
}

/****************************** MOSTRAR/OCULTAR ********************************/
.visible{
	display:block;
}

.oculto{
	display:none;
}

/********************* ESTILOS PARA EL MENU ***************************/
#menuh{
	padding:0;
	margin: 0;
}

#menuh li{
	display:inline;
}

#menuh li a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:underline;
	float:left;
	color:#02664A;
	background-color:#FFFFCC;
	padding:10px;
}

#menuh li a:hover{
	margin-top:-2px;
	padding-bottom:12px;
	font-weight:bold;
	background-color:#02664A;
	color:#FFFFFF;
}

/************************ MENSAJES ********************************/
.error{
	border:#990000 solid 1px;
	background-color:#FF0000;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.info{
	border:#0000CC solid 1px;
	background-color:#3399FF;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.adv{
	border:#FF6600 solid 1px;
	background-color:#FFCC00;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;	
}

.bien{
	border:#006600 solid 1px;
	background-color:#CCFFCC;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}