@charset "utf-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
}
img {
	border:0;
}
ul {
	margin-left:20px;
}
h1 {
	margin-bottom:30px;
}
p {
	margin-bottom:20px;
}
a {
	color:#FFF;
	text-decoration:none;
}
a:hover {
	color:#E4C875;
}
span {
	color:#FFF;
}
body {
	background:#C5C6C8;
	font-family:Arial, Helvetica, sans-serif;
}
#wrapper {
	position:relative;
	width:1024px;
	margin:0 auto;
}
#header {
	width:1024px;
	height:330px;
	float:left;
}
.header_pages {
	position:absolute;
	width:1024px;
	height:330px;
	top:-330px;
	left:0;
	z-index:1;
}
.header_opaque{
	position:absolute;
	width:1024px;
	height:50px;
	top:0;
	left:0;
	z-index:2;
	background:url(../images/opaque.png) no-repeat;
}
.header_info {
	position:absolute;
	width:1000px;
	top:20px;
	right:20px;
	text-align:right;
	z-index:5;
}
.header_logo {
	position:absolute;
	top:60px;
	left:30px;
	z-index:5;
}
#content {
	position:relative;
	width:1024px;
	float:left;
	background:url(../images/content_back.png) repeat-y;
}
.shadow {
	position:absolute;
	width:30px;
	height:240px;
	left:253px;
	bottom:0;
	z-index:3;
}
#menu {
	width:240px;
	min-height:500px;
	float:left;
	padding:10px;
}
#menu ul li, #menu ul li:hover {
	border-bottom:#FFF 1px solid;
	margin-top:1px;
}
#content_text {
	width:724px;
	min-height:500px;
	float:left;
	padding:20px;
}
.content_home {
	background:url(../images/content_home.png) top repeat-x;
}
.content_pages {
	background:url(../images/content_pages.png) top repeat-x;
}
.content_cobertura {
	background:url(../images/content_cobertura.png) top repeat-x;
}
.content_toldos {
	background:url(../images/content_toldos.png) top repeat-x;
}
.content_pergolas {
	background:url(../images/content_pergolas.png) top repeat-x;
}
.content_cortinas {
	background:url(../images/content_cortinas.png) top repeat-x;
}
.block_gold, .block_orange, .block_brown, .block_gray {
	width:169px;
	height:160px;
	float:left;
	margin:15px 12px 55px 0;
	text-align:center;
}
.block_gold img, .block_orange img, .block_brown img, .block_gray img {
	margin-bottom:3px;
}
.block_gold {
	background:#e4c875;
}
.block_orange {
	background:#fcba63;
}
.block_brown {
	background:#be8649;
}
.block_gray {
	background:#91b0c2;
}
#top_content {
	width:724px;
	float:left;
	margin:-20px -20px 0;
	padding:20px 20px 0;
}
.galeria {
	width:442px;
	height:360px;
	padding:0 131px;
}
#footer {
	position:relative;
	width:100%;
	height:70px;
	float:left;
	background:#7E878C;
}
#footer_text {
	position:relative;
	width:1024px;
	height:70px;
	margin:0 auto;
	background:#7E878C url(../images/bottom_menu.png) top left no-repeat;
}
#footer_text span {
	font-size:0.8em;
}
.footer_info {
	position:absolute;
	top:25px;
	left:10px;
	z-index:5;
}
.footer_copyright {
	position:absolute;
	top:15px;
	left:660px;
	text-align:right;
	z-index:5;
}
.color_white {
	color:#FFF;
}
.color_brown {
	color:#D8A564;
}
.color_darkbrown {
	color:#BE8649;
}
.color_gray {
	color:#C2C4B9;
}
.color_green {
	color:#67972E;
}
.color_blue {
	color:#4891bc;
}
.inicio_izq {
	float:left;
	width:350px;
}
.inicio_der {
	float:right;
	width:350px;
}
.destaque {
	float:left;
	margin:5px;
}
#Formulario {
                float:right;
                margin:0 15px;
}
#Formulario td{
                border-spacing:10px;
                vertical-align:text-top;
                padding:10px 20px 2px 20px;
}
#Formulario table{
                border:1px solid #B0A690;
                width:250px;
                height:280px;
}
#Formulario .cat_textbox{
                float:right;
                width:155px;
}
#Formulario .cat_listbox{
                width:220px;
}
#Formulario .form_title{
                background-color:#B0A690;
                font-family:Arial, Helvetica, sans-serif;
                font-size:12pt;
                color:white;
                padding:5px 124px 5px 20px;
}
#Formulario .form_title2{
                background-color:#B0A690;
                font-family:Arial, Helvetica, sans-serif;
                font-size:12pt;
                color:white;
                padding:5px 83px 5px 20px;
}
#Formulario .form_subTitle{
                font-family:Arial, Helvetica, sans-serif;
                font-size:9pt;
                text-align:left;
                color:#7D8589;
}
#Formulario .form_obligatorios{
                font-family:Arial, Helvetica, sans-serif;
                font-size:7pt;
                text-align:left;
                color:#7D8589;
}
#Formulario .cat_button{
                background:url(../images/btn_vacio.png) center no-repeat;
                width:87px;
                height:17px;
                float:right;
                margin-right:15px;
                font-family:Arial, Helvetica, sans-serif;
                font-size:9pt;
                text-align:center;
                color:#fff;
                border:0;
                cursor:pointer;
}
#Formulario .floatLeft {
                float:left;
}