body
{
	background-color: #224200;
	background-image: url(../../imagenes/general/fondo_body.gif);
	background-position: left top;
	background-repeat: repeat;
	margin: 0px;
	text-align: center;
}

/***** Login splash *****/
table.login
{
	width: 307px;
	height: 135px;
	border-width: 1px;
	border-color: #000000;
	border-style: solid;
}

table.login td
{
	font-family: Verdana;
	font-size: 10px;
}

table.login td input
{
	font-family: Verdana;
	font-size: 10px;
	border: 1px solid black;
	background-color: #F8F8F8;
}

/***** Contenedora principal *****/
#falsa_contenedora_principal
{
	text-align: left;
	margin: 10px auto 0px auto;
	width: 751px;


}

#contenedora_principal
{

	background-image: url(../../imagenes/general/fondo_falsa.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #fff;
	border: 1px solid #BCA700;
	text-align: left;
	margin: 0px auto 10px auto;
	margin-right: auto;
	width: 751px;
	min-height: 500px;
	height: auto;
	/height: 500px;
	float: left;
}

#contenedora_principal #contenedor_auxiliar
{
	background-image: url(../../imagenes/general/fondo_auxiliar.gif);
	background-position: bottom left;
	background-repeat: repeat-x;
	float: left;
	margin: 0 auto;
	width: 751px;
}
#contenedora_principal #contenedor_auxiliar #zona_contenidos
{
	float: left;
	width: 731px;
	border: 1px solid #224200;
	background-color: #fff;
	margin: 0px 9px 0px 9px;
}
/***** Cabecera *****/
#cabecera
{
	width: 751px;
	height: 162px;
	padding: 0px;
	float: left;
}

#cabecera h1
{
	display: none;
}

#cabecera #logo
{
	background-image: url(../../imagenes/general/cabecera/logo.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	float: left;
}

#cabecera #logo img
{
	margin: 0px 0px 0px 0px;
}


/***** zona central *****/
#zona_central
{
	width: 575px;
	float: right;

	min-height: 300px;
	height: auto;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 50px 0px;

	background-color: #FFFFFF;
}

#zona_central h2
{
	font-family: Verdana;
	font-size: 14px;
	color: #D96016;
	font-weight: bold;
	padding: 24px 0px 0px 21px;
	margin: 0px 0px 7px 0px;
	float: left;
	clear: none;
}

/***** pie de página *****/
#pie
{
	font-family: Verdana;
	font-size: 10px;
	color: #fff;
	font-weight: normal;

	width: 751px;

	padding: 5px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
	text-align: center;
	float: right;
}

#pie address
{
	font-style: normal;
}

#pie a
{
	font-family: Verdana;
	font-size: 10px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#pie a:hover
{

	text-decoration: underline;
}
/*** Ruta de localización ***/
#ruta
{
	font-family: Verdana;
	font-size: 11px;
	color: #868686;
	text-transform: lowercase;
}

#ruta p
{
	margin: 0px 0px 0px 0px;
}

#ruta p a
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #868686;
	text-transform: lowercase;
	text-decoration: none;
}

#ruta p a:hover
{
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
}

/***** Varios *****/

/***** comunes a las plantillas *****/
.textoNormal
{
	font-family: Verdana,Arial,sans-serif;
	font-size: 10px;
	line-height: 16px;
	text-align: justify;
	margin: 5px 20px 5px 20px;
	clear: left;
	color: #224200;
}

.textoNormal a
{
	font-family: Verdana;
	font-size: 11px;
	color: #D96016;
	font-weight: normal;
	text-decoration: none;
}

.textoNormal a:hover
{
	font-family: Verdana;
	font-size: 11px;
	color: #D96016;
	font-weight: normal;
	text-decoration: underline;
}

/***** Paginación de resultados general *****/
#paginacion
{
	margin: 30px 0px 10px 0px;
	text-align: center;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #BCA700;

	clear:both;
}

#paginacion a
{
	color: #BCA700;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
}

#paginacion a:hover
{
	color: #D96016;
	text-decoration: underline;
}

#paginacion .pagina_actual
{
	color: #224200;
}
#acceso
{
	float:left;
	margin:20px 0px 0px 30px;
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #224200;
	text-align:center;

}
#acceso h3
{
	text-align:center;
	font-size:16px;
}