@charset "utf-8";
/* CSS Document */
/* ESTILOS DE ELEMENTOS BÁSICOS */
body {
	background: url('../img/bg.png') top center;
	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: 24px;
	color: #DDD;
	margin: 25px 0 10px 0;
	text-shadow: #000 0 1px 2px;
}

h1 a {
	color: #333;
}

h1 a:hover {
	color: #F00;
}

h2 {
	font-family: 'Oswald', Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #CCC;
	margin: 0 0 15px 0;
	padding-top: 30px;
	text-shadow: #000 0 1px 2px;
}

h3 {
	font-family: 'Oswald', Helvetica, Arial, sans-serif;
	font-size: 15px;
	color: #999;
	margin: 0 0 15px 0;
	text-shadow: #000 0 1px 2px;
}

.col300 img, .col460 img, .col620 img, .col940 img  {
	-webkit-box-shadow: #222 0 2px 5px;
	-moz-box-shadow: #222 0 2px 5px;
	box-shadow: #222 0 2px 5px;
}

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

p.home {
	font-size: 14px;
}

p strong {
	font-weight: bold;
	color: #FFF;
}

p a {
	color: #FFF;
}

p a:hover {
	color: #888;
}

ul.prod {
	margin: -5px 0 15px 0;
}

ul.prod li {
	list-style: square inside;
	color: #666;
	font-family: 'Droid Sans', Helvetica, Arial, Sans-serif;
	font-size: 12px;
}

.producto {
	margin: 0 10px 15px 0;
	border: 2px solid #666;
	float: left;
	padding: 0;
	line-height: 0;
	position: relative;
	width: 140px;
	height: 140px;
	overflow: hidden;
	background: url(../img/no-disponible.png) center center;
}

a.producto:hover {
	border: 2px solid #333;

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

.producto 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;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	
	
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.producto:hover span {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	
	opacity: 1;
	filter: alpha(opacity=100);
}

span.producto {
	height: auto;
	border: none;
	cursor: default;
	border: #FFF 2px solid;
}

span.producto p {
	font-size: 10px;
	color: #777;
	line-height: 1.1em;
	margin: 0 0 5px 0;
}

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

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

/* LOGO */
.header img {
	margin: 60px 0 0 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	
	
	opacity: 0.9;
	filter: alpha(opacity=90);
}

/* 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;
}

/* 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;
	text-shadow: #000 0 1px 1px;
}

.data p {
	font-family: 'Droid Sans', Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #CCC;
	margin: -1px 20px 6px 0;
	font-weight: normal;
}

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

/* MENU */
.menu {
	float: left;
	overflow: visible;
	width: 940px;
	margin: 0 0 0 10px;
}

ul#nav {
	float: left;
	width: 960px;
	display: block;
}

ul#nav li {
	float: left;
	list-style: none;
	position: relative;
	z-index: 3;
}

ul#nav li a {
	height: 56px;
	float: left;
}

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

#nav li a span {
	display: block;
	font: 14px 'Oswald';
	line-height: 50px;
	margin: 0 59px;
	color: #AAA;
	text-align: center;
	text-shadow: #000 0 1px 1px;
}

#nav li a:hover span, #nav li.current a span {
	color: #FFF;
	text-shadow: #000 0 2px 2px;
}

/* SUBMENUS */
#nav ul.sub {
	list-style: none;
	position: absolute;
	margin: 0;
	left: 0;
	height: auto;
	top: 56px;
	width: 100%;
	float: none;
	z-index: 4;
}

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

#nav ul.sub li a {
	float: none;
	height: 15px;
	display: block;
	top: 0;
	z-index: 2;
	padding: 5px;
	font: 13px 'Droid Sans';
	color: #CCC;
	text-shadow: #777 0 1px 0;
	background: #666 url(../img/punto.png);

	-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: #444 url(../img/punto.png);
	color: #FFF;
	text-shadow: #000 0 1px 2px;

	-webkit-box-shadow: inset #000 0 0 15px;
	-moz-box-shadow: inset #000 0 0 15px;
	box-shadow: inset #000 0 0 15px;
}

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

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

.sombra {
	height: 75px;
	width: 940px;
	background: url('../img/sombras.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;
}

.col460 {
	width: 460px;
	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 20px 10px;
}

.subir {
	float: right;
	font-family: 'Droid Sans', Helvetica, Arial, sans-serif;
	color: #999;
	font-size: 12px;
	position: absolute;
	right: 0;
	bottom: 10px;
	text-shadow: #000 0 1px 1px;
	padding: 3px;

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

.subir:hover {
	color: #000;
	background: #999 url(../img/punto.png);
	text-shadow: #CCC 0 1px 0;

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

.borde {
	border-bottom: 1px solid #666;
	margin-bottom: 15px;

	-webkit-box-shadow: #000 0 1px 0;
	-moz-box-shadow: #000 0 1px 0;
	box-shadow: #000 0 1px 0;
}

/* MSN */

.msn {
	display: none;
	width: 281px;
	position: absolute;
	top: 40px;
	right: 10px;
	background: #888 url(../img/punto2.png);
	z-index: 9;

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

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

	border: 1px solid #666;
}

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

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

/* FORMULARIO DE CONTACTO */
.contacto, .contactogracias {
	width: 283px;
	position: absolute;
	top: 40px;
	right: 10px;
	background: #888 url(../img/punto2.png);
	z-index: 7;

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

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

.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 #CCC;
	color: #111;
	background: #CCC;
	width: 257px;
	margin: 10px 9px 0 9px;
	padding: 0;
	overflow: hidden;
	font-family: 'Droid Sans', Helvetica, Arial, sans-serif;
	font-size: 13px;
	text-shadow: #FFF 0 1px 0;

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

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

	-webkit-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: #CCC;
	background: #333;
	border: 3px solid #333;
	text-shadow: #111 0 1px 0;

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

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

#hacetenotar .col460 {
	float: left;
	width: 440px;
}

#hacetenotar input, #hacetenotar label, #hacetenotar textarea {
	display: block;
	clear: both;
	margin: 0;
	padding: 0;
	border: none;
	box-shadow: none;
}

#hacetenotar label {
	font-family: 'Droid Sans', sans-serif;
	color: #999;
	font-size: 14px;
	text-shadow: #000 0 1px 0;
	margin: 20px 10px 0 0;
}

#hacetenotar input, #hacetenotar textarea {
	font-family: 'Droid Sans', sans-serif;
	background: #444;
	border: #999 1px solid;
	border-radius: 0;
	height: 25px;
	line-height: 25px;
	text-indent: 5px;
	margin: 2px 10px 0 0;
	width: 100%;
	color: #BBB;
	text-shadow: #000 0 1px 1px;
}

#hacetenotar textarea {
	height: 247px;
}

#hacetenotar .submit {
	font-family: 'Droid Sans', sans-serif;
	font-size: 16px;
	font-weight: bold;
	border: none;
	background: #999;
	border-top: #ccc 1px solid;
	border-bottom: #000 1px solid;
	border-radius: 0;
	height: 27px;
	line-height: 25px;
	text-indent: 0;
	margin: 36px 10px 0 0;
	color: #333;
	text-shadow: #CCC 0 1px 0;
}

label em {
	display: block;
	margin-top: 37px !important;
	font-style: italic;
	color: #888;
}

/* 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;
}

/* SELECCION */
::selection {
	background: #000;
	color: #FFF;
}
