html, body {
	background: #9b9999 url(../../imagen/fondo.png) repeat-x;
	font:  1em/1.2em biondi, arial, sans-serif;
	color: #503F14;
	padding: 0;
	margin: 0;
	text-align: center;
	height: 100%;
}
img {
	border: 0;
}
div#pagina {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	width: 100%;
}
table#centrado {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	vertical-align: middle;
	position:relative;
}
a {
	color: #503F14;
}
h1 {
	text-align: center;
	text-indent: -9999px;
	height: 50px;
	width: 252px;
	font-size: 1.7em;
	margin: 0 auto;
	padding: 0;
	background: transparent url(../../imagen/titulo.png) top center no-repeat;
}
h3 {
	font-size: 1.2em;
	text-transform: uppercase;
}
.justificado {
	text-align: justify;
}
h1#amarillo {
	background-image: url(../../imagen/titulo_portada.png);
	height: 265px;
	width: 348px;
	display: none;
}
div.imgPortada {
	text-align: center !important;
	position:relative;
}
div.imgPortada img {
	margin-top: 45px;
}
ul.enlacePrincipal, ul.enlacePrincipal ul, .enlacePrincipal li ul li {
	padding: 0;
	margin: 0 20px;
}
ul.enlacePrincipal, ul.enlacePrincipal ul {
	list-style: none;
	clear: both;
}
.enlacePrincipal img {
	border: none;
}
.enlacePrincipal li {
	float: left;
	position: relative;
	width: 20%;
	margin: 10px 0;
}
.enlacePrincipal li a {
	display: block;
	text-decoration: none;
	padding: 0 10px;
	text-align: center;
	color: #503F14;
	font: bold 0.9em arial, sans-serif;
	letter-spacing: 1px;
	font-variant: small-caps;
	text-transform: lowercase;
}
.enlacePrincipal li a:hover {
	color: #CCC;
}
.enlSp a {
	text-decoration: none;
	padding: 0 10px;
	text-align: center;
	color: #503F14;
	font: bold 0.9em biondi, arial, sans-serif;
	letter-spacing: 1px;
	font-variant: small-caps;
	text-transform: lowercase;
	margin-left: 10px;
}
.enlacePrincipal li ul {
	display: none;
	position: absolute;
	top: 15px;
	left: 0;
	width: 100%;
	z-index: 1000;
	margin: 0;
	padding: 0;
	background: transparent url(../../imagen/fondo.png) no-repeat;
}
.enlacePrincipal li ul li, .enlacePrincipal li ul li a {
	float: none;
	display: block;
	width: 100%;
}
.enlacePrincipal li ul li a {
	padding: 5px 0;
	margin: 0;
}
.enlacePrincipal li ul li {
	margin: 0;
	padding: 0;
}
.enlacePrincipal li> .enlacePrincipal ul {
	top:  auto;
	left:  auto;
}
.enlacePrincipal li:hover ul, .enlacePrincipal li.over ul {
	display: block;
}
div#contenido {
	margin: 0em;
	padding: 10px;
}
div#medio, div#medioPortada {
	clear: both;
	text-align: justify;
	overflow: auto;
	height: 460px;
	font: normal 0.8em arial, sans-serif;
}
div#medio {
	padding: 0 6%;
}
h2 {
	color: #FFF;
	font: bold 2em biondi, arial, sans-serif;
	letter-spacing: -3px;
	font-variant: small-caps;
	text-transform: lowercase;
	border-bottom: 1px solid #503F14;
	padding: 0;
	margin: 0;
}
div#navFoto, div#navFoto2, div#navFoto3 {
	float: right;
	background-color: #A5A6A2;
	padding: 10px;
	margin: 45px 3em 0 0.5em;
}
div#navFoto2 {
	float: left;
}
div#navFoto3 {
	margin-top: 30px;
}
div#datoProducto {
	display: table;
	height: 450px;
}
div#datoProducto div {
	display: table-cell;
	vertical-align: bottom;
	text-align: justify;
	padding-bottom: 10px;
}
div#datoProducto img {
	margin: 15px 10px 0 10px;
	float: left;
}
div#navProductos {
	position: relative;
	padding: 5px;
	margin: 0;
	text-align: center;
	float: right;
	height: 430px;
	overflow: auto;
	width: 130px;
}
div#navProductos a img {
	padding: 5px;
	margin: 5px;
	border: none;
	display: block;
}
.validacion {
	border: 1px solid #FF0000;
	padding: 5px;
	margin-left: 0;
}
input, select, textarea {
	font-size: 0.9em;
	border: 1px solid #999999;
	background-color: #585858;
	color: #FFF;
}
input:focus, select:focus, textarea:focus {
	border: 1px solid #A17C00;
}
fieldset span, .obligatorio {
	font-size: 0.8em;
	color: #CCC;
}
form {
	margin: 0;
	padding: 0;
}
fieldset {
	margin: 0;
	padding: 10px;
	border: none;
	position: relative;
}
fieldset label, input {
	display: block;
	width: 350px;
	float: left;
	margin-bottom: 10px;
}
fieldset label {
	text-align: right;
	width: 350px;
	padding-right: 20px;
}
fieldset input.enLinea {
	width: auto;
	margin-right: 2px;
}
fieldset br {
	clear: left;
}
fieldset p.boton {
	text-align: center;
}
fieldset p.boton input {
	float: none;
	display: inline;
	margin: 5px;
	padding: 5px;
	font: bold 0.9em arial, sans-serif;
	letter-spacing: 1px;
	font-variant: small-caps;
	text-transform: lowercase;
	background-color: #A5A6A2;
	border: none;
	width: 100px;
}
#datoProducto img, #navFoto img {
	border: none;
}
ul.lista {
	list-style: none;
	margin-left: 10px;
}
ul.lista ul {
	list-style: none;
	margin-left: 20px;
}
#libro {
	background: transparent url(../../imagen/libro.jpg) no-repeat top center;
	padding-top: 120px;
	width: 200px;
	float: right;
}
.noticiaLibro {
	margin-right: 230px;
}
.noticia {
	/*clear: both;*/
	/*background: transparent url(../../imagen/fondo_noticias.png) repeat-x;*/
	height: 60px;
	padding: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #CCC;
}
.noticia h4 {
	margin: 0;
	padding: 0;
}
.noticia img, .flotIzquierda {
	float: left;
	margin: 0 10px 10px 0;
}
#mapas {
	float: right;
}
#mapa1, #mapa2 {
	width: 500px;
	height: 205px;
}
div#navBoutique1 {
	padding: 10px;
	margin: 20px 3em 0 0.5em;
	float: left;
}
div#navBoutique2 {
	padding: 10px;
	margin: 20px 3em 0 0.5em;
	float: right;
}
div#contenido.boutique {
	margin-left: 620px;
	margin-top: -20px;
}
.tarjetas {
	position:absolute;
	top:50px;
	right:50px;
	width:250px;
	height:180px;
}
.link_home {
	position:absolute;
	top:200px;
	left:5%;
	width:265px;
	height:150px;
}
/* Social network */


ul#social {
	list-style: none outside none;
	position: absolute;
	right: 30px;
	top: 1px;
}
ul#social li {
	display: inline;
	float: left;
}
ul#social li a {
	display: inline-block;
	margin: 0 2px;
}
ul#social li img {
	display: block;
}

