@charset "iso-8859-1";
/* CSS Document */
html, body{
	height:100%;
}

a{
	outline:none;
}

body{
	margin: 0px;
	background-color:#eeeced;
	background-image:url(/img/background.gif);
	background-repeat:repeat-x;
	font-family:Arial;
	font-size:11px;
}

#contenedor{
	background-image:url(/img/fondo.jpg);
	/*background-repeat:no-repeat;*/
	width:1003px;

/*	height:592px;*/
/*	float:left; */
	margin:0px auto;
	height:auto;
	
}

#contenedor_inner{
	width:1003px;
/*	float:left; */
	margin:0px auto;
	background-color:#FFFFFF;
}

#head{
	background-image:url(/img/header.gif);
	background-repeat:no-repeat;
	width:100%;
	height:52px;
}

#contenido{
	float:left;
	 border:0px solid blue;


}

.sombra_derecha{
	background-image:url(/img/back_sombra_right.gif);
	background-repeat:repeat-y;
	/*width:10px;*/
	float:left;
	height:auto;
	/*height:592px;*/
}

.sombra_izquierda{
	background-image:url(/img/back_sombra_left.gif);
	background-repeat:repeat-y;
	/*width:10px;*/
	float:left;
	height:auto;
	/*height:592px;*/
}

#menu_sup{
	float:right; width:500px; border:0px solid blue; margin-top:9px;
}

#menu_sup a{
	width:100px;
	display:block;
	float:left;
	text-align:center;
	background-image:url(/img/dos_puntos.gif);
	background-repeat:no-repeat;
	background-position:0px 13px;
	font-weight:bold;
	color:#666666;
	text-decoration:none;
	border:0px solid blue;
	height:24px;
	padding-top:10px;
}

#menu_sup a:hover{
	color:#f61f2f;
}

.submenu_sup{
	position:absolute; 
	border:0px solid blue;
	top:42px;
	font-family:Arial Narrow;
	font-size:10px;
	padding-top:3px;
	display:none;

}

.submenu_sup a{
	display:block;
	width:90px;
	height:17px;
	background-color:#c8c8c8;
	margin-bottom:2px;
	padding-left:10px;
	padding-top:3px;
	text-decoration:none;
	color:#666666;
}

.submenu_sup a:hover{
	color:#f51e30;
	text-decoration:none;
	background-color:#e7e7e7;
}

.submenu_sup_sup{
/*
	position:absolute; 
	border:0px solid blue;
	top:42px;
	font-family:Arial Narrow;
	font-size:10px;
	padding-top:3px;
	border:1px solid blue;
	left:102px;
*/
}

.cuadrado_foto{
	width:105px; height:109px; border:1px solid #e0dfe0;
	text-align:center;
	float:left;
}

.caja_ficha_foto_mini{
	width:57px; height:57px; border:1px solid #c8c8c8; margin-bottom:10px;
}


.titulo_cent{
	color:#cccccc; font-family:Arial; font-size:50px; font-weight:bold;
	line-height:36px;
}

.bloque_direccion{
	width:248px; float:left; text-align:center;
}

.bt_ver_mapa{
	color:#ff0000;
	font-size:10px;
}

.input_contacto{
	background-color:#cccccc;
	border:0px;
	width:193px;
	height:20px;
	margin-right:5px;
	
}

.mail_bt{
	color:#000000;
	text-decoration:none;
}
/*
.boton_2lineas{ height:34px; border:1px solid green; }

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .boton_2lineas{ height:30px !important; border:0px solid orange !important; }
}
*/

#fancy_imprimir {
	position: absolute;
	top: -17px;
	right: 90px;
	height: 30px;
	width: 30px;
	background: url('fancybox/fancy_imprimir.png') top right no-repeat;
	cursor: pointer;
	z-index: 192;
	display: block;
	border:0px solid blue;
	float:left;
}

.bt_pais{
	color:#b9b9b9;
	font-size:10px;
	display:block;
	text-decoration:none;
}

.bt_pais:hover{
	color:#FF0000;
	/*ff0000*/
}

.bt_pais_sel{
	color:#FF0000;
}


.pie_texto{
	height:20px; 
	position:absolute; 
	width: 100%;
	text-align:center;
	font-family:Arial; font-size:10px; 
	color:#666666; 
	margin-top:20px; 
	mmargin-left:30px;	
}

.pie_texto a{
	color:#f51e30;
	text-decoration:none;
}

.pie_texto a:hover{
	color:#a21b25;	
}

.link1{
	color:#000;
	font-size:11px;
	text-decoration:none;
}
/*
#a_producto_sub, #a_producto_sub ul{
margin:0;
padding:0;
list-style-type:none;
list-style-position:outside;
position:relative;
}

#a_producto_sub{
	font-family:Arial Narrow;
	font-size:10px;
	padding-top:3px;

}

#a_producto_sub a{
	display:block;
	width:90px;
	height:17px;
	background-color:#c8c8c8;
	margin-bottom:2px;
	padding-left:10px;
	padding-top:3px;
	text-decoration:none;
	color:#666666;
	border:0px solid blue;

}

#a_producto_sub a:hover{
	text-decoration:none;
	background-color:#e7e7e7;
	color:#f71e2f;
}

#a_producto_sub li{
position:relative;


}

#a_producto_sub ul {
position:absolute;
display:none;
width:12em;
padding-left:3px;
}

#a_producto_sub li ul a{
width:12em;
float:left;
height:17px;

}

#a_producto_sub ul ul{
top:auto;

}	

#a_producto_sub li ul ul {
left:12em;
margin:0px 0 0 10px;
}

#a_producto_sub li:hover ul ul, #a_producto_sub li:hover ul ul ul, #a_producto_sub li:hover ul ul ul ul{
display:none;
}
#a_producto_sub li:hover ul, #a_producto_sub li li:hover ul, #a_producto_sub li li li:hover ul, #a_producto_sub li li li li:hover ul{
display:block;
}

*/
