/* CSS Document */
html {
	margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px;
	width:100%;
}
body {
	background-color: #000000;
	margin: 0px;
	width:100%;
	background-image: url(../images/bg.gif);
	background-repeat: repeat;
	background-position: top;
}
img {
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	clear: none;
	vertical-align: bottom;
}
/* Formularios*/
input {
	font-size: 11px;
	color: #FFFFFF;
	margin: 0px;
	font-family: Arial, Verdana, Times, serif;
	font-weight: normal;
	background-color: #000000;
	border: 1px solid #000000;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
select {
	font-size: 11px;
	color: #333333;
	border: 1px solid #7f9db9;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
textarea {
	font-size: 11px;
	color: #73716f;
	padding-right: 5px;
	padding-left: 5px;
	margin-bottom: 3px;
	background-color: #ffffff;
	border: 1px solid #9c9c9c;
}
input.button {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-color: #cf0019;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
input.button2 {
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-color: #cf0019;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
input.chekbox {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
input.radio {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
hr{
	color: #cdcdcd;
	width: 93%;
	clear: none;
	float: left;
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
}
/* Titulos*/ 
h1{
	font-size: 18px;
	color: #FF6600;
	font-family: Arial, Verdana, Times, serif;
	text-decoration: none;
	margin: 0px;
	padding-bottom: 5px;
	padding-top: 0px;
}
h2, h3{
	font-family: Arial, Verdana, Times, serif;
	margin: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	color: #555555;
	font-size: 12px;
	font-style: italic;
}
/* HEADER */
#header {
	clear: none;
	float: left;
	position: relative;
	width: 840px;
	z-index: 100;
	background-image: url(../images/fdo_header.gif);
	background-repeat: repeat-x;
}
#header img {
	clear: none;
	float: left;
}

/* FOOTER */
#footer {
	float: left;
	clear:both;
	width: 840px;
	background:#222;	
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #737272;	
	padding:0;
	margin:0;
	padding-bottom: 7px;
	position:relative;
}
#footer a{
	font-size: 10px;
	font-weight: normal;
	color: #737272;
	text-decoration: none;
}
#footer a:hover{
	font-size: 10px;
	font-weight: normal;
	color: #737272;
	text-decoration: underline;
}
#footer_izq {
	clear: none;
	float: left;
	position: relative;
	padding-top: 7px;
	padding-left: 5px;
}
#container #footer #footer_der img {
	vertical-align: bottom;
}

#footer_der {
	clear: none;
	float: right;
	position: relative;
	padding-right: 5px;
	padding-top: 7px;
}



#container {
	clear: both;
	width: 840px;
	/*height:606px;*/
	background:#000000;
	border:1px solid #333;
	/*overflow:hidden;*/
	position:absolute;
	/*top:50%;*/
	/*margin-top:-303px;*/
	margin-top:33px;
	left:50%;
	margin-left:-420px;
	}
	
#include {
	width:840px;
	/*height:580px;
	overflow:hidden;*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#999;
	}
#contenido {
	clear: none;
	width: 838px;
	margin:0 auto;
	font-family: Arial, Helvetica, sans-serif;
	border-right: 1px solid #262626;
	border-left: 1px solid #262626;
	border-bottom: 1px solid #262626;
}
/* menu principal */
/* Estructura Menu */
#menu_principal{
	float: left;
	clear: none;
	position: relative;
	width: 617px;
	padding-top: 9px;
}
ul#menu-principal{
	padding: 0px 0px 0px 21px;
	margin: 0px;
	font-family: Arial, Verdana, Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #515151;
	list-style: none;
	width: 595px;
	text-decoration: none;
	float: right;
	background-color: #333;
	position: relative;
}
ul#menu-principal li{
	display: inline;
}
ul#menu-principal li a{
	color: #FFFFFF;
	float: left;
	text-decoration: none;
	font-weight: normal;
	padding: 6px 15px;
}
ul#menu-principal li a:hover{
	color: #FF6600;
	text-decoration: none;
	background-color: #000000;
}
ul#menu-principal li a.active{
	color: #FF6600;
	font-family: Arial, Verdana, Times, serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	background-color: #000000;
}
ul#menu-principal li a.active:hover{
	color: #FF6600;
	font-family: Arial, Verdana, Times, serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	background-color: #000000;
}
/* Menu Izquierda */
#menu_izq {
	clear: none;
	width: 160px;
	position: relative;
	float: left;
	background-repeat: no-repeat;
	text-align: right;
	background-image: url(../images/tienda.gif);
	padding-left: 80px;
	padding-top: 15px;
	/*height:580px;*/
	margin-right:10px;
	}
#menu_izq ul {
	margin: 0;
	list-style-type: none;
	padding: 2px 0 0;
	}
#menu_izq li {
	padding-top: 0px;
	padding-bottom: 0px;
	}
#menu_izq a {
	display: block;
	background-image: url(../images/bt_fondo.gif);
	font-family: Arial, Verdana, Times, serif;
	font-size:11px;
	font-weight:normal;
	color: #FFFFFF;
	width: 157px;
	text-decoration: none;
	background-repeat: no-repeat;
	text-align: left;
	border-bottom: 1px solid #341d0f;
	padding-bottom: 4px;
	padding-top: 4px;
	padding-left: 3px;
}
#menu_izq a:hover {
	color: #FF6600;
	text-decoration: none;
	background-image: url(../images/fdo_menu2.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #1e140e;
	
}
/* Cuerpo del sitio */
#box_disenos {
	clear: none;
	width: 838px;
	position: relative;
	float: left;
	font-family: Arial, Verdana, Times, serif;
	border-bottom: 1px solid #333;
	border-top: 1px solid #333;
	font-size: 11px;
	color: #FF6600;
}
#nuestros_disenos {
	clear: none;
	position: relative;
	float: left;
	font-family: Arial, Verdana, Times, serif;
	font-size: 12px;
	color: #737272;
	background-image: url(../images/disenios.gif);
	background-repeat: no-repeat;
	height: 57px;
	width: 231px;
	padding-top: 65px;
	padding-left: 40px;
}
#disenos {
	clear: none;
	width: 565px;
	position: relative;
	float: left;
}


.disenos {
	clear: none;
	position: relative;
	float: left;
	text-align: center;
	width: 130px;
}
.disenos_img {
	clear: none;
	position: relative;
	float: left;
	width: 130px;
	text-align: center;
}
.disenos_txt a{
	font-size: 11px;
	color: #FF6600;
	text-decoration: none;
}
.disenos_txt a:hover{
	font-size: 11px;
	color: #FF6600;
	text-decoration: underline;
}
.disenos_txt {
	clear: none;
	position: relative;
	float: left;
	text-align: center;
	width: 130px;
}


div#abajo {
	height:365px;
	/*height:222px;*/
	overflow:hidden;
	width:848px;
	float:left;
	position:relative;
}
div.banners {
    height: 108px;
    left: 0;
    position: absolute;
    top: 224px;
    width: 545px;
}

#relojes {
	clear: none;
	width: 230px;
	position: relative;
	float: left;
	background-repeat: no-repeat;
	background-image: url(../images/fdo_relojes.jpg);
	font-family: Arial, Verdana, Times, serif;
	font-size: 11px;
	color: #737272;
	padding-top: 20px;
	padding-left: 15px;
	background-position: right bottom;
	background-color: #000000;
	padding-bottom: 95px;
	
	
}
#box_novedades {
	clear: none;
	width: 263px;
	position: relative;
	float: left;
	background-repeat: no-repeat;
	/*background-image: url(../images/novedades.gif);*/
	font-family: Arial, Verdana, Times, serif;
	font-size: 12px;
	color: #737272;
	background-position: left top;
	padding-left: 65px;
	padding-top: 15px;
	padding-bottom: 26px;
	
	
}
.novedades {
	clear: none;
	width: 250px;
	position: relative;
	float: left;
	font-family: Arial, Verdana, Times, serif;
	font-size: 11px;
	color: #FFFFFF;
	border-bottom: 1px dashed #6b3818;
	padding-bottom: 10px;
	padding-top: 5px;
}
.novedades h2, .novedades h3 {
	color: #FF6600;
	font-size: 11px;
}
.novedades h2 a, .novedades h3 a{
	color: #FF6600;
	font-size: 11px;
	text-decoration: none;
}
.novedades h2 a:hover, .novedades h3 a:hover{
	color: #FF6600;
	font-size: 11px;
	text-decoration: underline;
}

#header #logo {
	width: 221px;
	float: left;
	position: relative;
}
#relojes p {
	float: left;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #737272;
}
#header #flash {
	width: 617px;
	float: left;
	position: relative;
	/*border-bottom:1px solid #333;*/
}
#header #logo .home {
	padding-top: 76px;
	padding-bottom: 76px;
}

#container #contenido #menu_izq.internas {
	padding-left: 60px;
}
#contenido #cont_internas {
	font-family: Arial, Verdana, Times, serif;
	float: left;
	width: 557px;
	position: relative;
	padding-right: 30px;
	padding-left: 30px;
	color: #CCCCCC;
	font-size: 12px;
	padding-bottom: 30px;
}
#container #contenido.internas {
	background-image: url(../images/fdo_internas.gif);
	background-repeat: repeat-y;
	background-position: left;
	background-color: #000000;
}
#container #header.internas {
	background-image: none;
	background-color: #000000;
}
#contenido #cont_internas a {
	color: #C84E01;
}
#contenido #cont_internas a:hover {
	color: #9C3F04;
}
#header #logo.internas {
	padding-top: 15px;
	padding-bottom: 15px;
}
#contenido #cont_internas input {
	background-color: #CCCCCC;
	border: 1px solid #737272;
	font-family: Arial, Verdana, Times, serif;
	font-size: 11px;
	color: #000000;
	background-image: url(../images/fdo_form.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
#contenido #cont_internas #button {
	background-color: #C84E01;
	color: #FFFFFF;
	font-weight: bold;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	padding: 3px;
	background-image: url(../images/fdo_bt_form.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}/* Presentacion */
#containerPresentacion {
	clear: both;
	width: 766px;
	height:450px;
	background:#000000;
	border:1px solid #333;
	overflow:hidden;
	position:absolute;
	top:50%;
	margin-top:-225px;
	left:50%;
	margin-left:-383px;

	}
#containerPresentacion2 {
	clear: both;
	width: 766px;
	height:450px;
	background:#000000;
	border:1px solid #333;
	overflow:hidden;
	position:relative;
	}
#includePresentacion {
	height:400px;
	width:766px;
	overflow:hidden;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#999;
	}
	
#footerPresentacion {
	float: left;
	clear:both;
	width: 766px;
	background:#222;	
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #737272;	
	padding:0;
	margin:0;
	padding-bottom: 7px;
}
#footerPresentacion a{
	font-size: 10px;
	font-weight: normal;
	color: #737272;
	text-decoration: none;
}
#footerPresentacion a:hover{
	font-size: 10px;
	font-weight: normal;
	color: #737272;
	text-decoration: underline;
}
#footer_izqPresentacion {
	clear: none;
	float: left;
	position: relative;
	padding-top: 7px;
	padding-left: 5px;
}
#containerPresentacion #footerPresentacion #footer_derPresentacion img {
	vertical-align: bottom;
}

#footer_derPresentacion {
	clear: none;
	float: right;
	position: relative;
	padding-right: 5px;
	padding-top: 7px;
}	
/* Fiiiiiiiiiiiiin     de        Presentacion */

#newsletter {
    background: url("../images/frm_fondo.jpg") repeat-x scroll 0 0 transparent;
    display: inline-block;
    height: 99px;
    margin: 10px 0 0 10px;
    position: relative;
    width: 290px;
}
div.news_texto {
    background: url(../images/frm_texto.png) no-repeat;
    width: 226px;
    height: 20px;
    position: absolute;
    top: 5px;
    left: 50%;
    margin-left: -113px;
}
#newsletter form {
    display: block;
    width: 200px;
    margin: 38px auto 0 auto;
}
#newsletter form input.caja {
    background: none repeat scroll 0 0 #4C4C4C;
    border: 1px solid #909090;
    color: #FFFFFF;
    font-size: 10px;
    font-weight: bold;
    padding: 4px 1px;
}
#newsletter form input.email { width: 110px; }
#newsletter form input.nombre { width: 75px; }

#newsletter form input.boton {
    background-image: url("../images/mc_boton.jpg");
    background-position: 0 0;
    background-repeat: no-repeat;
    height: 35px;
    overflow: hidden;
    text-indent: 5000px;
    white-space: nowrap;
    width: 195px;
}
#newsletter form input.boton:hover { cursor:pointer; background-position: 0 -35px; }

a.facebook, a.twitter {
	display:inline-block;
	width:32px;
	height:32px;
	overflow:hidden;
	white-space:nowrap;
	text-indent:5000px;
	background-image: url(redes_sociales.png);
	background-repeat: no-repeat;
	float:right;
	margin:0 2px;
}
a.twitter { background-position:-37px 0;}

#newsletter .warning {
    background: none repeat scroll 0 0 #FEFCE1;
    border: 1px solid #FF6600;
    left: 50%;
    margin-left: -100px;
    padding: 5px;
    position: absolute;
    top: 35%;
    width: 200px;
	font-weight:bold;
	color:#3b5b0d;
	text-decoration:none;
}
#newsletter .error { color: #990000; }

div.visitafb {
    background: url("../images/linkfb.png") no-repeat scroll 0 0 transparent;
    height: 22px;
    position: absolute;
    right: 18px;
    top: 81px;
    width: 178px;
    z-index: 100;
}
div.visitafb a {
    display: block;
    height: 22px;
    width: 178px;
}

/*NOVEDADES*/
.marco_noticia {
    border: 1px solid #313131;
    border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
    color: #FFFFFF;
    padding: 10px 4px;
    position: relative;
    width: 555px;
	height:auto;
	overflow:hidden;
	margin-bottom:20px;
}
.imagen_noticia {
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center center;
	background-color: transparent;
    border: 1px solid #333333;
    height: 120px;
    margin: 5px 0;
    padding: 0;
    width: 485px;
}
.fecha_noticia {
    background-color: #222222;
    color: #FF6600;
    height: auto;
    margin: 20px 0 30px;
    overflow: hidden;
    padding: 24px 10px 4px;
    position: relative;
    width: 96.5%;
}
.fecha_noticia span{ float: right; }
.fecha_noticia em {
    display: inline-block;
    float: left;
    font-style: normal;
    padding-top: 9px;
}
.fecha_noticia i {
    background-color: #000000;
    color: #999999;
    display: block;
    font-style: normal;
    left: 0;
    padding: 2px 26px 2px 0;
    position: absolute;
    text-align: right;
    top: 0;
    width: 96%;
}
div.aviso, div.aviso_error {
    padding: 10px;
    border: 1px solid;
    width: 60%;
    text-align: center;
    margin: 10px 0;
}
div.aviso{ color: #80b280; }
div.aviso_error{ color: #e05e5e; }
.link_tienda {
    color: #FF6600;
    font-size: 22px;
    margin: 20px;
    padding: 4px;
    text-align: center;
}
.link_tienda strong {
    display: block;
}
a.tabwwu {
    background: url("btn_trabaja.png") no-repeat scroll 0 0 transparent;
    height: 33px;
    left: 50%;
    margin-left: 250px;
    overflow: hidden;
    position: absolute;
    text-decoration: none;
    text-indent: 5000px;
    white-space: nowrap;
    width: 166px;
    z-index: -1;
}
a.tabwwu:hover { background-position:0 -33px; }

/*SLIDER*/
#carrusel {
    left: 2px;
    top: 0;
}
.aviaslider {
    height: 199px;
    margin-top: 2px;
    overflow: hidden;
    position: relative;
    width: 575px;
}
.aviaslider li, .aviaslider .featured {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.js_active .aviaslider li, .js_active .aviaslider .featured {
    display: none;
}
.aviaslider img, .aviaslider a img, .aviaslider a {
    border: medium none;
    text-decoration: none;
}
.feature_excerpt {
    background: none repeat scroll 0 0 #000000;
    bottom: 0;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    font-size: 11.5px;
    left: 0;
    line-height: 1.5em;
    padding: 14px 15px;
    position: absolute;
    width: 610px;
    z-index: 2;
}
.feature_excerpt strong {
    display: block;
    font-size: 15px;
    padding-bottom: 3px;
}