@charset "utf-8";
/* CSS Document */

@import url("reset.css");

body{
	font-family: 'Ubuntu', sans-serif;
	font-size:13px;
	line-height:140%;
	color:#333333;
	background:#333333 url(../images/bg_body.jpg) no-repeat center top;
}
h1{
	display:none;
}

#header {
	width:960px;
	height:142px;
	position:relative;
	margin:0 auto;
	z-index:999;
}

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	position:absolute;
	top:72px;
	right:24px;
	font-size:18px;
	z-index:999;
	line-height:1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			auto; /* left offset of submenus need to match (see below) */
	box-shadow:1px 1px 3px #333;
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:block;
	color:#FFF;
	margin-right:30px;
	border-radius:5px;
	height:24px;
	width:auto;
	float:left;
}
.sf-menu li a:hover{
	color:#2F7ABC;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			1.3em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

.sf-menu .home{
	background:url(../images/home_icon.png) no-repeat center top;
	text-indent:-600000px;
	width:19px;
	height:16px;
}
.sf-menu .home:hover{
	background:url(../images/home_icon.png) no-repeat center bottom;
}
.sf-menu .pico{
	background:url(../images/menu_hover.jpg) no-repeat right top;
	padding-right:20px;
	height:24px;
}
.sf-menu .pico:hover{
	background:url(../images/menu_hover.jpg) no-repeat right bottom;
}
.sf-menu .contacto{
	margin-right:0;
}
.sf-menu ul{
	background:#2F7ABC;
	border-radius:5px;
}
.sf-menu ul li a{
	padding: 5px 0 5px 5px;
	color:#FFF;
}
.sf-menu ul li a:hover{
	color:#191919;
}

.logo{
	display:block;
	position:absolute;
	left:24px;
	top:34px;
}
#contenido{
	width:960px;
	margin:0 auto;
}
#contenido h2{
	color:#FFF;
	padding-bottom:20px;
}
/*--slide--*/
#slider_cont{
	background:url(../images/sombra_slide.png) no-repeat center bottom;
	position:relative;
	margin-bottom:20px;
}
.intro_slide{
	color:#FFF;
	position:absolute;
	right:36px;
	top:38px;
	z-index:10;
}
.intro_slide h2{
	font-size:35px;
}
.intro_slide p {
	font-size:22px;
	margin-bottom:25px;
}
.intro_slide li{
	list-style:none;
	border-left:1px solid #FFF;
}
.intro_slide li p{
	font-size:12px;
	margin:0 10px;
	line-height:170%;
}
#slider{
	height:233px;
	overflow:hidden;
	padding:0 0 20px;
}
#slider_cont #slider div{
	background:url(../images/bg_slider.jpg) repeat-x;
}
#slider img{
	border-radius:5px;
	margin:32px 0 0 24px;
}
#slider_cont #slider .slide_texto{
	left: 274px;
    position: absolute;
    top: 56px;
    width: 234px;
	background:0 none;
}
#slider .slide_texto h2{
	line-height:120%;
}
#sliderpager{
	position:absolute;
	bottom:54px;
	left:420px;
	z-index:888;
}
#sliderpager a{
	background:url(../images/slide_item.png) no-repeat center top;
	display:inline-block;
	width:12px;
	height:12px;
	margin-right:5px;
	text-indent:-60000px;
}
#sliderpager .activeSlide{
	background:url(../images/slide_item.png) no-repeat center bottom;
}

/*--main--*/
#main{
	width:668px;
	float:left;
	margin-left:24px;
}

#main .content{
	background:#FFF;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	padding:0 23px 22px;
}


/*---carrito---*/
#carrito_cart{
	background:#FFF;
	border-radius:5px;
	height:34px;
	width:430px;
	text-align:center;
	padding:5px 0 0 0;
	float:right;
}
#carrito_cart img{
	vertical-align:middle;
	float: left;
    margin-left: 10px;
}
.cart{
	display:inline-block;
	width:133px;
	height:24px;
	background:url(../images/boton_pedido.jpg) no-repeat center top;
	color:#333333;
	font-weight:bold;
	padding:2px 0 0 0;
	margin-left:10px;
	text-align:center;
}
.cart:hover{
	background:url(../images/boton_pedido.jpg) no-repeat center bottom;
}
p.envio{
	color:#FFF;
	font-size:20px;
	font-weight:bold;
	padding-top:10px;
}
p.envio img{
	vertical-align:middle;
	margin-right:5px;
}


#main h2{
	position:relative;
	height:36px;
	width:668px;
	margin:20px 0 0 -23px;
	background:url(../images/bg_titles.jpg) repeat-x;
	font-size:20px;
	padding-top:18px;
}

.punto_title{
	width:12px;
	height:12px;
	background:url(../images/punto_titles.png) no-repeat;
	display:block;
	float:left;
	margin:4px 5px 0 20px;;
}

#main h3 {
	font-weight:bold;	
	padding-bottom:12px;
}

#main h4 {
	font-weight:bold;	
}

#main p {
	padding-bottom:12px;
}

#main ul {
	padding-bottom:12px;
	margin-left:5px;
}
#main .content ul{
	list-style:inside disc;
}

/*--- sidebar ---*/
#sidebar{
	width:221px;
	float:left;
	padding:10px 0 0 24px;
}
#sidebar h2{
	font-size:24px;
	padding-bottom:38px;
	text-transform:uppercase;
	border-bottom:1px solid #2F7ABC;
}
#bar_menu{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
	color:#FFF;
}
#bar_menu a{
	display:block;
	height:25px;
	padding:0 0 0 11px;
	color:#FFF;
	line-height:180%;
	border-bottom:1px solid #2F7ABC;
}
#bar_menu a:focus, #bar_menu a:hover, #bar_menu a:active{
	color:#2F7ABC;
	background:#FFF;
}
.formbusqueda{
	margin:30px 0 0;
	position:relative;
}
.formbusqueda #busqueda{
	position:relative;
	border:0 none;
	border-radius:5px;
	height:26px;
	width:188px;
	padding:2px 28px 2px 4px;
	color:#333333;
}
.formbusqueda .button{
	position:absolute;
	border:0 none;
	background:url(../images/lupa_buscar.png) no-repeat center top;
	text-indent:-600000px;
	width:16px;
	height:16px;
	right:8px;
	top:6px;
}
.formbusqueda .button:hover{
	background:url(../images/lupa_buscar.png) no-repeat center bottom;
}


/*--- footer ---*/
#footer{
	height:128px;
	margin:30px auto;
	background:url(../images/bg_footer.jpg) repeat-x;
	font-size:15px;
	position:relative;
}
.logo_footer{
	display:block;
	position:absolute;
	top:44px;
	left:34px;
}
.menu_footer{
	width:430px;
	float:right;
	position:absolute;
	top:60px;
	left:288px;	
}

.menu_footer li{
	display:inline;
}

.menu_footer a{
	color:#FFF;
	line-height:13px;
	font-size:15px;
	border-left:1px solid #FFF;
	display:inline-block;
	padding:0 3px;
}
.menu_footer a:hover{
	text-decoration:underline;
}
.menu_footer .home{
	border-left:0 none;
}
.datos_footer{
	position:absolute;
	height:80px;
	width:200px;
	display:block;
	color:#FFF;
	top:34px;
	right:24px;
}
.datos_footer img{
	vertical-align:central;
	margin-right:5px;
}
.datos_footer p{
	margin-bottom:10px;
}
.datos_footer p a{
	color:#FFF;
}
.datos_footer p a:hover{
	text-decoration:underline;
}
.trestt{
	color: #FFFFFF;
    display: block;
	width:250px;
	position:absolute;
	bottom:-22px;
	left:50%;
	margin-left:-125px;
    font-size: 12px;
    text-align:center;
}
.trestt:hover{
	color:#FF9900;
}

/*--------LAYOUT----------*/


/*----lista productos---*/
.bloqueproducto{
	width:296px;
	border:1px solid #F1F1F1;
	display:inline-block;
	*display:inline;
	*zoom:1;
	margin:10px 11px 0 0;
	vertical-align:top;
}

.bloqueproducto.par{
	margin-right:0;
}

.thumb{
	display: inline-block;
    float: left;
    height: 95px;
    width: 105px;
}

#main .bloqueproducto h3 {
	padding-bottom:6px;
}
.bloqueproducto .descripcion{
	margin-bottom:5px;
	padding: 0 5px;
}
.agregar{
	background:#F1F1F1;
	height: 34px;
    padding: 9px 0 0;
    text-align: center;
}
.muevecarrito{
	display:inline-block;
	width:106px;
	height:26px;
	background:url(../images/boton_agregar.jpg) no-repeat center top;
	color:#333333;
	cursor:pointer;
	border:0 none;
	font-weight:bold;
	padding:0 0 5px 0;
	margin-left:10px;
	text-align:center;
	font-size:11px;
	vertical-align: inherit;
}
.muevecarrito:hover{
	background:url(../images/boton_agregar.jpg) no-repeat center bottom;
}
a.ampliar{
	height:21px;
}
span.precio{
	font-size:18px;
	vertical-align:middle;
	font-weight:bold;
}


/*--- Producto en detalle ---*/
.productohead{
	position:relative;
	margin-bottom:15px;
}
.productohead .imagenprincipal{
	float:left;
	margin-right:5px
}
.productohead .resumen{
	margin-bottom:20px;
	padding:15px 0 0;
}
.productohead .precio{
	font-weight:700;
	font-size:20px;
	position:absolute;
	bottom:13px;
	left:30px;
}
.productohead .muevecarrito{
	
}
.productohead .agregar{
	text-align:right;
	padding:9px 40px 0 0;
}
.infobox{
	background:#E7E7E7;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
	padding:0 10px 10px 10px;
	line-height:150%
}
.infobox h3{
	background:url(../images/bg_caracteristicas.jpg) repeat-x;
	color: #FFFFFF;
    font-size: 16px;
    line-height: 28px;
    margin-left:-10px;
    position: relative;
    width: 612px;
	padding: 0 0 0 10px;
}
/*---VER CARRITO---*/
#main table {
    margin-bottom: 20px;
    padding: 20px;
    width: 100%;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
#main table tr:nth-child(2n+1) {
    background-color: #F1F1F1;
}
#main table th {
    border: 1px solid #BBBBBB;
    padding: 6px;
}
#main table td {
    border: 1px solid #BBBBBB;
    padding: 6px;
}
#carrito #main input#cantidad {
    width: 30px;
}
.cleancart{
	color:#2F7ABC;
}
.cleancart:hover{
	color:#333333;
	text-decoration:underline;
}


/*---CONTACTO---*/
#carrito .formcontent label, #carrito .formcontent input, #carrito .formcontent textarea{
	display:block;
}
#carrito .formcontent p{
	float: left;
    margin: 0 10px 10px 10px;
    width: 290px;
}
#carrito .formcontent textarea{
	height: 40px;
    resize: none;
    width: 263px;
}
#carrito .formcontent #comentarios{
	height: 100px;
    width: 574px;
}
#carrito .formcontent p.enviar{
	width:340px;
}
#carrito .formcontent #enviar{
	float:right;
	background-color:#2F7ABC;
	cursor:pointer;
	color:#FFF;
	font-weight:bold;
	padding:5px;
	text-transform:uppercase;
	border:0 none;
}
#carrito .formcontent #enviar:hover{
	background-color:#508FC5;
	color:#333;
}
#carrito #main p.err{
	color:#990000;
}
#carrito #main .formcontent input, #carrito #main .formcontent textarea{
	border:1px solid #2F7ABC;
	border-radius:8px;
	padding:7px;
}
#main textarea{
	color: #333333;
    font-family: 'Ubuntu',sans-serif;
    font-size: 14px;
}

/*---CONTACTO---*/
#contacto label, #contacto input, #contacto textarea{
	display:block;
}
#contactform p{
	float: left;
    margin: 0 10px 10px 10px;
    width: 290px;
}
#contacto textarea{
	width:574px;
	height:130px;
}
#contactform p.contacto_enviar{
	width:340px;
}
p.contacto_enviar #button{
	float:right;
	background-color:#2F7ABC;
	cursor:pointer;
	color:#FFF;
	font-weight:bold;
	padding:5px;
	text-transform:uppercase;
}
p.contacto_enviar #button:hover{
	background-color:#508FC5;
	color:#333;
}
#contactform label.error{
	color:#990000;
}
#contacto #main input, #contacto textarea{
	border:1px solid #2F7ABC;
	border-radius:8px;
	padding:7px;
	resize:none;
}
#contactform p.captcha{
	padding-left: 130px;
    text-align: center;
    width: 160px;
}