/*
 *	##### ESTILOS GENERALES #####
 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, center, u, b, i {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: normal;
    font-style: normal;
    font-family: inherit;
    vertical-align: baseline
}

html {
    width: 100%;
    height: 100%;
}

body {
    font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
    font-size: 62.5%;
    background: url(img/fondo.gif) top center repeat;
    color: #ffffff;
    width: 100%;
}

input {
    font-family: Arial, Helvetica, sans-serif;

}:focus {
    outline: 0;
}

ol, ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: "";
}

blockquote, q {
    quotes: "" "";
}

h1, h2, h3, h4, h5, h6, pre, code {
    font-size: 1em;
}

strong {
    font-weight: bold;
}

a {
	border: none;
    text-decoration: none;
}

a:hover {
    border: none;
}

em {
    font-style: italic;
}

div.clear, hr, span.clear {
    clear: both;
    display: block;
}

.hidden{
	display: none;
}

.exito{
	margin: 4px 0 15px;
	padding: 8px;
	background: #f0f0f0;
	color: #008000;
}

.errores{
	margin: 4px 0 15px;
	padding: 8px;
	background: #f0f0f0;
	color: #ff0000;
}

p.salto{
	display: none;
}

/* PRINCIPAL */

#principal{
	background: #1b1b1b url('img/fondo_contenedor.png') top center repeat-x;
	margin: 0 auto;
	width: 960px;
	position: relative;
}

/* IZQUIERDA */ 

 #izq{
 	float: left;
	width: 220px;
	margin: 15px 15px 0 10px;
 }
 
 h1{
 	font-size: 3em;
 	width: 210px;
	height: 170px;
	background: url('img/logo.png') center top no-repeat;
	text-indent: -9999px;
	
 }
 
 h2{
 	width: 123px;
	height: 20px;
	background: url('img/titulo_catalogo.png') center top no-repeat;
	text-indent: -9999px;
	margin: 25px 0 10px;
 }
 
 #izq dl{
 	margin-bottom: 10px;	
 }
 
 #izq dt{
	margin-top: 5px;
 }
 
 #izq dt a{
 	color: #afffff;
 	font-size: 1.6em;
	font-weight: bold;
	text-transform: uppercase; 	
 }
 
 #izq dt a.actual, #izq dd a.actual, #izq dt.actual a, #izq dt.actual2 a.actual{
 	color: #ff9100;
 }
 
 #izq dt.actual2 a{
 	color: #ffff99;
 }
 
 #izq dd{
	font-size: 1.4em;
	line-height: 1.5em;
 }
 
 #izq dd a{
 	color: #cccccc;
	font-weight: bold;
 }
 
 #izq dd a:hover{
 	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
 }
 
 /* DERECHA */
 
 #der{
 	float: right;
	width: 700px;
	margin-right: 15px;
 }
 
 ul#menu_sup{
 	float: right;
	overflow: hidden;
	padding: 10px;
 }
 
 ul#menu_sup li{
 	float: left;
	margin-left: 20px;
	margin-bottom: 30px;
	width: auto;
	height: 14px;
 }
 
 ul#menu_sup li a:hover{
 	border-bottom: 8px solid #cccccc;
 }
 
 ul#menu_sup li a.actual{
 	border-bottom: 8px solid #ff9100;
 }
 
 #imagen_principal{
 	clear: both;
	float: none;
 }
 
 #imagen_principal p{
 	width: 700px;
	text-align: center;
	overflow: hidden;
 }
 
 #texto_principal{
 	clear: both;
	overflow: hidden;
 	/*border: 1px solid #999999;*/
 }
 
 #texto_principal h3{
 	color: #e8cb13;
	font-size: 2.8em;
	font-weight: bold;
	border-bottom: 1px solid #ffff99;
	margin-bottom: 15px;
 }
 
 #texto_principal .texto{
 	width: 350px;
	float: left;
 }
 
 #texto_principal h4{
 	font-size: 1.6em;
	font-weight: bold;
	color: #999999;
	margin-bottom: 8px;
 }
 
 #texto_principal p{
 	font-size: 1.4em;
	margin-bottom: 8px;
 }
 
 #texto_principal #mapa{
 	width: 300px;
	height: 375px;
	float: right;
	overflow: hidden;
 }
 
 #texto_principal form fieldset p{
 	overflow: hidden;
	width: 100%;
 }
 
 #texto_principal form fieldset p label{
 	float: left;
	width: 80px;
 }
 
 #texto_principal form fieldset p input,  #texto_principal form fieldset p textarea{
 	float: left;
	width: 265px;
 }
 
 #texto_principal form fieldset p.sub{
 	text-align: right;
 }
 
 #texto_principal form fieldset p.sub input{
 	float: none;
	width: auto;
	border: 1px solid #555555;
	background: #111111;
	color: #ff9100;
	cursor: pointer;
 }
 
 #texto_principal .galeria ul.fotos{
 	overflow: hidden;
	width: 100%;
	padding-bottom: 10px;
 }
 
 .galeria .content{
 	display: none;
 }
 
 .content #superbox-innerbox{
 	height: auto !important;
 }
 
 #superbox-innerbox .content{
 	display: block;
	overflow: hidden;
 }
 
 #superbox-innerbox .content .img{
 	
 }
 
 #superbox-innerbox .content .texto p{
	font-size: 16px;
	font-family: Georgia, serif;
	font-weight: bold;
 }
 
 #texto_principal .galeria ul.fotos li{
 	float: left;
	width: 150px;
	height: 110px;
	margin: 10px 12px 15px;
	font-size: 1.1em;
	line-height: 0.8em;
	text-align: center;
	/*zoom: 1;*/
 }
 
 #texto_principal .ofertas ul.fotos li{
 	float: left;
	width: 150px;
	height: 140px;
	margin: 10px 12px;
	font-size: 1.1em;
	line-height: 1.2em;
	text-align: center;
	/*zoom: 1;*/
 }
 
 #texto_principal .galeria ul.fotos li a{
 	display: table-cell;
	text-align: center;
	vertical-align: middle;
 	width: 150px;
	height: 100px;
	overflow: hidden;
	background: #ffffff;
	/*zoom: 1;*/
	border: 2px solid #999999;
 }
 
 #texto_principal .galeria ul.fotos li a img{
 	margin: 0;
	padding: 0;
 }
 
 #texto_principal .galeria ul.fotos li span{
	display: block;
	margin: -10px 0 24px;
	padding: 8px;
	color: #EF7777;
	font-weight: bold;
	font-size: 1.4em;
 	text-align: right;
 }
 
 
 /* Paginación */

ul.paginacion{
	margin: 15px 0 10px;
	overflow: hidden;
	width: 100%;
	text-align: center;
}

ul.paginacion li{
	display: inline;
	font-size: 1.4em;
	margin: 0 4px;
}

ul.paginacion li a{
	font-weight: bold;
	color: #cccccc;
}

ul.paginacion li.actual a{
	color: #ded856;
	text-decoration: underline;
}
 
 /* info */

#info{
	clear: both;
	float: none;
	padding-top: 20px;
}

#info .elem{
	float: left;
	width: 340px;
	height: 100px;
	color: #cccccc;
	margin-bottom: 20px;
	border-bottom: 1px solid #333333;
	padding-bottom: 10px;
}

#info .elem h4{
	color: #ffffff;
}

#info .elem.der{
	float: right;
}

 /* PIE */

#pie{
	clear: both;
	text-align: center;
	padding: 20px 0;
	font-size: 1.4em;
}

#pie a{ 
	color: #ffffff;
	text-decoration: underline;
}

/* aviso legal */

#aviso_legal{
	font-size: 1.2em;
}

/* horario */
#horario{
	padding: 50px 40px 0;
	color: #111111;
	font-size: 13px;
	background: url(img/horario.png) left top no-repeat;
	width: 270px;
	height: 150px;
	position: absolute;
	top: 20px;
	right: 0px;
	margin-right: -52px;
}

#cerrar_horario{
	float: right;
	color: #ff9900;
	font-weight: bold;
}

