@charset "utf-8";
/* CSS Document */
A:link {text-decoration: none ; color: #f2f2f2; font-weight:bold}
A:visited {text-decoration: none;color: #f2f2f2;font-weight:bold}
A:active {text-decoration: none}
A:hover {color: #f47105;}
body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#f2f2f2;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
}
.center{
text-align:center;
}
.background_tabla{
	background-image:url(../images/fondo_home.jpg);
	background-repeat:no-repeat;
}

.divScrolls {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 13px; 
	color: #666666;    
	width: 700px;
	height: 300px;
	overflow: auto; /* Este valor hay que irlo cambiando para cada ejemplo */
} 
.bottom_menu{
	position: inherit;
	left:138px;
	top:500px;
	z-index:1;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 13px; 
	color: #bdbec0;    
	width: 935px;
	height:  20px;
	overflow: auto; /* Este valor hay que irlo cambiando para cada ejemplo */
} 
body {
	background-color: #24211e;
}
.bottom {color: #FFFFFF}
.edo_count {
	color: #1c1d1e;
	font-weight: bold;
	font-size: 11px; 
	
}
.subtitulo{
margin-top:25px;
	
}

.edo_count_titulos{
	color: #f2f2f2;
	font-weight: bold;
	font-size: 11px; 
}
.edo_count_tabla_res{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#1c1d1e;
	font-weight: bold;
	font-size: 11px; 
	text-align:center;
}
.advertencia{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #FF3300;
	font-weight: bold;
	font-size: 12px; 
	text-align:center;
}

/*Estilos del catalogo */
.cat_general {
	color: #FF0000;
	font-weight: bold;
}
.cat_euzkadi {
	color: #8990d5;
	font-weight: bold;
}
.cat_continental {
	color: #f2861a;
	font-weight: bold;
}