/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	background-color: #99a8bf ;
}
#bloque_centrado {
	width:736px;
	margin:auto;
	background: #dadada url(../images/sombra_fondo.gif) repeat-y center;
}
#principal {
	margin-left:11px;
	width:714px;
/*	height:625px;*/
	background-image:url(../images/fondo-tramado.gif);
}

#cabecera {
	margin-left:11px;
	width:714px;
	height:91px;
	background:#FFFFFF url(../images/fondo_cabecera.gif) repeat-x;
}

#grupo_central {
	float:left;
	background: url(../images/fondo_lateral.gif) repeat-y;
	margin-bottom:11px;
}

#contenido {
	width:513px;
	float:left;
	margin-top:10px;
	background-color:#FFFFFF;
}

#contenido_texto {
	padding:10px;
}

#menu {
	width:175px;
	float:left;
	background-color:#FFFFFF;
	padding-left:15px;
	padding-top:10px;
	margin-bottom:11px;
	margin-right:11px;
	height:inherit;
}

#pie {
	font-size:10px;
	clear:both;
	width:701px;
	height:68px;
	color:#FFFFFF;
	background:#000000 url(../images/fondo_pie.jpg) repeat-y;
	padding-right:13px;
	padding-top:14px;
}

a.pie {
	text-decoration:none;
	color:#FFFFFF;
}

.normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
	text-align:justify;
}
.negrita {
	font-weight:bold;
}
.mini {
	font-size:10px;
}
.grande {
	font-size:14px;
}

.muygrande {
	font-size:22px;
}

.enorme {
	font-size:30px;
}

.cajatexto {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	border: 1px solid #7aa9dd;
	background-color:#FFFFFF;
	margin-bottom:5px;
}
.boton {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	border: 1px solid #333399;
	background-color:#333399;
	cursor:pointer;
	font-weight:bold;
	color:#FFFFFF;
	height:20px;
}

a.enlace {
	color:#ff3300;
	text-decoration:none;
}

a.enlace:hover {
	color:#ff3300;
	font-weight:bold;
}

a.enlace_activo {
	text-decoration:none;
	color:#ff3300;
	font-weight:bold;
}

a.enlace_blanco {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#ffffff;
}
a.enlace_blanco:hover {
	color:#ffa800;
}

a.enlace_negro:hover {
	text-decoration:underline;
}

.titulo {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#8e8e8e;
	font-weight:bold;
	font-size:20px;
	padding-top:5px;
	padding-bottom:5px;
}

.navegador {
	font-size:13px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}
.navegador_actual {
	font-size:13px;
	color:#000000;
	font-weight:bold;
	text-decoration:underline;
}

.error {
	border:1px solid #ff0000;
}

.foto {
	border:1px solid #eaeaea;
	padding:5px;
}

a.menu {
	background: #ffffff url(../images/icono_menu.gif) no-repeat left 5px;
	font-size:11px;
	text-decoration:none;
	line-height:23px;
	color:#000000;
	padding-left:10px;
}

a.menu:hover {
	font-weight:bold;
}

a.menu_activo {
	background: #ffffff url(../images/icono_menu.gif) no-repeat left 5px;
	color:#000000;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	line-height:23px;
	padding-left:10px;
}

div.submenu {
	float:left;
	visibility:hidden;
	display:none;
	width:190px;
	padding-left:10px;
}

div.submenu_visible {
	float:left;
	margin-bottom:10px;
	padding-left:10px;
}

a.submenu {
	color:#8e8e8e;
	font-size:11px;
	text-decoration:none;
	padding-right:20px;
	line-height:20px;
}

a.submenu:hover {
	color:#000000;
}

a.submenu_activo {
	color:#000000;
	font-size:11px;
	text-decoration:none;
	padding-right:20px;
	line-height:20px;
}

.verde {
	color:#4aa521;
}

.azul{
	color:#00245f;
}
a.boton_superior {
	color:#000000;
	text-decoration:none;
	float:left; 
	width:80px; 
	height:30px; 
	background:url(../images/icono_menu.gif) no-repeat top center; 
	text-align:center; 
	padding-top:20px; 
	margin-top:25px; 
	border-right:1px solid #e5e5e5;
}

a.boton_superior:hover {
	font-weight:bold;
}

a.email {
	color:#ff9000;
	text-decoration:none;
}

a.email:hover {
	font-weight:bold;
}

div.separador {
	position: relative;
	background: #fff url(../../images/border2.gif) repeat-x;
	height: 14px;
	margin: 0.5em 0em 1.5em 0em;
	clear: both;
}

li {
	list-style: url(../images/lista.gif);
	padding-bottom:5px;
}