/* www.soho.cl */

/**************************************************************
                     CONTENEDOR 
**************************************************************/


#contenedor{
	width:1000px;
	height:586px;
}



/**************************************************************
                     LINKS
**************************************************************/
p{font:12px Arial, Helvetica, sans-serif;}
*{margin:0 auto; background-color:#DBC192;}
a{color:#FFF; text-decoration:underline;}
a:hover{color: #FFCC66;text-decoration: underline; margin:0px 0px;}
v:hover{color:#fff;text-decoration: underline;}



/**************************************************************
                     CONTENIDOS
**************************************************************/
#titulo{ width:1000px; height:140px; margin:0px 0px;}
#titulo .titulo{ width:1000px; height:140px; margin:0px 0px; border:none;}

#contenido_flash{ width:1000px;height:322px;font:16px Arial, Helvetica, sans-serif; color:#FFF; text-align:center;}
#flash{ width:258px;height:322px; float:left;}
#flash_index{width:1000px;height:322px; float:left;}
#texto{width:742px;height:322px; background: url(../../img/Img_texto.jpg) no-repeat 0px 0px #FFF; float:left;}
#texto ul{ margin-top:50px; background:none;list-style:none; padding:0px;}
#texto ul .image{ margin:0px 5px 2px -18px;}
#texto ul li{ width:555px; font: bold 15px "Century Gothic"; text-align:left; padding-top:10px;background:none; line-height:125%;}
#texto a{color:#FFF; text-decoration:underline;background:none;}
#texto a:hover{color: #FFCC66;text-decoration: underline; margin:0px 0px;}
#texto v:hover{color:#FFF;text-decoration: underline;}


/*RECONOCE*/

#texto ul.reconoce{ margin-top:70px;}
#texto ul.protege{ margin-top:60px;}


/**************************************************************
                     CONTENIDO BOTONES
**************************************************************/
#botones{height:55px;display:block;width:1000px;list-style:none; padding:0px; }
#botones a{text-indent:-9999px;}
#botones li{float:left;}

#botones a.bot_reconoce:link, a.bot_reconoce:visited{width:258px; height:55px; background: url(../../img/botonera/btn_1.jpg) no-repeat 0px 0px; display:block; }
#botones a.bot_reconoce:hover, a.bot_reconoce:active{background: url(../../img/botonera/btn_1.jpg) no-repeat 0px -55px; display:block;}

#botones a.bot_protege:link, a.bot_protege:visited{width:241px; height:55px; background: url(../../img/botonera/btn_2.jpg) no-repeat 0px 0px; display:block;}
#botones a.bot_protege:hover, a.bot_protege:active{background: url(../../img/botonera/btn_2.jpg) no-repeat 0px -55px; display:block;}

#botones a.bot_recomenda:link, a.bot_recomenda:visited{width:238px; height:55px; background: url(../../img/botonera/btn_3.jpg) no-repeat 0px 0px; display:block;}
#botones a.bot_recomenda:hover, a.bot_recomenda:active{background: url(../../img/botonera/btn_3.jpg) no-repeat 0px -55px; display:block;}

#botones a.bot_mejora:link, a.bot_mejora:visited{width:263px; height:55px; background: url(../../img/botonera/btn_4.jpg) no-repeat 0px 0px; display:block;}
#botones a.bot_mejora:hover, a.bot_mejora:active{background: url(../../img/botonera/btn_4.jpg) no-repeat 0px -55px; display:block;}




/**************************************************************
                     BOTONERA
**************************************************************/
#botonera{
	width:700px;
	height:60px;
	margin:0px;
	font:16px "Century Gothic";
	color:#FFFFFF;
	padding:30px 0px 0px 300px;
	background: #000;
}
#botonera .logotipo{
	width:138px;
	height:62px;
	float: right;
	border:none;
	margin: -30px 0px 0px;
}
/**************************************************************
                         PIE
**************************************************************/

#pie{ width:1000px; height:20px;font:11px Arial, Helvetica, sans-serif; float:left; text-align:center; background:#CCC;}



.clear_fix{clear:both;}
