@charset "utf-8";
/* CSS Document */

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;	
	color:#999;
	margin:0px;
	background:url(img/fondoBottom.jpg) repeat-x fixed bottom;
}
#contenedor{
	position:relative;
	margin:auto;
	width:999px;
	/*height:auto;*/
	height:666px;
	z-index:22;	
}
#cuerpo{
	position:relative;
	width:899px;
	height:auto;
	background:url(img/fondoContainer.png) repeat-y scroll;
	padding-left:50px;
	padding-right:50px;
	margin-top:0px;
	padding-top:12px;
	padding-bottom:70px;
}
#escaparate{
	width:929px;
	height:367px;
	margin-left:-15px;
	}
#escaparate_peq{
	width:929px;
	height:219px;
	margin-left:-15px;
	
}
#cabecera{
	width:999px;
	height:148px;
	background: url(img/cabecera.png) no-repeat;
}
#pie{
	position:relative;
	width:999px;
	height:150px;
	background:url(img/fondoPie.png) no-repeat;
}
/* FORMATO */
p{

	text-align:justify;
}
strong{
	color:#000;
}
h1{
	color:#000;
	font-size:25px;
	color:#333;
	margin-top:12px;
	margin-bottom:5px;
}
h2{
	margin-left:5px;
	color:#C30;
	margin-bottom:2px;
}

/* COMUNES */ 
a{
	color:#C30;
	font-weight:bold;
	text-decoration:none;
}
a:hover{
	color:#666;
	outline:none;
}
hr{
	height:1px;
	border:0;
	width:80%;
	border-bottom: 1px dotted #999;; /*este es el que importa*/
}

img a{
	border:none;
	outline:none;
}
/* ESPECIFICOS COMUNES */
#sello_calidad{
	position:absolute;
	right:20px;
	top:70px;
}
#redes{
		position:absolute;
	right:35px;
	top:29px;
}
#datos_pie{
		position:absolute;
	left:36px;
	top:31px;
}
ul li{
	list-style-type:none;
}
.marco{
	padding:8px;
	border:1px solid #F3F3F3;
}
#eurotoques{
	position:absolute;
	bottom:20px;
}

/* MENU */
#menu{
	position:absolute;	
	left:164px;
	margin-top:55px;	
}
#menu ul li{
	display:inline;
	text-decoration:none;
}
#menu ul li a{
	color:#666;
}
#menu ul li a:hover{
	color:#C30;
}
/* GAYADAS */
.linea td{
	border-bottom:1px dotted #999;
}
.cerrar_btn{
	background-color:#C30;
	padding:5px;
	font-weight:bold;
	color:#FFF;
}

#video_plataforma a:hover{
	color:#000;
	cursor:pointer;
}
#vista_360 a:hover{
	color:#000;
	cursor:pointer;
}



