/* CSS Document */

body{
	font-family: Tahoma;
	font-size: 80%;
	color: #00135F;
}

#cuerpo{
	position: relative;
	padding: 0px;
	border: solid 10px #00135F;
	width: 950px;
	height: 780px;
	background-image:url(../images/fondo.jpg);
	background-repeat:repeat-y;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}


#banner{
	position:relative;
	margin: 0px;
	padding: 0px;
	border-bottom:  solid 10px #00135F;
	float:left;
}

#informacion{
	position: relative;
	margin: 35px 30px 0px 0px;
	padding: 0px;
	float:right;
}

#parte_baja{
	margin: 0px 0px 0px 0px;
}

#botonera{
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 161px;
	height: 160px;
	position: relative; 
	float: left;
}

#pie{
	padding: 0px;
	width: 161px;
	position: relative;
	float: left;
	margin: 230px 0 0 0;
}

#pie a{
	float: left;
	margin-right: 10px;
	display: block;
	width: 66px;
}

#pie img{
	display: block;
}

#izquierda{
	margin: 35px 0px 0px 20px;
	padding: 0px;
	height: 400px;
	width: 161px;
	position: relative; 
	float: left;
}

#derecha{
	margin-top: -380px;
	margin-left: 120px;
	padding: 0px;
	height: 400px;
	width: 650px;
	position: relative; 
	float: left;
}

#parte_baja > #derecha{
	margin-top: -350px;
	margin-left: 270px;
	padding: 0px;
	height: 480px;
	width: 650px;
	position: relative;
	float: left;
}

#texto{
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 55%;
	height: 300px;
	position: relative; 
	float: left;
	font-size: 100%;
}

#imagenes{
	margin: 0px;
	padding: 0px;
	width: 40%;
	height: 450px;
	position: relative;
	float:right;
	font-size: 100%;

}

#imagenes2{
	margin: 0px;
	padding: 0px;
	width: 40%;
	height: 480px;
	position: relative;
	float:right;
	font-size: 100%;

}

#imagenes2 img{
	margin-right: 20px;
	margin-bottom: 10px;
	padding: 5px;
	border:solid 3px #B8C910;
}

#imagenes img{
	margin-right: 20px;
	margin-bottom: 40px;
	padding: 5px;
	border:solid 3px #B8C910;
}

#imagenes_productos{
	margin: 0px 0px 0px 0px;
	width: 100%;
	height: 460px;
	position: relative; 
	float:right;
	font-size: 100%;
}

#producto{
	position: relative; 
	float:left;
	width: 130px;
	height: 150px;
}

#producto>#imagen_producto{
	margin-right: 10px;
	padding: 5px;
	width: 110px;
	height: 110px;
}

#imagen_producto{
	margin-right: -10px;
	padding: 5px;
	width: 110px;
	height: 110px;
}

#imagen_producto img{
	margin-right: 20px;
	padding: 5px;
	border:solid 3px #B8C910;
}

#texto_producto{
	margin: 0;
	margin: 0;
	font-size: 75%;
	width: 110px;
	height: 30px;
	text-align: center;
}


#texto_mapa{
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 35%;
	height: 300px;
	position: relative; 
	float: left;
	font-size: 100%;
}

#texto_mapa a{
	border: none;
	color: #858377;
	text-decoration: none;
	font-weight: bold;
}

#texto_mapa a:hover{
	border: none;
	color: #858377;
	text-decoration: none;
	font-weight: bold;
}

#derecha>#imagen_mapa{
	padding: 0px;
	height: 300px;
}

#imagen_mapa img{
	padding: 5px;
	border:solid 3px #B8C910;
}

#texto_texto {
	height: 100px;
	width: 100%;
	float: left;
}
.texto_foto {
	float: right;
	height: auto;
	width: auto;
	padding-bottom: 35px;
	padding-top: 50px;
}

