/********************* ESTILOS PARA LA ESTRUCTURA GENERAL DE LA WEB **************************/
body,html {font-size:13px; font-family:Georgia, Verdana,Geneva,Arial,Helvetica,sans-serif; color:#3c3626; line-height:18px;}
#container {width:900px; margin:auto; overflow:hidden; position:relative;}

/*-- Estilos para el Header(logo, banner...) --*/
#contentHeader{border-bottom:1px dashed #aeb3b7; position:relative; width:100%; padding-bottom:3px;}
#contentHeader .logo a{height:65px; width:100%; display:block; text-indent:-9999px; border-bottom:1px dashed #aeb3b7;
					   background:transparent url("/public/static/images/bg_header.jpg") no-repeat; margin-bottom:3px;}
					   
#contentHeader .telephoneHeader{position:absolute; top:0px; right:5px; color:#fff; font-size:24px; text-align:center; width:160px;
								line-height:1em;}								
#contentHeader .telephoneHeader span a{display:block; font-size:17px; color:#fff;}
#contentHeader #banner{width:100%; height:459px; position:relative; color:#fff;
						background:transparent url("/public/static/images/bg_banner.jpg") no-repeat;}						
#contentHeader #banner .comillas{position:absolute; top:379px; right:0; width:100px; height:80px;
								background:transparent url("/public/static/images/comillas.gif");}								
#contentHeader #banner .transparent{
	position:absolute; top:0; right:0; width:260px; height:419px; padding:20px 15px 20px 15px;
	background:transparent url("/public/static/images/bg_transparent.png") !important;
	background:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/public/static/images/bg_transparent.png', sizingMethod='scale');
	background-repeat:repeat;
}
#contentHeader #banner .transparent h1{font-size:2.1em; line-height:1.3em;}
#contentHeader #banner p{margin:0.5em 0 0.5em 0;}

/*--  Estilos para el Content --*/
#content{background:transparent url("/public/static/images/bg_content.gif") repeat-y; width:100%; overflow:hidden;}
#colLeft{float:left; width:210px;}

#copy{float:left; width:510px;}
#copy h2{color:#89090b; font-size:2.1em; line-height:1.2em;}
#copy p{margin:0.7em 0 0.7em 0; line-height:1.5em;}

#colRight{float:left; width:180px; margin-left:0px;}
#colRight h2{color:#214518; font-size:1.2em; text-align:center; line-height:1.5em; background-color:#CEFF21; padding:0 0 2px 0;}


/*-- Foot --*/	
#foot{width:100%; clear:both; overflow:hidden; border-top:1px dashed #316121;}
#foot a{color:#fff;}
#foot .top{background-color:#316121; height:35px; margin-bottom:10px; padding:20px 0 0 30px; color:#fff; font-size:1.2em; line-height:30px;}
#foot .top .telephone{font-size:1.8em;}
#foot .bottom{background-color:#89090b; height:40px; text-align:right; padding:5px 10px 0 0; font-size:1em; color:#fff;}
