/*GENERALES */

* 
{
	padding: 0;
	margin: 0;
	z-index: 1;
}

html 
{ 
	
}

body 
{
	margin:0px;
	padding:0px;
	text-align:center;
}

a 
{
	text-decoration:none;
}

img 
{
	border:0px;
}

a:hover 
{
		text-decoration:underline;
}

ul 
{
	list-style-type:none;
	list-style-position:outside;
	list-style-image:none;
	margin:0;
	padding:0;
}



#pagina
{
	width:900px;
	/*height:600px;*/
	margin: 0 auto;
	border:3px solid #de7c01;
	padding: 0;
}

#cabecera 
{
	width:100%;
	height:164px;
	margin:0;
	padding:0;
	
	background-color:#fff;
/*	border:1px solid black;*/
}


#cabecera .logo
{
	/*float: left;*/
}

#cabecera .fecha
{
	float: right;
	margin-top: 130px;
	margin-right: 10px;
	font-weight: bold;
	color: #242f5c;
}


#menu
{
	/*margin: 2px 5px 2px 5px;*/
	padding: 0;
	width: 900px;
	height: 34px;
	/*
	background-image: url(../img/asturcan_logo_menu.jpg);
	background-repeat: no-repeat;
	background-position:350px 0px;
	*/
}



#menu ul
{
	/*width:45%;*/
	height:34px;
	float: left;
	background-color:#de7c01;
	width: 900px;
/*	border:1px solid white;*/
/*	margin:20px auto 8px auto;*/
	/*
	background-image:url(../img/barra_botones.gif);
	background-repeat: no-repeat;
	background-position:100px 0px;
*/
}




#menu ul li
{
	width:98px;
	height:26px;
	float:left;
	margin-right:2px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: bold;
	color: #fff;
	/*color: #000;*/
	text-align:center;
	/*border:1px solid black;*/
	list-style: none;
	/*
	background-image:url(../img/boton.jpg);
	background-repeat:no-repeat;
	background-position: 0px 0px;
	*/
	padding-top: 8px;
}

#menu ul li a
{
	color: #000;
	/*color: #000;*/

}




.actual
{
	/*background-image:url(../img/botonpress.jpg) !important;*/
	background-image: none !important;
	background-color: #889074;
}


#contenido
{
	text-align: justify;
	/*background-color:#b3d4f3;*/
}

#contenido #cuenta-atras #intermitente
{
	text-align:center; 
	
	visibility:visible;
	font-weight: bolder;
}

#contenido #cuenta-atras #intermitente a
{
	color: red; 
}


#contenido #cuenta-atras
{
	height: 210px;
	border-bottom: 2px solid #de7c01;
}

#contenido #federacion
{
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 20px;
	text-align: center;
	border-top: 2px solid #de7c01;
	border-bottom: 2px solid #de7c01;

}


#contenido h2
{
	height: 20px;
	background-color: #de7c01 !important;
	text-align: center;
	font-size: 14px;
	
}


#contenido h3 a
{
	text-align: center;
	font-size: 18x;
	color: red;
	
}

.mier-panes
{
	color: #0000CC;
	font-size: 16px;
	font-weight: bold;
	padding-top: 14px;
	padding-left: 10px;
}

.asturias
{
	color: #FF6600;
	font-size: 20px;
	font-weight: bolder;
	padding-left: 10px;
	padding-top: 10px;
}

#contenido #cuenta-atras #localizacion
{
	float: left;
	height: 180px;
	width: 300px;
}


#contenido #cuenta-atras #atras
{
	height: 180px;
	width: 300px;
	text-align: center;
	margin-left: 300px;
}

#contenido #cuenta-atras #atras .texto-cuenta-atras
{
	padding-top: 30px;
	font-size: 25px;
	
}


#contenido #cuenta-atras #banderas
{
	float: right;
	height: 180px;
	width: 300px;
}

.bandera
{
	/*margin-left: 20px;*/
	margin-top: 5px;
	text-align: right;
}



#contenido #patrocinadores
{
	height: 110px;
	clear: both;
	text-align: center;
	
	background-color: #fff;
}


#contenido #patrocinadores a img, #contenido #colaboradores #comunicacion a img
{
	padding-top: 20px;
	padding-right: 20px;
}


#contenido #colaboradores
{
	height: 220px;
	text-align: center;
}


#contenido #colaboradores #institucionales
{
	float: left;
	height: 220px;
	width:266px;
	/*background-color: #B3D4F3;*/
	background-color: #fff;
}

#contenido #colaboradores #privados
{
	height: 220px;
	width:356px;
/*	background-color: #B3D4F3;*/
	background-color: #fff;
	margin-left: 272px;
}

#contenido #colaboradores #comunicacion
{
	float:  right;
	height: 220px;
	width:266px;
	/*background-color: #B3D4F3;*/
	background-color: #fff;
}














#pie
{
	
	clear: both;
	width: 900px;
	height: 30px;
	
	border-top:4px solid #de7c01;
	border-bottom:4px solid #de7c01;
	
	
	/*text-align: right;*/
	
}

#pie .centrada-izda
{
	margin-left: 14em;
}

#pie .centrada-derecha
{
	margin-right: 14em;
}


#pie a
{
	color: #000;
}


