@charset "utf-8";

/*
@font-face {
	font-family: Boombox;
	src: url("fuentes/boombox.eot");
}
*/

body {
	font: 16px Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #fff;
	background-color: #a6a6a6;
	background-image: url(imagenes/fondo.general.jpg);
	background-repeat: repeat-x;
}

table {
	font: 85% Verdana, Arial, Helvetica, sans-serif;
	color: #333;
}

h1 { font: 200% Verdana, Arial, Helvetica, sans-serif; font-weight: bold; }

h2, h3 {
	/* font: 150% Boombox, Verdana, Arial, Helvetica, sans-serif; */
	font: 150% Verdana, Arial, Helvetica, sans-serif;
	color: #f63;
	background: none;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 32px;
	letter-spacing: 0px;
	text-indent: 0;
	text-transform: uppercase;
	text-shadow: 0 2px 2px #bbb;
	height: auto;
	width: auto;
}

h3 {
	font: 150% Verdana, Arial, Helvetica, sans-serif;
	text-transform: none;
	text-shadow: none;
	color: #333;
}

a img { border: none; }

a:link {
	color: #333;
	text-decoration: none;
}

a:visited {
	color: #333;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	text-decoration: underline;
}

.a2 img { border: none; }

.a2:link {
	color: #f60;
	text-decoration: underline;
}

.a2:visited {
	color: #f60;
	text-decoration: underline;
}

.a2:hover, a:active, a:focus {
	color: #333;
	text-decoration: underline;
}

.a3 img { border: none; }

.a3:link {
	color: #fff;
	text-decoration: none;
}

.a3:visited {
	color: #fff;
	text-decoration: none;
}

.a3:hover, a:active, a:focus {
	color: #333;
	text-decoration: none;
}

#contenedor {
	width: 960px;
	background: none;
	margin: 0 auto;
}

.presentacion {
	position: absolute;	
	width: 960px;
	height: 440px;
	top: 0;
	left: 50%;
	margin-left: -480px;
	margin-top: 252px;
	text-align: center;
	z-index: -1000;
}

#cabecera {
	float: left;
	width: 960px;
	height: 170px;
	background-color: #f1f1f1;
	background-image: url(imagenes/fondo.cabecera.jpg);
	background-repeat: repeat-x;
}

#capamenusuperior {
	float: left;
	width: 960px;
	height: 42px;
}

#busquedas { 
	float: left;
	width: 960px;
	height: 34px;
	padding-top: 6px;

}

#contenidos { 
	float: left;
	width: 960px;
	min-height: 500px; /* para navegadores modernos */
	height: auto !important; /* para navegadores modernos */
	height: 500px; /* para IE */
	background-repeat: repeat-x;
}

#textocontenidos {
	float: left;
	width: 430px;
	padding: 10px;
}

#central {
	float: left;
	width: 960px;
	/* height: 450px; */
	font-size: 85%;
	color: #333;
}

#internas {
	float: left;
	width: 940px;
	margin: 20px;
	margin-right: 0px;
	font-size: 96%;
}

#informacion {
	float: left;
	width: 690px;
	height: 290px;
	padding-left: 10px;
	margin-top: 10px;
}

#novedades {
	float: left;
	width: 260px;
	height: 250px;
	padding-top: 50px;
}

#ofertas {
	float: left;
	width: 956px;
	height: 142px;
}

#pie {
	clear: both;
	float: left;
	width: 960px;
	color: #333;
	padding-top: 5px;
	height: 30px;
	font: 75% Verdana, Arial, Helvetica, sans-serif;
	border-top: 3px solid #666;
}

.obligatorio { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 100%; color: #900; text-decoration: none; }
#mensaje_inactivo { display: none; }
#mensaje_activo {
	display: block;
	position: absolute;
	width: 400px;
	height: 120px;
	left: 50%;
	top: 50%;
	margin-left: -200px;
	margin-top: -60px;
	padding: 10px;
	z-index: 100;
	color: #333;
	background-color: #fc0;
	font: 85% Verdana, sans-serif;
	text-align: right;
	opacity: .85;
	border: 1px solid #999;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
}

.explicacion { position: absolute; float: right; width: 450px; height: 60px; padding: 5px; background-color: #fc6; border: 1px solid #f60; color: #333; display: none; }
.epigrafe { color: #900; font-size: 85%; }

.cuadroformulario {
	padding: 20px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#galeriainterna li {
	display: inline;
	float: left;
	width: 106px;
	height: 55px;
	background-color: #fff;
	padding: 10px;
	margin: 10px;
	text-align: center;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
}

.fotocatalogo {
	position: relative;
	font-family: Arial;
	overflow: hidden;
	background: #fff;
	border: 1px solid #333;
	width: 180px;
	height: 180px;
	float: left;
	margin-right: 4px;
}

.fotocatalogo .cabecera, .fotocatalogo .texto {
	position: absolute;
	width: 180px;
	height: 25px;
	background: #666;
	/* opacity: 0.75; */
}

.fotocatalogo .cabecera {
	/* top: -50px; */
	top: 0px;
	left: 0px;
}

.fotocatalogo .texto {
	/* bottom: -50px; */
	bottom: 0px;
	left: 0px;
}

.fotocatalogo .cabecera span {
	/* color: #fff; */
	/* top: -50px; */
	top: 0px;
	font-weight: bold;
	display: block;
	padding: 5px 0 0 10px;
}

.fotocatalogo .texto span{
	/* color: #fff; */
	font-size: 12px;
	display: block;
	padding: 5px 10px 0 10px;
}

