/*----------------------------------------------------------*/
/* - ARCHIVO DE CONFIGURACION DEL ASPECTO VISUAL DEL MENU - */
/*----------------------------------------------------------*/

/* **************** OBJETOS HTML **************** */
body{
	font-family:tahoma,Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	/*line-height:13px;*/
	/*text-align:center;*/
	color:#000000;
	background:#ffffff;	
}
table{
	font-family:tahoma,Arial,Helvetica,sans-serif;
	font-size:11px;	
	margin-bottom:1em;
}
th{
	font-family:tahoma,Arial,Helvetica,sans-serif;
	font-size:11px;	
	text-transform:uppercase;
	color:#FFFFFF;
	background-color:#43884B
}
hr{
	border-top:#FFFFFF 1px solid;
	border-bottom: #D7E1E6 1px solid
}
legend{
	text-transform:uppercase;
	text-shadow:Green;
	font-weight:bold;
	margin-bottom:15px;
}
select{
	display:block;
}
div{
	margin:.4em 0;
	text-align:justify;
}
td div{
	margin:.4em 0;
	text-align:justify;
}
div label{
	with:45%;
	float:left;
}
/* **************** CLASES **************** */
/* Utilizado en los textos usados como titulo en el sector restringido */
.titulo1{
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
	color:#43884B;
	line-height:20px;
	text-decoration: underline;	
	margin-bottom:1em;
	text-transform: uppercase;	
	margin-top: 1em
}
/* Utilizado en los mensajes que no son errores */
.mensajes{
	color:#06066C;
	font-weight:bold;
	text-decoration:none;	
	text-transform:uppercase
}
/*.boton{
	display:block;
	margin-top:15px
}*/
/* Utilizados en los enlaces de los ej; MODIFICAR */
.enlace_abm{
	font-weight:normal;
	text-transform:uppercase;
	font-size:10px;
	color:#669999;
	text-decoration:none
}
/* Utilizados en los enlaces de volver */
.enlace_volver{
	font-weight:normal;
	text-transform:uppercase;
	font-size:10px;
	color:#446388;
	text-decoration:none
}
/* Utilizados en los enlaces de volver cuando se pasa el raton sobre el enlace */
.enlace_volver:hover{
	color:#446388;
	text-transform:uppercase;
	text-decoration:underline
}
/* Utilizados en los mensajes de error */
.errores{
	text-align:center;
	text-transform:uppercase;
	color: #FF0000;
}
/* Utilizado en conjunto con .errores para los mensajes de error */
.img_errores{	
	margin-right: 5px;
	text-decoration:none;
	background: #FFF url(../../multimedia/images/iconos/cancel_round.gif) no-repeat
}
/* **************** NOMBRES **************** */
/* Utilizados en los fielset de los formularios */
#formularios{
	width:360px; 
	padding:5px; 
	margin: 0 auto;
	border: 1px doble #000000;
	background-color:#EBECED;
}
/* Utilizado para cambiar color de fondo de los objetos text y textarea cuando tienen el foco */
input:focus, textarea:focus {background:#FFF799;} 
