/* *** */
/* Elementos HTML */
html{
	border: 0px;
	SCROLLBAR-FACE-COLOR: #f3f4f5; 
	SCROLLBAR-HIGHLIGHT-COLOR: #adb6bc; 
	SCROLLBAR-SHADOW-COLOR: #adb6bc; 
	SCROLLBAR-3DLIGHT-COLOR: #f3f4f5; 
	SCROLLBAR-ARROW-COLOR: #adb6bc; 
	SCROLLBAR-TRACK-COLOR: #ffffff; 
	SCROLLBAR-DARKSHADOW-COLOR: #f3f4f5;
	/*overflow: auto;*/
	overflow-x:hidden;
}
body{
	font-family:  Arial, verdana;
	font-size: 11px;
	margin: 0px;
	cursor: default;
	padding: 0px;
	padding-bottom: 10px;
	padding-top: 5px;
	border: 0px;
	color: #000;
	overflow: auto;
	overflow-x:hidden;
	height: auto;
	background: #B48C4E;
}
/*form, input, dl, dt, dd, ol, ul, li, table, tr, th, td, tbody, h1, h2, h3, h4, h5, h6, p, span, object{
	margin: 0px;
	padding: 0px;
	list-style: none;
}*/
form{
	margin: 0px;
	padding: 0px;
}
p{
	text-align: justify;
}
hr{
	height: 1px;
	clear: both;
	color: #888;
	margin: 0px;
	float: none;
}

table{
	font-family: "Trebuchet MS", Verdana; 
	vertical-align: top;
	color: ;
	border-collapse: collapse;
	background: transparent;
}
td{
	vertical-align: top;
}
img{
	border: 0px;
}
em{
	text-decoration: underline;
	font-style: normal;
}
a{
	text-decoration: none;
	color: #000;
}
a:hover{
	/*color: #ADFF2F;*/
	text-decoration: underline;
}
a.mas{
	font-weight: bold;
	margin-left: 2px;
	padding-left: 3px;
	margin-right: 2px;
	padding-right: 3px;
	display: block;
	height: 15px;
	clear: both;
}
a.mas:hover{
	color: #c00;
	background: #eee;
}
/* END Elementos HTML */

/* *** */
/* Elementos de formato general */
#general{
	width: 680px;
	background: #fff;
	margin: auto;
	border: 1px solid #6F4D26;
	padding-bottom: 10px;
}
/*#home #general{
	padding-bottom: 10px;
}*/
.interiores {
	
}
/* END Elementos de formato general */


/* *** */
/* Cabecera de la pagina */
#top{
	height: 110px;	
	padding-left: 30px;
	padding-top: 15px;
	/*border-top: 5px solid #ddd;*/
	/*background: url(../images/bg_top.gif) repeat-x bottom;*/
}
#top h1{
	display: none;
}
#logo{
	float: left;
	display: block;
}
#slogan{
	font-size: 15px;
	font-style: oblique;
	font-weight: bold;
	float: left;
	font-variant: small-caps;
	padding-top: 70px;
	padding-left: 15px;
}
#menu{
	height: 40px;
	background: #d5983d url(../images/bg_menu.gif) left;
	margin-bottom: 10px;
}
#menu h2{
	display: none;
}
#menu ul, #menu li{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#menu ul{

}
#menu li{
	height: 30px;
	padding-top: 5px;
	float: left;
	width: 106px;
}
#menu #colors{
	width: 150px;
}
#inicio a{
	border: none !important;
}
#menu li a{
	color: #000 ;
	display: block;
	border-left: 2px groove #FDD192;
	height: 20px;
	text-align: center;
	padding-top: 7px;
	padding-left: 6px;
	padding-right: 6px;
	padding-bottom: 3px;
	font-weight: bold;
	/*font-style: italic;*/
	font-size: 8pt;
}
#menu li a:hover{
	color: #fff;
	text-decoration: none;
}

/* END Cabecera de la pagina */

#home #info{
margin-top: 10px;
}
#info{
	clear: both;
	color: #fff;
	background: #8C8D2F;
	margin-bottom: 10px;
	/*margin-top: 10px;*/
	padding: 10px;
	padding-left: 35px;
	font-size: 17px;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-style: italic;
}
#info p{
	margin: 0px;
	padding: 0px;
	line-height: 135%;
}
#info img{
	float: right;
	margin-left: 5px;
}

/* *** */
/* Pie de pagina */
#pie{
	clear: both;
	/*background: #8C8D2F;*/
	background: #fff;
	color: #000;
	height: 45px;
	font-style: italic;
	overflow: hidden;
	/*padding-left: 10px;
	padding-right: 10px;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#home #pie{
	background: #fff;
}
#pie table{
	width: 100%;
}
#pie td{
	vertical-align: middle !important;
	height: 45px;
	text-align: center;
	width: 33%;
	font-variant: small-caps;
	line-height: 100%;
}
.divisorl{
	border-left: 1px solid #000;
}
#pie p{
	/*margin-top: 10px;*/
}
#desarrollado{
	float: right;
	height: 16px;
	display: block;
	color: #e88;
	font-weight: bold;
}
#desarrollado a{
	color: #fff;
	font-weight: normal;
}
#pie a:hover{
	/*text-decoration: none;
	/*color: #fff;*/
	/*background: #b00;*/
}
/* END Pie de pagina */

/* *** */
/* Páginas Interiores */
/* Columna de navegación */
#colnav{
	background: #39d url(../images/top_menunav.gif) no-repeat top;
	padding-top: 30px;
	width: 160px;
	float: left;
	margin-bottom: 5px;
}
#contenido{
	padding: 5px;
	font-size: 10pt;
	height: 400px;
}
#home #contenido{
	padding: 0px;
}
#about #contenido, #showroom #contenido{
	padding-left: 370px;
	padding-right: 25px;
	background: url(../images/about.jpg) no-repeat left top;
	color: #000;
}
#showroom #contenido{
	background-image: url(../images/showroom.jpg);
}
#fotos_gallery{
padding-top: 20px;
}

#fotos_gallery a{
display: inline-block;
float: left;
margin: 5px;
}
#gallery #contenido, #colors #contenido{
padding-left: 25px;
}
#contenido h2{
	height: 30px;
	margin: 0px;
	margin-bottom: 10px;

}
#about #contenido h2{
	background: url(../images/title_about.gif) no-repeat center;
}
#showroom #contenido h2{
	background: url(../images/title_showroom.gif) no-repeat center;
}
#gallery #contenido h2{
	background: url(../images/title_gallery.gif) no-repeat center;
}
#contact #contenido h2{
	background: url(../images/title_contact.gif) no-repeat center;
}
#colors #contenido h2{
	background: url(../images/title_colors_styles.gif) no-repeat center;
}

#contenido h2 span{
	display: none;
}
#contenido p{
	margin-bottom: 10px;
	margin-top: 5px;
	padding: 0px;
	line-height: 105%;
}
.titulos, #contenido h3{
	font-size: 20px;
	font-weight:;
	color: #36c;
	margin: 0px;
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
}
#contenido h3{
	font-size: 16px;
	font-variant: small-caps;
}

.interiores #menuservice{
	margin-left: 0px;
	margin-top: 0px;
	height: auto;
}

.interiores #menuservice ul{
	padding-bottom: 5px;
}

.interiores #menuservice ul ul{
	border-color: #69f;
	margin-bottom: 5px;
}
/* *** */
/* Contacto */
#contact #contenido{
	/*background: #F6F1EA;*/
}
#contact form table{
/*float: right;*/
width: 520px;
margin: auto;
margin-top: 35px;
clear: both;
}
.celda1{
font-size: 8pt;
font-weight: bold;
width: 130px;
text-align: right !important;
}
.celda2{
width: 160px;
}
.celda3{
font-size: 8pt;
width: 230px;
vertical-align: top !important;
}

.input{
	border: 1px solid #550;
	margin-bottom: 3px;
}

#text_enlarge{
    display: block;
    text-align: right;
    text-decoration: overline;
    font-size: 10pt;
	clear: both;
margin: 20px;
margin-top: 10px;
}