* { margin:0; padding:0; list-style:none; }
body { font-family:'Lato', serif; font-size:11px; background-color:#D9DADB; }
	img{ border:none; }
	#content{ width:100%; height:155px; padding-top:15px; margin:200px auto; text-align:center; background-color:#FFF; }	
	#supersized-loader { position:absolute; top:50%; left:50%; z-index:10; width:60px; height:60px; margin:-30px 0 0 -30px; text-indent:-999em; background-color:#111; background:rgba(0,0,0,0.8) url(../img/progress.gif) no-repeat center center; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px;}
	
	#supersized { position:fixed; left:0; top:0; overflow:hidden; z-index:-999; height:100%; width:100%; }
		#supersized img{ width:auto; height:auto; position:relative; display:none; outline:none; border:none; }
			#supersized.speed img { -ms-interpolation-mode:nearest-neighbor; image-rendering: -moz-crisp-edges; }	/*Speed*/
			#supersized.quality img { -ms-interpolation-mode:bicubic; image-rendering: optimizeQuality; }			/*Quality*/
		
		#supersized a { z-index:-30; position:absolute; overflow:hidden; top:0; left:0; width:100%; height:100%; background:#111;}
			#supersized a.prevslide { z-index:-20; }
			#supersized a.activeslide { z-index:-10; }
			#supersized a.prevslide img, #supersized a.activeslide img{ display:inline; }
	
.entrada{
	width:960px;
	margin:auto;
	padding-left:15px;
	padding-top:50px;
}
.txt_entrada{
	color:#FFF;
	font-size:13px;
}
.web{
	width:970px;
	padding-top:50px;
	margin:auto;
}
.izda{
	float:left;
}

.tabla_entrada{
	padding:100px;
	font-size:13px;
	color:#FFF;	
}
.titular_entrada{
	color:#FFF;
	font-size:100px;
	line-height:150px;
	text-decoration:underline;	
}
.enlace_entrada{
	text-decoration:none;
	font-weight:bold;
	font-size:13px;
	color:#FFF;
}
.enlace_entrada:hover{
	background-color:#0f0f3d;
}
.menu{
	width:150px;
	padding-top:30px;
	float:left;
	height:150px;
}
.menu ul{
	list-style:none;
}
.menu ul li{
	padding-bottom:5px;
}
.menu ul li a{
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	color:#000;
}
.menu ul li a:hover, .menu ul li a.s{
	background-color:#FFF;
	color:#000;
}
.submenu{
	width:110px;
	padding-top:30px;
	height:150px;
	float:left;
}
.submenu ul{
	list-style:none;
}
.submenu ul li{
	padding-bottom:5px;
}
.submenu ul li a{
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	color:#000;
}
.submenu ul li a:hover, .submenu ul li a.s{
	background-color:#FFF;
	color:#000;
}
.idiomas{
	width:150px;
	height:40px;
	clear:both;
	padding-top:20px;
	color:#000;
}
.idiomas a{
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	color:#000;
}
.idiomas a:hover, .idiomas a.s{
	background-color:#FFF;
	color:#000;
}
.contacto{
	width:150px;
	height:150px;
	margin-top:20px;
	font-size:10px;
	color:#000;
}
.fondo_blanco_11{
	font-size:11px;
	font-weight:bold;
	background-color:#FFF;
	color:#000;
}
.fondo_blanco_13{
	font-size:13px;
	font-weight:bold;
	background-color:#FFF;
	color:#000;
}
.enlace_mail{
	text-decoration:none;
	color:#000;
}
.enlace_mail:hover{
	color:#000;
	background-color:#FFF;
}
.logos{
	width:150px;
	height:340px;
	margin-top:20px;
	font-size:10px;
	color:#000;
}

/**/
.contenido{
	width:660px;
	height:auto;
	float:left;
	padding-left:20px;	
}

.fecha{
	color:#808080;
	font-size:13px;
	font-weight:bold;
}
a.titular_noticia{
	color:#000;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
}
a.titular_noticia:hover{
	color:#000;
	background-color:#FFF;
}
.enlace_pagi{
	color:#000;
	font-size:11px;
	text-decoration:none;
}
.enlace_pagi:hover{
	color:#000;
	background-color:#FFF;
}
.texto_noticias{
	color:#808080;
	font-size:11px;
}


.enlace_producto{
	text-decoration:none;
	color:#000;
}
.enlace_producto:hover{
	color:#FFF;
	background-color:#000;
}

.titular_contacto{
	font-size:13px;
	font-weight:bold;
}

.texto_contacto{
	color:#808080;
}
.enlace_mail_contacto{
	text-decoration:none;
	color:#808080;
	font-size:11px;
}
.enlace_mail_contacto:hover{
	color:#000;
}
.cuadro_form{
		border-style:outset;
		border-top:#FFF;
		border-left:#FFF;
		border-right:#FFF;
		padding-bottom:5px;
		border-bottom:1px solid #000;
		font-family:Lato;
		font-size:11px;
		width:660px;
	}
	.texto_form{
		border-style:outset;
		border-top:#FFF;
		border-left:#FFF;
		border-right:#FFF;
		padding-bottom:5px;
		border-bottom:1px solid #000;
		font-family:Lato;
		font-size:11px;
		width:660px;
		height:50px;
	}
	.boton_enviar{
		border-style:outset;
		border-top:#FFF;
		border-left:#FFF;
		border-right:#FFF;
		padding-bottom:5px;
		border-bottom:1px solid #808080;
		font-family:Lato;
		font-size:11px;
		width:660px;
		background-color:#FFF;
		color:#808080;
		text-align:left;
		cursor:pointer;
	}
	.boton_enviar:hover{
		color:#000;
		border-bottom:1px solid #000;
	}
	
a{
	text-decoration:none;
	color:#000;
}