@charset "utf-8";
/* CSS Document */

body {
	background-color:#222;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#a09586;
	margin:0;
	padding:0;
}
h1 {
	color:#070707;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:center;
	text-transform:uppercase;
	letter-spacing:.1em;
	padding:0 0 20px;
}
h2 {
	background-color:#222;
	font-size:16px;
	color:#e2d1bc;
	margin-top:0;
	margin-bottom:0;
	padding:7px;
}
#contenedor {
	width:980px;
	text-align:left;
	background-image:url(interior/relleno.jpg);
	background-repeat:repeat-y;
	margin:20px auto 0;
}
#cabecera {
	width:980px;
	height:205px;
	background-image:url(portada/cabecera.jpg);
	background-repeat:no-repeat;
	float:left;
}
/*-------------------------------------------------------navegador*/
#navegador {
	float:left;
	background-image:url(portada/navegador.jpg);
	background-repeat:no-repeat;
	width:980px;
	height:50px;
}
#navegador ul {
	list-style-type:none;
	width:980px;
	height:20px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-transform:uppercase;
	font-weight:700;
	margin:0;
	padding:15px 0 0;
}
#navegador li {
	display:inline;
	background: #222;
	padding: 3px 0px;
	border: 1px solid #838383;
}
#navegador li a {
	text-decoration:none;
	color:#e2d1bc;
	text-shadow:1px 1px 5px #000;
	filter:dropshadow(color=#000000, offx=1, offy=1);
	padding:0.2em 11px;
}
#navegador li a:hover {
	color:#d5d1d0;
}
#cuerpo {
	width:980px;
	height:380px;
	background-image:url(portada/cuerpo.jpg);
	background-repeat:no-repeat;
	float:left;
	text-align:center;
}
#fondo {
	background-image:url(portada/cuerpo_inf.jpg);
	background-repeat:no-repeat;
	float:left;
	width:980px;
	height:auto;
	background-position:bottom;
}
#columna_2 {
	float:right;
	width:438px;
	padding-top:15px;
	padding-right:20px;
	padding-bottom:15px;
	margin-right:63px;
}
#columna_1 {
	margin:140px 520px 0 65px;
	padding:5px 20px 0;
}
#proveedores {
	text-align:center;
}
#proveedores img {
	text-align:center;
	margin-top:8px;
	margin-right:7px;
	margin-left:0;
	float:left;
	border-style:none;
}
#proveedores .ultima {
	margin-right:0;
}
#pie {
	width:980px;
	height:50px;
	background-image:url(portada/pie.jpg);
	background-repeat:no-repeat;
	border-top-color:#E2D1BC;
	border-top-style:solid;
	border-top-width:1px;
	clear:both;
	margin:0;
	padding:0;
}
/*-------------------------------------------------------menu pie*/
#pie ul {
	width:980px;
	height:20px;
	color:#a09586;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:center;
	text-transform:uppercase;
	list-style-type:none;
	margin:15px 0 0;
	padding:0;
}
#pie li {
	display:inline;
}
#pie li a {
	text-decoration:none;
	color:#a09586;
	padding:.2em 11px;
}
#pie li a:hover {
	color:#e2d1bc;
}
.clearfloat {
	clear:both;
	height:0;
	font-size:1px;
	line-height:0;
}
/*-------------------------------------------------------acordeon*/
#accordion {
height:110px;
width:892px;
font-family:Arial, Helvetica, sans-serif;
clear:both;
float:left;
margin-top:0;
background-image:url(portada/relleno-gris.jpg);
background-repeat:repeat-y;
padding:10px 0 10px 85px;
}
#accordion img {
	float:left;
	margin-right:10px;
	cursor:pointer;
	opacity:0.5;
	filter: alpha(opacity=50);
}
#accordion img.current {
	cursor:default;
	opacity:1;
	filter: alpha(opacity=100);
}
#accordion div {
	width:0;
	float:left;
	display:none;
	margin-right:10px;
	margin-top:10px;
}
#accordion div h3 {
	color:#070707;
	width:250px;
	font-size:15px;
	margin:0 0 -10px;
}
#accordion div p {
	font-size:12px;
	width:250px;
	color:#222;
}
.clear {
	clear:both;
}
/*-------------------------------------------------------slideshow*/
ul.slideshow {
	list-style:none;
	width:438px;
	height:300px;
	overflow:visible;
	position:relative;
	margin:0 0 50px;
	padding:0;
}
ul.slideshow li {
	position:absolute;
	left:0;
	right:0;
}
ul.slideshow li.show {
	z-index:500;
}
ul img {
	border:none;
}
#slideshow-caption {
	width:438px;
	height:50px;
	position:absolute;
	bottom:0;
	left:0;
	color:#070707;
	background:#e2d1bc;
	z-index:500;
}
#slideshow-caption .slideshow-caption-container {
	z-index:1000;
	padding:5px 10px;
}
#slideshow-caption h3 {
	font-size:14px;
	margin:0;
	padding:0;
}
#slideshow-caption p {
	margin:5px 0 0;
	padding:0;
}

