/*azul medio: #3e72af */
/*gris #999999 */
 

body{
	/*font-size: 11px;*/
		font-size: 9px;
	font-family: Verdana;
	color: #333;
	background-color: #ddd;
}

#contenedor{
	margin: -15px Auto;
	background: url(../img/fondo.jpg) repeat-y;
	width: 910px;
	/*padding: 25px;*/
	padding: 10px 25px 25px 25px;}


#cabecera{
	margin-bottom: 10px;
	margin-left: 20px;
}

.garbitu{
	clear:both;
}

/*------------------------------------------ menu ---------------------------------------------*/
#menu{
	background: url(../img/fondo_menu.jpg);
	background-repeat: no-repeat;
	width: 903px;
	height: 45px;
	/*margin-bottom: 5px;*/
	padding-top: 15px;
}
#menu ul{
	font-size: 14px;
	margin: 0;
	padding: 0;
	margin-left: 35px;
	height:100%; 
	
}
#menu li{
	float: left;
	margin-right: 30px;
	margin-left: 30px;
	list-style-type: none;
}
#menu li a{
	color: #333;
	text-decoration: none;
	font-weight: bold;
}
#menu li a:hover{
	color: #3e72af; 
	text-decoration: underline;
}

#hizkuntzak{
	font-size: 120%;
}
#hizkuntzak a{
	background-color:#999999;
	padding: 0 4px 0 4px;
	color:#FFFFFF;
}
#hizkuntzak .hemengaude{
	background-color:#3e72af;
	padding: 0 4px 0 4px;
	color:#FFFFFF;
}
/*------------------------------------------ animacion ---------------------------------------------*/
#animacion{
	/*background: url(../img/animacion1.swf);
	background-repeat: no-repeat;
	width: 903px;
	height: 260px;*/
/*	margin-bottom: 30px;*/
		margin-bottom: 8px;
}


/*------------------------------------------ contenido ---------------------------------------------*/
#contenido{
	overflow:hidden;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 26px;
	line-height: 15px;
	width: 883px;
}
#contenido li{
	list-style-image:url(../img/bullet_azul.png);
}

#col_izq{
	float: left;
	width: 550px;
	margin-right: 30px;
	/*margin-top: 15px;*/
}
#col_der{
	float: left;
	width: 300px;
}
#col_der_todo{
	/*font-size:14px;*/
		font-size:11px;
	padding-left:20px;
	margin-top: 15px;
}

#col1{
	float: left;
	width: 30%;
}
#col2{
	float: left;
	width: 30%;
	margin-left: 27px;
	margin-right: 27px;
}
#col3{
	float: left;
	width: 30%;	
}
.lista_productos {
	margin-left: 260px;
}

.lista_productos li{
	list-style-image:url(../img/flecha.gif);
}
.lista_productos ul li{
	list-style-image:url(../img/bullet_azul.png);
}
.div_borde_gris{
	height: 100%;
	overflow:auto;
	padding: 10px;
	border:solid 1px #888;
	margin-bottom: 30px;
	font-size: 12px;
		font-size: 10px;
}
.div_borde_gris ul{
	margin-top: 50px;
}
.div_borde_gris li{
	margin-bottom: 12px;
}


/*------------------------------------------ pie ----------------------------------------------*/
#pie{
	clear: both;
	width: 910px;
	text-align: center;
	font-size: 10px;
	border-top: solid 4px #171795;
	margin-top: 20px;
	padding-top: 10px;
	margin-bottom: 20px;
}


/*---------------------------------------- etiquetas ------------------------------------------*/
h1{
	font-size: 20px;
		font-size: 18px;
	font-weight: normal;
	border-bottom: solid 2px #171795;
	padding-bottom: 10px;
}	
h2{
		font-size: 20px;
		font-size: 18px;
	line-height: 20px;
	font-weight: normal;
	background: url(../img/fondo_titulo.jpg);
	background-repeat: no-repeat;
	width: 280px;
	height: 35px;
	padding: 12px 0 0 20px;
}
h3{
	background-color: #171795;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
		font-size: 12px;
	padding: 3px;
	margin: 0;
}
h3 a{color:#fff;}

a{
	color: #3e72af;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
.v_gris{color:#888;}
p span{
	color: #3e72af;
	/*color: #171795;*/
	font-weight: bold;
}
.txt_der{text-align:right;font-size:12px;font-size:10px;padding-right:10px;}
.txt_der2{text-align:right;font-size:11px;font-size:9px;}


/*---------------------------------------- tabla ------------------------------------------*/

table{
	width: 100%;
	border: solid 1px #888;
	border-collapse:collapse;
	font-size: 12px;
		font-size: 10px;
}
tr{

}
th{
	text-align:center;
	font-size: 14px;
		font-size: 12px;
	background-color: #171795;
	color: #fff;
	padding: 3px;
	border: solid 1px #fff;
}
td{
	padding: 10px 20px;
	border: solid 1px #888;
}
td li{
	padding-bottom: 12px;
}

/*---------------------------------------- imagenes ------------------------------------------*/

.img_der{
	float:right;
	border: none;	
}
.img_izq{
	float:left;
	margin-right: 30px;
	border: none;
}
body{
	font-size: 10px
}


