@import url("reset.css");
@import url("lightbox.css");
*{
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
@font-face {
    font-family: 'SteelfishRegular';
    src: url('fonts/steelfis-webfont.eot');
    src: url('fonts/steelfis-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/steelfis-webfont.woff') format('woff'),
         url('fonts/steelfis-webfont.ttf') format('truetype'),
         url('fonts/steelfis-webfont.svg#SteelfishRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
body{
	margin: auto;
	background-color: #fff;
	color: #6c6c6c;
	font-size: 11px;
	background-position: center;
	background-repeat: repeat-y;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.error{
	color: red;
	padding-bottom: 3px;
	padding-top: 3px;
}
a{
	color: #a60b17;
	text-decoration: underline;
}
a:hover{
	text-decoration: none;
}
.none{
	display: none;
}
.separa{
	width: 100%;
	font-size: 0px;
	clear: both;
	float: none;
	height: 0px;
}
#principal{
	width: 900px;
	margin: auto;
	background-image: url(img/principal.png);	
	background-repeat: no-repeat;
	background-position: 198px 45px;
	padding: 10px 0 0 0;
}
#menu{
	float: left;
	width: 198px;
}
header a{
	width: 198px;
	height: 143px;
	display:block;
	background-image: url(img/h1.png);
	text-indent: -9999px;
}
#contenido h1{font:30px/34px 'SteelfishRegular';color:#A60B17;text-align: right;margin-bottom: 25px;}

#menu ul{
	width: 198px;
	background-image: url(img/menu_ul.png);
	background-repeat: repeat-y;
	list-style: none;
	padding-bottom: 20px;
	padding-top: 15px;
}
#menu ul li{
	padding-left: 42px;
	margin-bottom: 14px;
}
#menu ul a{
	text-decoration: none;
}
#menu ul a:hover{
	text-decoration: underline;
}
#menu ul#submenu{
	padding-top: 8px;
	padding-bottom: 3px;
	background-image: none;
	width: auto;
	padding-left: 15px;
	overflow: hidden;
}
#menu ul#submenu li{
	padding-left: 0px;
	margin-bottom: 5px;
}
#menu #garantia20{
	height: 171px;
	width: 198px;
	background-image: url(img/garantia20.png);
}
#menu #usuario{
	height: 171px;
	width: 198px;
	background-image: url(img/usuario.png);
}
#menu #usuario .usuario{
	color: #000;
	padding: 10px;
	font-size: 13px;
	text-align: right;
	display: block;
	font-weight: bold;
}
#menu #usuario ul{
	background-image: none;
	padding-top: 0px;
}
ul#basico{
/*	width: 529px;*/
	height: 45px;
	width: 535px;
	float: left;
	list-style: none;
	display: block;
	clear: right;
}
ul#basico li{
	float: right;
	padding-top: 3px;
	padding-left: 5px;
	padding-right: 5px;
}
ul#basico li.barra{
	background-image: url(img/basico_li.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
}
ul#basico li a{
	color: #000;
	text-decoration: none;
	font-size: 10px;
}
ul#basico li a:hover{	
	text-decoration: underline;
}
#lateral{
	height: 442px;
	background-repeat: no-repeat;
	background-position: top left;
	float: right;
}
.lateral_default{
	width: 173px;
	background-image: url(img/lateral.jpg);	
}
.lateral_accesorios{
	width: 20px;
	background-image: url(img/lateral_accesorios.jpg);	
}
/*index*/
#presentacion{
	padding-top: 60px;	
}
#presentacion h2{
	
}
#presentacion #animado{
	width: 128px;
	height: 221px;	
	float: left;
	background-image: url(img/presentacion.jpg);
	margin-right: 20px;
}
#presentacion a.masinfo{
	text-align: right;
	font-size: 10px;
	display: block;
	text-decoration: none;
}
#presentacion a:hover{
	text-decoration: underline;
}
a#montaje{
	width: 224px;
	height: 152px;
	background-image: url(img/montaje.jpg);
	text-indent: -9999px;
	display: block;
	float: right;
}
.separador{
	background-image: url(img/separador.png);
	height: 20px;
	width: 495px;
	clear: both;
	float: none;
	margin-bottom: 10px;
}
#noticias{
	float: left;
	width: 200px;
	height: 160px;
}
#contenido #noticias h2, #contenido #presentacion h2{
	font: 31px/33px 'SteelfishRegular';text-transform: none;margin-bottom: 10px;
}
#noticias ul{
	list-style: none;	
}
#noticias ul li{
	margin-bottom: 4px;
}
#noticias ul li a{
	color: #6c6c6c;
	font-weight: bold;
	text-decoration: none;

}
#noticias ul li a:before{content:"»"}
#noticias ul li a:hover{
	text-decoration: underline;	
	
}
a#acabados{
	width: 495px;
	height: 58px;
	background-image: url(img/acabados.jpg);	
	text-indent: -9999px;
	display: block;
	margin-bottom: 10px;
	clear: both;
}
/*fin index*/
#contenido{
/*	width: 682px;*/
	float: left;
	padding-left: 34px;
	padding-top: 40px;
	margin-bottom: 15px;
}
.contenido_default{
	width: 495px;
}
.contenido_accesorios{
	width: 648px;
}
#contenido .txt{
	padding-bottom: 15px;
	line-height: 20px;
}
#contenido .txt img{
	margin-bottom: 10px;
	margin-right: 15px;
	float: left;
}
#contenido h2{
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
	color: #a60b17;
	margin-bottom: 6px;
}
#contenido h3#tejas{
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
	color: #fff;
	background-image: url(img/tejas_h3.png);
	background-repeat: no-repeat;
	background-position: top left;
	line-height: 20px;
	margin-bottom: 6px;
	width: 240px;
	text-align: center;
}
#contenido p{
	margin-bottom: 10px;
	line-height: 18px;
}
ul#ul_tejas{
	list-style: none;	
}
ul#ul_tejas li{
	height: 170px;
	width: 165px;
	float: left;
	background-repeat: no-repeat;
	background-position: bottom center;
	text-align: center;
	margin-bottom: 5px;
}
ul#ul_tejas li a{
	background-image: url(img/tejas_a.png);
	background-repeat: no-repeat;
	background-position: top left;
	height: 170px;
	width: 150px;
	display: block;
	margin: auto;
	color: #fff;
	text-decoration: none;
}
ul#ul_tejas li a:hover{
	background-image: url(img/tejas_a_hover.png);
}
ul#ul_tejas li a span{
	display: block;
	text-align: center;
	padding-top: 3px;
}
ul#ul_accesorios{
	list-style: none;
}
ul#ul_accesorios li{
	float: left;
	width: 312px;	
	padding: 5px;
	height: 20px;
	text-align: center;
	margin-bottom: 10px;
}
ul#ul_accesorios li a{
	color: #fff;
	background-image: url(img/li_accesorios.png);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	display: block;
	line-height: 30px;
	text-decoration: none;
}
ul#ul_accesorios li a:hover{
	color: #fff;
	background-image: url(img/li_accesorios_hover.png);
}
#muestrario{
	float: left;
	width: 240px;
	padding-right: 15px;
}
#image{
	width: 240px;
	height: 240px;
}
ul#colores{
	list-style: none;
	padding-top: 10px;
}
ul#colores li{
	float: left;
	height: 30px;
	width: 30px;
	border-bottom: 4px solid #fff;
	border-right: 4px solid #fff;
	margin-bottom: 0px;
}
ul#colores li a{
	display: block;
	height: 30px;
	width: 30px;
	text-indent: -9999px;
}
ul.ul_proyectos{
	list-style: none;
	padding-top: 4px;
	clear: both;
	height: 100px;
	display: block;
}
ul.ul_proyectos li{
	float: left;
	width: 80px;
	height: 80px;
	margin-right: 20px;
}
ul.ul_proyectos li.img_4{
	margin-right: 0px;
}
ul.ul_proyectos li a{
	display: block;
	text-indent: -9999px;
	width: 80px;
	height: 80px;
	background-image: url(img/proyectos_li_a.png);
}
table#accesorios{
	width: 100%;
	border-spacing: 0px;
	border-collapse: collapse;
	margin-bottom: 15px;
	font-size: 10px;
}
table#accesorios th{
	font-size: 10px;
	font-weight: normal;
	padding: 3px;
	background-color: #ccc;
	color: #000;
	border-bottom: 1px solid #000;
	white-space: nowrap;
	text-align: center;
	vertical-align: baseline;
}
table#accesorios td.code{
	width: 60px;
	background-color: #DEDEDE;
	width: 240px;
	color: #4E4E4E;
}
table#accesorios td{
	text-align: center;
	padding: 3px;
}
table#accesorios td.desc{
	text-align: left;
}
ul#ul_acabados{
	list-style: none;
}
ul#ul_acabados li{
	display: block;
	clear: both;
	width: auto;
}
ul#ul_acabados li .familia{
	display: block;
	font-variant: small-caps;
	font-size: 15px;
	padding-bottom: 3px;
	padding-left: 10px;
	color: #fff;
	background-image: url(img/familia.png);
	background-repeat: no-repeat;
	margin-top: 4px;
}
ul#ul_acabados ul{
	list-style: none;
}
ul#ul_acabados ul li{
	float: left;
	clear: none;
	display: block;
	background-repeat: no-repeat;
	width: 129px;
	height: 145px;
}
ul#ul_acabados .acabado{
	width: 129px;
	height: 101px;
	display: block;
	text-align: center;
}
ul#ul_acabados .nombre{
	display: block;
	clear: both;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	text-align: center;
	
}
ul#ul_acabados .codigo{
	display: block;
	clear: both;
	font-size: 10px;
	color: #000;
	text-align: center;
}
dl#dl_descargas{
	margin-bottom: 15px;	
}
dl#dl_descargas a{
	padding-left: 20px;
	background-image: url(img/a_pdf.png);
	background-repeat: no-repeat;
	line-height: 16px;
	background-position: 0px 0px;
	font-weight: bold;
}
dl#dl_descargas dt{
margin-bottom: 3px;	
}
dl#dl_descargas dd{
	margin-bottom: 10px;
}
ul#ul_noticias{
	list-style: none;
	margin-bottom: 15px;
}
#ul_noticias article{	
	margin-bottom: 10px;
}
#ul_noticias article a.imagen{
	display: block;
	width: 80px;
	height: 80px;	
	float: left;
	margin-right: 20px;
}
#ul_noticias article span.noticia_mini{
	display: block;
	width: 80px;
	height: 80px;
	background-image: url(img/proyectos_li_a.png);	
}
#ul_noticias article a .no_img{
	display: block;
	width: 80px;
	height: 80px;	
	background-image: url(img/no_img.png);
}
#ul_noticias article .fecha{
	display: block;
	color: #000;
	font-size: 10px;
	padding-top: 15px;
	margin-bottom: 10px;
}
#ul_noticias article .txt{clear: both;}

#paginacion{
	text-align: right;
	clear: both;
	padding-top: 5px;
	float: none;
	font-size: 10px;
}
#paginacion a{
	padding: 3px;
	font-weight: bold;
}
#paginacion strong{
	padding: 3px;
	color: #fff;
	background-color: #999;
	font-weight: bold;
	font-size: 10px;
}
#paginacion a:hover{
	padding: 3px;
	font-weight: bold;
	color: #fff;
	background-color: #a60b17;
}

footer{
	text-align: center;
	padding-top: 10px;
	font-size: 9px;
	float: none;
	clear: both;
	width: 900px;
	background-image: url(img/pie.png);
	background-position: top center;
	background-repeat: no-repeat;
	display: block;
}
footer a{
	font-size: 9px;
}

.volver{
	text-align: right;
	font-size: 9px;
	clear: both;
}
.volver a{
	font-size: 9px;
	text-decoration: none;
	padding: 4px;
	font-family: Tahoma, Arial, sans-serif;
}
.volver span{
	font-size: 9px;
	padding: 4px;
}
.volver a:hover{
	text-decoration: underline;
}
#mapa_google{
	overflow: hidden;
	text-align: center;
	clear: both;
}
#maxosystem{
	width: 100%;
	clear: both;
	height: 24px;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
}
#maxosystem a{
	width: 144px;
	height: 24px;
	text-indent: -9999px;
	display: block;
	float: right;
	background-image: url(img/maxosystem.gif);
	background-repeat: no-repeat;
}

fieldset{padding:15px 0 0 5px;border-top:1px solid #ccc;}
legend{display: none;}
.error{color:#ff0000;}
.dato{float:left;padding: 0 0 18px 0;position: relative;}
.dato .error{font: 12px/12px Tahoma,Arial;position: absolute;top:4px;left:125px;}
.dato .descripcion{font:italic 12px/12px Tahoma,Arial;color:#adaaaa;position: absolute;bottom:4px;left:6px;}
.dato .marco_error{border:1px solid #ff0000;}
.enviar{float:none; clear:both; text-align: right;padding: 0 32px 0 0;}
label{width: 120px;display: block;padding: 4px 0;font-size: 13px;font:bold 12px/14px Tahoma,Arial;
float: left;}
input[type="text"],input[type="password"], textarea{background: #f1f1f1;border: 1px solid #ccc;padding: 4px 5px;width: 240px;clear: both;}
input[type="text"]:focus,input[type="password"]:focus, textarea:focus{border: 1px solid #666;background-color: #FAFAD2;}
input[type="text"].borde-error,input[type="password"].borde-error, textarea.borde-error{border:1px solid #ff0000;}
input[type="submit"]{padding: 5px 30px;font:bold 11px/11px 'Lucida Grande',Tahoma,Verdana,Arial,sans-serif;background: #ccc;
border-color:#666 #555 #555 #555;border-style:solid;border-width:1px;  }
#captcha{float:left;border: 1px solid #ccc;margin: 0 5px 0 0;}
#captchareload{float:left;background: url("../img/captcha-reload.gif") no-repeat;display: block;width: 16px;height: 16px;text-indent: -9999px;}

