@charset "utf-8";
/* CSS Document */
/* ESTILOS DE ELEMENTOS BÁSICOS */
body {
	background: url('../img/bg.jpg') top center fixed;
	text-align: center;
}

a, a li, .submit, span {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;

	cursor: pointer;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

h1 {
	font-family: 'Oswald', Helvetica, Arial, sans-serif;
	font-size: 28px;
	color: #C00;
	margin: 25px 0 20px 0;
}

h1 a{
	color: #333;
}

h1 a:hover{
	color: #F00;
}

h2 {
	font-family: 'Oswald', Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #999;
	margin: 0 0 15px 0;
}

h3 {
	font-family: 'Oswald', Helvetica, Arial, sans-serif;
	font-size: 22px;
	color: #000000;
	margin: 0 0 15px 0;
}

p {
	font-family: 'Droid Sans', Helvetica, Ariel, sans-serif;
	font-size: 16px;
	line-height: 1.3em;
	color: #000000;
	margin: 0 0 15px 0;
}

p.destacado {
	font-weight: bold;
	color: #C00;
}

p a {
	color: #C33;
}

p a:hover {
	color: #000;
}

a.thickbox, a.ofertas {
	margin: 8px;
	border: 2px solid #FFF;
	display: block;
	float: left;
	padding: 0;
	line-height: 0;
	position: relative;
	width: 140px;
	height: 140px;
	overflow: hidden;
	background: url(../img/no-disponible.png) center center;
}

a.thickbox:hover, a.ofertas:hover {
	border: 2px solid #C33;
}

a.thickbox span, a.ofertas span {
	position: absolute;
	left: 0;
	bottom: 0;
	font-family: 'Droid Sans', Helvetica, Arial, sans-serif;
	font-size: 13px;
	text-shadow: #000 0 1px 0;
	line-height: 25px;
	color: #FFF;
	width: 140px;
	height: 25px;
	background: #333;
	padding: 0 0 0 5px;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

a.thickbox:hover span, a.ofertas:hover span {
	opacity: 0.75;
	filter: alpha(opacity=75);
}

a.thickbox img, a.ofertas img {
	margin: 0;
	padding: 0;
}

/* ESTILOS DE ESTRUCTURA DEL SITIO */
.wrapper {
	background: #FFF url('../img/sombras.png') no-repeat 0 180px;
	width: 960px;
	margin: 0 auto;
	padding: 0;
	height: 500px;
	text-align: left;
	clear: both;
	position: relative;
}

.header {
	width: 940px;
	height: 180px;
	margin: 0 0 0 10px;
	position: relative;
}

/* LOGO */
.header img {
	margin: 27px 0 0 0;
}

/* BOTONES DE ARRIBA de TODO */
.top {
	position: absolute;
	top: 0;
	right: 0;
	height: 34px;
	width: 322px;
}

.top li {
	list-style-image: none;
	display: inline;
}

.top li a {
	height: 34px;
	margin: -5px 0 0 4px;
	float: left;
	background: #FFF;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	opacity:0.75;
}

.top li a:hover {
	margin: -2px 0 0 4px;
	opacity:1;
}

.top li.b1 a {
	background: url('../img/botones.png') no-repeat 0 0;
	width: 70px;
}

.top li.b2 a {
	background: url('../img/botones.png') no-repeat -74px 0;
	width: 70px;
}

.top li.b3 a {
	background: url('../img/botones.png') no-repeat -148px 0;
	width: 27px;
}

.top li.b4 a {
	background: url('../img/botones.png') no-repeat -178px 0;
	width: 30px;
}

.top li.b6 a {
	background: url('../img/botones.png') no-repeat -211px 0;
	width: 30px;
}

.top li.b5 a {
	background: url('../img/botones.png') no-repeat -244px 0;
	width: 71px;
}

.msn {
	display: none;
	width: 281px;
	position: absolute;
	top: 40px;
	right: 10px;
	background: #D00 url('../img/patternrojo.gif');
	z-index: 9;

	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	-webkit-box-shadow: #C00 0 5px 0;
	-moz-box-shadow: #C00 0 5px 0;
	box-shadow: #C00 0 5px 0;iconos

	border: 1px solid #C00;
}

.msn h3 {
	color: #FFF;
	text-shadow: #C00 0 1px 0;
	margin: 10px;
	line-height: 20px;
	text-align: center;
}

.msn h3 strong {
	font-size: 20px;
}

/* DATOS DEL HEADER(horario, direccion, telefono, etc) */
.data {
	position: absolute;
	right: 0;
	top: 45px;
	height: 110px;
	text-align: right;
	background: url('../img/iconos.png') no-repeat top 36px right;
}

.data p {
	font-family: 'Droid Sans', Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #999;
	margin: -1px 20px 10px 0;
	line-height: 13px;
}

.data span {
	font-family: 'Droid Sans', Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #999;
	margin: -1px 0px 10px 0;
	color: #c7c7c7;
	cursor:text;
}

/* MENU */
.menu {
	float: left;
	overflow: visible;
}

ul#nav {
	float: left;
	margin: 0 0 0 10px;
	width: 970px;
}

ul#nav li {
	float: left;
	list-style: none;
	width: auto;
	display: block;
	position: relative;
	z-index: 3;
	height: 56px;
	text-align: center;
}

#nav li.back {
	background: url('../img/lava.png') repeat-x;
	height: 56px;
	z-index: 1;
	position: absolute;

	-webkit-box-shadow: #666 0 0 3px;
	-moz-box-shadow: #666 0 0 3px;
	box-shadow: #666 0 0 3px;
}

#nav li a {
	font: 14px 'Oswald';
	text-align: center;
	top: 7px;
	display: block;
	float: left;
	position: relative;
	padding: 1px 0 0 0;
	margin: 10px 21px 0 21px;
	line-height: 12px;
	color: #C00;
	text-shadow: #FFF 0 1px 0;
	text-align: center;
}

#nav li.current a {
	color: #600;
}

#nav li a span {
	font: 11px 'Droid Sans';
	color: #600;
}

#nav li a:hover {
	color: #600;
}

/* SUBMENUS */
#nav ul.sub {
	list-style: none;
	position: absolute;
	margin: 0;
	left: 0;
	height: auto;
	top: 56px;
	float: none;
	padding: 0;
	z-index: 4;
	background: #EEE url('../img/sub.gif');

	-webkit-box-shadow: #666 0 3px 5px;
	-moz-box-shadow: #666 0 3px 5px;
	box-shadow: #666 0 3px 5px;
}

#nav ul.sub li {
	float: none;
	margin: 0;
	padding: 0;
	height: auto;
}

#nav ul.sub li a {
	float: none;
	font: 10px 'Droid Sans';
	color: #600;
	height: 15px;
	display: block;
	padding: 5px 0 0 0;
	margin: 0;
	top: 0;
	z-index: 2;
	background: #EEE url('../img/sub.gif');

	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

#nav ul.sub li a:hover {
	background: #CCC url('../img/sub2.gif');
	color: #FFF;
	text-shadow: #900 0 1px 0;

	-webkit-box-shadow: inset #900 0 0 5px;
	-moz-box-shadow: inset #900 0 0 5px;
	box-shadow: inset #900 0 0 5px;
}

/* SLIDESHOW */
.slideshow {
	width: 940px;
	height: 400px;
	overflow: hidden;
	margin: 0 0 20px 10px;
	float: left;
}

.sombra {
	height: 75px;
	width: 940px;
	background: url('../img/sombra.png') center bottom no-repeat;
	float: left;
	margin: 0 0 -55px 10px;
}

.ppt {
	position: relative;
}

.ppt li {
	position: absolute;
	top: 0;
	left: 0;
}

/* COLUMNAS */
.col940 {
	width: 940px;
	float: left;
	margin: 10px 0 10px 10px;
	position: relative;
}

.col300 {
	width: 300px;
	float: left;
	margin: 0 10px 10px 10px;
}

.col620 {
	width: 620px;
	float: left;
	margin: 0 10px 10px 10px;
}

.col940 img, .col620 img, .col300 img {
	margin: 0 0 10px 0;
}

.banner-fondo {
	width: 220px;
	float: left;
	margin: 0 10px 0 10px;
	padding: 10px 0 0 0;
}

.subir {
	position: absolute;
	font-family: 'Droid Sans', Helvetica, Arial, sans-serif;
	color: #999;
	font-size: 13px;
	bottom: 20px;
	right: 0;
}

.subir:hover {
	color: #C33;
}

.borde {
	border-bottom: 1px solid #C00;
}

.borde h1{
	float: left;
}

/* FORMULARIO DE CONTACTO */
.contacto, .contactogracias {
	width: 281px;
	position: absolute;
	top: 40px;
	right: 10px;
	background: #D00 url('../img/patternrojo.gif');
	z-index: 7;

	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	-webkit-box-shadow: #C00 0 5px 0;
	-moz-box-shadow: #C00 0 5px 0;
	box-shadow: #C00 0 5px 0;

	border: 1px solid #C00;
}

.contacto {
	display: none;
}

.contactogracias {
	display: block;
	height: 120px;
}

.contactogracias h3 {
	font-family: 'Oswald', Helvetica, Arial, sans-serif;
	color: #FFF;
	font-size: 17px;
	text-shadow: #C00 0 1px 0;
	margin: 30px 10px 30px 10px;
}

.contactogracias h4 {
	font-family: 'Droid Sans', Helvetica, Arial, sans-serif;
	color: #FFF;
	font-size: 14px;
	text-shadow: #C00 0 1px 0;
	margin: 10px;
}

input, textarea, .submit {
	border: 3px solid #EEE;
	color: #C00;
	background: #EEE;
	width: 257px;
	margin: 10px 9px 0 9px;

	-webkit-resize: none;
	-moz-resize: none;
	resize: none;

	padding: 0;
	overflow: hidden;

	-webkit-box-shadow: #C00 0 5px 0;
	-moz-box-shadow: #C00 0 5px 0;
	box-shadow: #C00 0 5px 0;

	font-family: 'Droid Sans', Helvetica, Arial, sans-serif;
	font-size: 13px;
	text-shadow: #FFF 0 1px 0;

	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.cod_sec{
	width: 158px;
}
.img-cod_sec{
	margin-top:10px;
	margin-bottom:-10px;
}
.cod_sec_refre{
	margin-top:6px;
	margin-bottom:-6px;
}

.submit {
	margin-bottom: 10px;
	width: 263px;
}

.submit:hover {
	color: #FFF;
	background: #C00;
	border: 3px solid #C00;
	text-shadow: #A00 0 1px 0;

	-webkit-box-shadow: #A00 0 5px 0;
	-moz-box-shadow: #A00 0 5px 0;
	box-shadow: #A00 0 5px 0;
}

.cerrarcontacto img {
	margin: 10px 10px 0 0;
	text-align: right;
	float: right;
}

/* CAPTION PARA PRODUCTOS */
.caption-top, .caption-bottom {
	color: #ffffff;
	padding: 5px;
	font-size: 13px;
	font-family: 'Droid Sans', Helvetica, Arial, sans-serif;
	cursor: default;
	border: 0px solid #600;
	background: #C00;
	text-shadow: 1px 1px 0 #600;
}

.caption-top {
	border-width: 0px 0px 8px 0px;
}

.caption-bottom {
	border-width: 8px 0px 0px 0px;
}

.caption a, .caption a {
	border: 0 none;
	text-decoration: none;
	background: #000000;
	padding: 0.3em;
}

.caption a:hover, .caption a:hover {
	background: #202020;
}

.caption-wrapper {
	float: left;
}

br.c {
	clear: both;
}
