@charset "utf-8";
/* CSS Document */

html,body {margin:0; padding:0; height:100%; /* needed for container min-height */ background-color:#0A212B;}

#main_wrap {position:relative; /* needed for footer positioning*/ margin:0 auto; /* center, not in IE5 */ width:950px; background-image:url(../imagenes/secondBg.jpg); height:auto !important; /* real browsers */ height:100%; /* IE6: treaded as min-height*/ min-height:100%; /* real browsers */}

#content {padding:0 0 5em; /* bottom padding for footer */ }

#cabecera {width:950px; height:105px; background-image:url(../imagenes/cabecera_bgBlue.jpg); background-repeat:repeat-x;
}

#logo{width:200px; height:105px; float: left; margin: 0 0 0 50px; display: block;}
#phone{width:550px; height:30px; float: right; margin: 10px 15px; 0 0; display: block;}

#top_area{width:950px; height:275px; background-color:#FFF;}

#leftTop{width:270px; height:235px; float:left; margin:8px 0 0 30px;}
#rightTop{width:620px; height:235px; float:right; margin:15px 10px 0 0;}

#demoTable01{width:195px; height:200px; float:left;}
#demoTable02{width:85px; height:200px; float:left;}
#demoTable03{width:85px; height:200px; float:left;}
#demoTable04{width:85px; height:200px; float:left;}

#contactTable01{width:250px; height:200px; float:left;}
#contactTable02{width:200px; height:200px; float:left;}

#floorTable01{width:200px; height:135px; float:left;}
#floorTable02{width:60px; height:135px; float:left;}
#floorTable03{width:80px; height:135px; float:left;}
#floorTable04{width:100px; height:135px; float:left;}
#floorTable05{width:100px; height:135px; float:left;}
#floorTable06{width:75px; height:135px; float:left;}
#floorTable07{width:550px; height:50px; float:left; margin-top:20px;}

#rightTopMap{width:550px; height:250px; float:right; margin:0 20px 0 0;}
#rightBottomTxt{width:620px; height:20px; float:right; margin:5px 10px 0 0;}

#midShadow{width:950px; height:9px; background-image:url(../imagenes/midShadow.png); background-repeat:no-repeat;}

#mid_area{width:450px; height:100%; margin:0 0 0 500px;}

#bottom_area{position:absolute; width:100%; bottom:0; /* stick to bottom */ border-top:1px double #FFF;}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #824F3C;
	border-right-color: #824F3C;
	border-bottom-color: #824F3C;
	border-left-color: #824F3C;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #824F3C;
	border-right-color: #824F3C;
	border-bottom-color: #824F3C;
	border-left-color: #824F3C;
}