/* 
* Dimensiones fijas, colores azules claros 
*/
html,body {
	width:100%;
	height:100%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #ffffff;
}
/*div {border:1px solid;}*/
body {
	scrollbar-face-color: #D7ECFB;
	scrollbar-highlight-color: #89B2CD;
	scrollbar-3dlight-color: #89B2CD;
	scrollbar-darkshadow-color: #89B2CD;
	scrollbar-shadow-color: #89B2CD;
	scrollbar-arrow-color: #0F4972;
	scrollbar-track-color: #ffffff;
}

body,td {
	font-size: 11px;
	color: #00468D;
}

* body{
	text-align:center;
}

/************ Estructura ************/
#contenedor{
	width: 790px;
	height:100%;
	margin: 0 auto;
	/*padding:0;*/
}
	
#titulos_img {
  clear: both;
  height: 110px;
  text-align: center;
  margin-bottom:10px;
}

#titulos_no_img {
  clear: both;
  height: 110px;
  margin-bottom:10px;
}

#titulo_texto {
	text-align: center;
	color: #00468D;
	font-weight: bold;
}

#ultima_actualizacion{
	text-align: right;
	color: #00468D;
	width:100%;
	margin-bottom:10px;
}

#info{
	width:100%;
	height:100%;
	background: #ffffff;
	padding:0;
	margin-bottom:10px;
	text-align: justify;
}




#menu{
	background: #DFF0FF;
	/*width: 189px;*/
	width: 24%;
	height:100%;
	float: left;
	border: 1px dotted #00468D;
	margin-right:5px;
	text-align:left;
}

#menu strong.grupo{
	color: #000000;
	background-color: #FFD237;
	font-weight: bold;
	border : 1px solid Black;
	line-height:3.5ex;
}

#menu ul{
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-type: none;
}

#menu li{
	display:inline;
}

#menu ul.menu_lista li a{
	padding-left:5px;
}

#menu img{
	clear: left;
}

#texto_center{
	margin-right:5px;
	padding:0;
	float:left;
}

/* COMIENZO DE IE HACK, TRATAMOS DE CORREGIR EL ERROR DE ASIGNACIÓN DE TAMAÑO DE CAJAS */
#texto_center{
	voice-family: "\"}\""; 
	voice-family:inherit;
	width:56%;
}
html>body #texto_center{
	width:58%;
} 
/* FIN DE IE HACK */

#texto_full{
	width : 100%;
	/*text-align: center;*/
	float:left;
}

#texto_right{
	/*text-align: center;*/
	height: 100%;
	float: left;
}
/* COMIENZO DE IE HACK, TRATAMOS DE CORREGIR EL ERROR DE ASIGNACIÓN DE TAMAÑO DE CAJAS */
#texto_right{
	voice-family: "\"}\""; 
	voice-family:inherit;
	width:84%;
	
}
html>body #texto_right{
	width:85%;
} 
/* FIN DE IE HACK */

#top_menu{
	background : #CC1014;
	color: #ffffff;	
	width : 100%;
	text-align: right;
}

#patrocinador {
	background: #B6D9F6;
	/*width: 149px;*/
	width: 18%;
	height:100%;
	float: right;
	text-align: center;
	border: 1px dotted #00468D;
}

#patrocinador strong.grupo{
	color: #00468D;
	font-weight: bold;
	text-align: center;
}

#datos_identificativos{
	text-align: center;
	clear: both;
	color: #838C95;
	width:100%;
	margin-bottom:10px;
}

/************ Fin de estructura  ************/

img {
  border-width: 0;
}
h1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #BE050E;
	font-size: 120%;
	font-weight: bold;
}

h2 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #00468D;
	font-size: 110%;
	font-weight: bold;
}

a {
  text-decoration: none;
  color: #00213D;

}

a:link {
  text-decoration: none;
  color: #00213D;
}

a:active {
  text-decoration: none;
  color: #00213D;
}

a:visited {
  text-decoration: none;
  color: #00213D;
}


a:hover {
  text-decoration: underline;
    color: #00213D;

}


.seccion{
	color: #00468D;
	line-height:3.5ex;
	padding-left:5px;
}

a.seccion{
	display:block;
	font-weight: normal;
	line-height:3.5ex;
	/*list-style: disc;*/
	color: #00468D;
	/*border-bottom : 1px groove #ffffff;*/
}

a:hover.seccion {
	background: #DFF0FF;
	color: #00468D;
	text-decoration: underline;
}

a:visited.seccion {
	background: #DFF0FF;
	color: #00468D;
	
}

a.top_seccion{
	font-weight: normal;
	line-height:3.5ex;
	color: #ffffff;
	text-transform: uppercase;
}

a:hover.top_seccion {
	color: #ffffff;
}

.seccion_sel{
	font-weight: bold;
	display:block;
	line-height:3.5ex;
	/*padding-left:10px;*/
	color : #00468D;
}

a.subseccion{
	display:block;
	margin-left:25px;
	font-weight: normal;
	line-height:3.5ex;
	/*Color del texto de la subseccion en el menu izq */
	color : #4379B0;
	/*border-bottom : 1px groove #4379B0;*/
}

.subseccion_sel {
	display:block;
	font-weight: bold;
	line-height:3.5ex;
}

a:hover.subseccion{
	/*color : #93F3F9;*/
	color: #4379B0;
	text-decoration: underline;
}

a:visited.subseccion{
	/*color : #93F3F9;*/
	color: #4379B0;

}


div.noticia{
    color: #00468D;
	text-align: justify;
}

h2.noticia{
    font-weight: bold;
    color: #BE050E;
    font-size: 110%;
}

p.noticia{
	/*font-size: 11px;*/
	color: #00468D;
}

img.noticia{
	float:left;
}


/********************************/

.destacado{
	font-weight: bold;
	color: #9f4043;
	margin-bottom: 10px;
	text-align: center;
}

img.destacado {
    clear:both;
    display:block;
}

.texto.grupo{
	width: 100%;
	/*text-align: center;*/
}

.texto.grupo div.destacado{
  
	text-align: center;
}

table.grupo{
	width: 100%;
	text-align: center;
}

table.grupo td.celda_grupo{
	/*border: inset 1px;*/
	text-align: center;
}

table.grupo th.celda_grupo{
	border: inset 1px;
	text-align: center;
}

table.grupo img.destacado {
    /*clear:both;*/
    display:block;
}

.texto div.grupo{
	border : 1px solid #FFD237;
	width: 100%;
	/*clear: left;*/
}

.texto h1{
	/*font: 18pt/24pt Palatino Linotype;*/
	font-size: 12px;
	/*font-weight: bold; */
	/*color: #000099;*/
	color: #000000;
	/*background-color:#7dafea;*/
	background-color: #EAA9A5;
}

.texto strong.grupo{
	/*Color del titulo del grupo*/
	/*color: #000066;*/
	color: #000000;
	display:block;
	/*background-color:#ffd237;*/
	background-color: #EAA9A5;
	line-height:3.5ex;
	text-align : center;
}


div.federacion {
	/*clear: left;*/
	font-size: 8pt;
	text-align: left;
}

h2.federacion{
	font-weight: bold;
	font-size: 8pt;	
}

span.federacion{
	display:block;
}

strong.federacion{
}

img.federacion{
	float:left;
	height: 100px;
	width : 100px;
	margin: 10px 10px 10px 10px;
}

span.borde{
	margin: 10px 10px 10px 10px;
}



