@charset "utf-8";
/* CSS Document */

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,
pre, form, fieldset, table, th, td { margin: 0; padding: 0; }

html, body {
  height: 100%;
} 

body{
	background:#313131;
	color:#999999;
	font: 11px Arial, Helvetica, sans-serif;
	}

a{
	color:#cccccc;
	text-decoration:none;
	}
a:hover{
	color:#FFFFFF;
	}
a.btn_dark{
	color:#666;
	text-decoration:none;
	}
a.btn_dark:hover{
	color:#000;
	}

fieldset, img{
	border:0;
	}
h3#twitter_titulo {
	height: 88px;
	overflow: hidden;
	position: relative;
	width: 220px;
	}
h3#twitter_titulo span {
	background: url(../img/sidebar_twitter.gif) no-repeat;
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	}
h4{
	color:#FFFFFF;
	font-size:14px;
	padding:10px 0;
	}
h4 span{
	border-bottom:#FFFFFF 1px dotted;
	font-weight:normal;
	}
h5{
	color:#cccccc;
	font-size:11px;
	font-weight:normal;
	padding-bottom:10px;
	}


.clear{
	clear:both;
	}
.left{
	float:left;
	}
.list_clean{
	list-style:none;
	}
.margin_right_6px{
	margin-right:6px;
	}
.right{
	float:right;
	}
.selected{
	color:#999999;
	}


#container{
	margin:0 auto;
	width:950px;
	}
#header{
	padding:28px 0;
	}
a#logo {
	display: block;
	height: 36px;
	overflow: hidden;
	position: relative;
	width: 235px;
}
a#logo span {
	background: url(../img/logo.gif) no-repeat;
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
a#logo:hover span {
	background-position: 0 -36px;
	}

ul#nav {
	border-bottom:#b0b0b0 1px dotted;
	border-top:#b0b0b0 1px dotted;
	height:35px;
	list-style:none;
	font-size:13px;
	}
ul#nav li {display:inline;}
ul#nav li a {display:block; float:left; padding:0 20px 0 0; line-height:34px; background:url(../img/nav_divider.gif) no-repeat right center; margin-left:-1px; text-decoration:none;}
ul#nav li a span {display:block; float:left; padding:0 0 0 21px; line-height:34px; color:#ccc}
ul#nav li a.selected span {display:block; float:left; padding:0 0 0 21px; line-height:34px; color:#000}

ul#nav li a.last {background-image:none}
ul#nav li a.selected {background:#939393;color:#000;font-weight:bold;}

ul#nav li a:hover {background:url(../img/nav_btn_on.gif) right top;}
ul#nav li a:hover span {background:url(../img/nav_btn_on.gif) left top; color:#313131; cursor:pointer;}

#nav_container{
	border-bottom:#ccc 1px solid;
	height:41px;
	margin-bottom:25px;
	}
#content{
	background: url(../img/content_bg.gif) repeat-y;
	}
#contentbar{
	/*margin-right:6px;*/
	width:723px;
	}
.content_width{
	width:717px;
	}
#sidebar{
	background:#545454;
	border-top:#cfcfcf 1px solid;
	width:227px;
	}
#sidebar_content{
	border-top:#313131 2px solid;
	padding:10px 0 0 6px;
	}
#footer{
	color:#b0b0b0;
	text-align:center;
	width:717px;
	}
#footer_nav{
	border-bottom:#b0b0b0 1px solid;
	border-top:#b0b0b0 1px solid;
	margin-bottom:20px;
	}
#footer_nav li{
	display:inline;
	}
#footer_nav li a{
	height:42px;
	line-height:42px;
	padding:10px 14px;
	}
#footer_nav li a:hover{
	background:#cccccc;
	color:#313131;
	}	



/* btn  */
a#make_enquiry {
	display: block;
	height: 37px;
	overflow: hidden;
	position: relative;
	width: 390px;
}
a#make_enquiry span {
	background: url(../img/btn/make_enquiry.gif) no-repeat;
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
a#make_enquiry:hover span { background-position: 0 -37px; }

a#rss_btn{
	display:block;
	height:63px;
	overflow:hidden;
	position:relative;
	width:66px;
	}
a#rss_btn span{
	background:url(../img/btn/rss.gif) no-repeat;
	display:block;
	height:100%;
	left:0;
	position:absolute;
	top:0;
	width:100%;
	}
a#rss_btn:hover span{background-position: 0 -63px;}

a#facebook_btn{
	display:block;
	height:63px;
	overflow:hidden;
	position:relative;
	width:221px;
	}
a#facebook_btn span{
	background:url(../img/btn/facebook.gif) no-repeat;
	display:block;
	height:100%;
	left:0;
	position:absolute;
	top:0;
	width:100%;
	}
a#facebook_btn:hover span{background-position: 0 -63px;}

/*  sidebar  */
#sidebar_content h4{
	color:#cccccc;
	}
#sidebar_links{
	border-bottom:#2a2a2a 1px solid;
	border-top:#2a2a2a 1px solid;
	margin-bottom:5px;
	}
#sidebar_destacados_titulo{
	border-top:#313131 3px solid;
	}
#sidebar_destacados{
	border-bottom:#cccccc 1px solid;
	margin-bottom:10px;
	padding-bottom:10px;
	}
.sidebar_destacados_row{
	border-bottom:#282828 1px solid;
	padding-bottom:10px;
	}
#sidebar_subscribe{
	border-bottom:#323232 1px solid;
	margin-bottom:10px;
	padding-bottom:10px;
	}
#sidebar_subscribe label{
	line-height:20px;
	}
.sidebar_subscribe_input{
	background:#666666;
	border-bottom:#5a5a5a 1px solid;
	border-left:#4c4c4c 1px solid;
	border-right:#4c4c4c 1px solid;
	border-top:#353535 1px solid;
	height:11px;
	padding:3px;
	width:174px;
	}
#sidebar_twitter{
	background:#6a6a6a;
	color:#2a2a2a;
	margin-bottom:15px;
	overflow:hidden;
	width:221px;
	}
.sidebar_twitter_row{
	padding:10px 10px 20px 10px;
	}
.sidebar_twitter_row_border{
	border-bottom:#343434 1px solid;
	}
.sidebar_twitter_row a, .sidebar_twitter_row_border {
	color:#2a2a2a;
	}
#sidebar_banner{
	padding-bottom:20px;
	}


/*  index  */
#index_destacado{
	border-bottom:#b1b1b1 1px solid;
	margin-bottom:20px;
	padding-bottom:9px;
	}
#index_destacado_sm{
	border-bottom:#b0b0b0 1px dotted;
	margin-bottom:5px;
	padding-bottom:14px;
	}
.index_destacado_sm{
	width:235px;
	}
#index_banner{
	border-bottom:#b0b0b0 1px dotted;
	margin-bottom:10px;
	padding-bottom:9px;
	}
#index_producto_titulo{
	border-bottom:#b1b1b1 1px solid;
	margin-bottom:10px;
	padding-bottom:15px;
	}
#index_productos{
	padding-bottom:20px;
	}
.index_productos_row{
	margin-bottom:15px;
	padding-bottom:10px;
	}
.index_productos_row_border{
	border-bottom:#bbbbbb 1px solid;
	}
.index_productos_row_last{
	border-bottom:#bbbbbb 1px dotted;
	}
.index_productos_th{
	margin-right:6px;
	}
a.index_productos_th p, a.index_productos_th_last p{
	padding:5px 0;
	}
a.index_productos_th:hover, a.index_productos_th_last:hover{
	background:#ccc;
	color:#313131;
	}


/*  lastudio  */
#lastudio_historia{
	border-bottom:#b1b1b1 1px solid;
	margin-bottom:30px;
	padding-bottom:30px;
	}
#lastudio_trayectoria{
	border-bottom:#b1b1b1 1px solid;
	margin-bottom:20px;
	padding-bottom:30px;
	}
#lastudio_disenyos_exclusivos{
	border-bottom:#bbbbbb 1px dotted;
	margin-bottom:5px;
	padding-bottom:30px;
	}
#lastudio_trayectoria_txt{
	width:220px;
	}


/*  catalogo  */
#catalogo_ssp{
	margin-bottom:30px;
	}
#catalogo_txt{
	margin-bottom:5px;
	border-bottom:#bbbbbb 1px dotted;
	padding-bottom:50px;
	}
#catalogo_categorias_titulo{
	border-bottom:#cfcfcf 1px solid;
	font-size:14px;
	margin-bottom:10px;
	padding-bottom:5px;
	}
#catalogo_categorias{
	border-bottom:#2a2a2a 1px solid;
	height:602px;
	}
#catalogo_categorias_list{
	list-style:none;
	}
#catalogo_categorias_list li{
	border-bottom:#282828 1px solid;
	}
#catalogo_categorias_list li a{
	background:url(../img/catalogo_categorias_dots.gif) left no-repeat;
	display:block;
	height:25px;
	line-height:25px;
	padding-left:15px;
	}
.categoria_selected{
	background:#999999;
	color:#333333;
	}
#catalogo_categorias_list li a.categoria_selected{
	background:url(../img/catalogo_categorias_dots_active.gif) left no-repeat;
	}


/*  contacto  */
#contacto_mapa{
	margin-bottom:20px; 
	}
#contacto_departamentos{
	width:280px;
	}
#contacto_contacta{
	width:200px;
	}
#contacto_atencion_cliente{
	width:200px;
	}
#contacto_content{
	border-bottom:#bbbbbb 1px dotted;
	margin-bottom:5px;
	padding-bottom:30px;
	}
.contacto_link{
	color:#8aa6d6;
	}


/*  prensa  */
#prensa_revistas{
	/*border-bottom:#bbbbbb 1px dotted;*/
	margin-bottom:5px;
	padding-bottom:20px;
	}
.prensa_revista{
	margin:0 6px 20px 0;
	}
.prensa_revista_last{
	margin:0 0 20px 0;
	}
.prensa_revista_img{
	border:#000000 1px solid;
	margin-top:10px;
	}
a.prensa_revista p{
	border-bottom:#FFFFFF 1px dotted;
	font-size:14px;
	padding:5px 0;
	}
a.prensa_revista p span{
	color:#989898;
	}
a.prensa_revista:hover{
	background:#ccc;
	color:#313131;
	}


/*  pommo  */
#alertmsg ul{
	list-style:none;
	padding-top:20px;
	}
.buttons{
	padding-top:15px;
	}
.notes{
	padding:10px 0;
	}
#subscribeForm label, .pommo_content label{
	display:block;
	float:left;
	width:100px;
	}
#subscribeForm div, .pommo_content div{	
	clear:both;
	padding-bottom:10px;
	}
.pommo_content h3{
	padding:10px 0;
	}

#aviso_legal_div {
    overflow: auto;
	width: 500px;
	height: 100px;
	background-color: #FDFDFD;
}
