﻿@charset "utf-8";
* {
	margin:0;
	padding:0;
}
body, html {
	font-family: Verdana, Arial;
	font-size: 12px;
	line-height: 20px;
	color: black;
}

a {
	color: black;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#wrap {
	width: 850px;
	margin: 0 auto;
	margin-top: 0px;
}

#header {
	border-bottom: 1px dotted black;
	height: 170px;
	padding: 30px 5px 0 5px;

}
#banner {
	margin-top: 24px;
	margin-right: 7px;
	width: 567px;
	height: 122px;
	overflow: hidden;
}
#banner img { display: none; }
#menu {
	overflow: hidden;
	margin-left: 5px;
	margin-top: 33px;
}
#menu ul li {
	width: 102px;
}
#menu ul li a{
	display: block;
	width: 102px;
}

#menu-chico { height: 54px ; background-image: url(../img/menuoff_01.jpg); }
#menu-chica { height: 60px; background-image: url(../img/menuoff_02.jpg); }
#menu-nino { height: 54px; background-image: url(../img/menuoff_03.jpg); }
#menu-muestras { height: 34px; background-image: url(../img/menuoff_04.jpg); }
#menu-presupuesto { height: 33px; background-image: url(../img/menuoff_05.jpg); }
#menu-contacto { height: 31px; background-image: url(../img/menuoff_06.jpg); }

#menu-chico.sel, #menu-chico:hover { height: 54px ; background-image: url(../img/menuon_01.jpg); }
#menu-chica.sel, #menu-chica:hover { height: 60px; background-image: url(../img/menuon_02.jpg); }
#menu-nino.sel, #menu-nino:hover { height: 54px; background-image: url(../img/menuon_03.jpg); }
#menu-muestras.sel, #menu-muestras:hover { height: 34px; background-image: url(../img/menuon_04.jpg); }
#menu-presupuesto.sel, #menu-presupuesto:hover { height: 33px; background-image: url(../img/menuon_05.jpg); }
#menu-contacto.sel, #menu-contacto:hover { height: 31px; background-image: url(../img/menuon_06.jpg); }

#content {
	overflow: hidden;
	margin-left: 156px;
	width: 690px;
	*width: auto;
	margin-top: 20px;
	min-height: 300px;
}
.homebox {
	 width: 216px;
	 display: inherit;
	 float: left;
	 margin-left: 10px;
}

.homebanner {
	position: relative;
	width: 668px;
	height: 391px;
	margin-right: 8px;
}

.homebanner img {
	position: absolute;
	top: 0;
	left: 0;
}
.homebanner img.imghome { display: none;}
.puntosbanner {
	margin-top: 20px;
	margin-right: 7px;
}
.puntosbanner .punto {
	margin-left: 20px;
	display: block;
	float: left;
	width: 14px;
	height: 14px;
	background: url(../img/punto.jpg) transparent no-repeat top right;
}

.puntosbanner .punto.sel , .puntosbanner .punto:hover {
	background: url(../img/punto.jpg) transparent no-repeat top left;	
}

.title {
	display: block;
	color: black;
	font-size: 24px;
	margin-bottom: 10px;
}
.title img {
	vertical-align: top;
}

.subtitle {
	width: 200px;
	display: block;
	color: white;
	font-size: 14px;	
	background-color: black;
	margin: 10px 0;
	padding: 4px 6px;
}

.pretitle {
	font-size: 14px;	
	padding: 4px 2px;
	display: block;
	width: 150px;
}





a .imghome {
	border: 2px solid #888888;
}

a:hover .imghome {
	border: 2px solid black;
}


.imgmuestra {
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 10px;
}
.modelo {
	font-size: 14px;
}

.modelo table {
	width: 210px;
	margin-top: 10px;
}
.modelo table th {
	font-weight: normal;
	width: 200px;
	color: white;
	font-size: 14px;	
	background-color: black;
	padding: 4px 6px;
	text-align: left;
}
.modelo table td {
	padding: 1px 6px;
	text-align: left;
}
.modelo .right {
	width: 355px;
	margin-top: 20px;
}

.modelo .color {
	margin-top: 0px;
}
.modelo .colores span{
	margin-left: 5px;
}
.modelo .colores{
	margin-left: 5px;
}
.modelo .muestra {
	margin-left: 5px;
	margin-top: 20px;
}



.contacto table {
	width: 51%;

}
.contacto table td{
	padding-bottom: 30px;
	vertical-align: top;	
}

.presupuesto div {
	width: 315px;
}
.presupuesto table {
	width: 315px;
}
.presupuesto table img {
	vertical-align: middle;
}
.presupuesto table td{
	padding: 0px 10px 0px 5px;
}
.presupuesto table .impar td {
	background-color: #e5e5e5;
}
.presupuesto table td.especial {
	padding-left: 75px;
}

#presupuesto1 {
	background: url(../img/presupuesto_back1.jpg) transparent no-repeat 0 0;
	padding: 15px 30px;
	margin-bottom: 20px;
	margin-top: 20px;
	height: 185px;
}
#presupuesto2 {
	background: url(../img/presupuesto_back1.jpg) transparent no-repeat 0 0;
	padding: 15px 30px;
	height: 185px;
}
#presupuesto3 {
	padding: 15px 30px;
}
#presupuesto4 {
	background: url(../img/presupuesto_back2.jpg) transparent no-repeat 0 0;
	padding: 15px 30px;
	margin-bottom: 20px;
	margin-top: 20px;
	height: 152px;
}









#footer {
	clear: both;
	margin-top: 30px;
	border-top: 1px dotted black;
	height: 54px;
	padding-top: 20px;
	padding-left: 5px;
	padding-right: 5px;
	color: #666666;
}
#footer a{
	color: #666666;
}	
#footer div{
	margin-top: 3px;
}


.tcenter { text-align: center; }
.tright { text-align: right; }
.tleft { text-align: left; }
.right { float: right; }
.left { float: left; }
.none { display: none; }
.gray { color: #666666; }
.pl5 { padding-left: 5px; } 
