@charset "utf-8";
/* CSS Index padina principal */
/* col izquierda */
#homecolLeft{ width:582px; margin-top:5px; float:left;}
#homemona{ 
	width:582px;
	height:52px;		
}
#homemenu{ 
	width:582px;
	height:159px;
	clear: both;
}

#homemenu ul{
	margin:0;
	padding:0;
	list-style:none;	
}
#homemenu ul li{
	 width:193px; 
	 text-align:center; 
	 float:left;		
	
}
#homemenu ul li a{width:193px; height:159px; display: block;}
#homemenu ul li.colombia a{background-image:url(../images/home/btn-colombia.png);}
#homemenu ul li.expo a{background-image:url(../images/home/btn-exposicion.png);}
#homemenu ul li.edu a{background-image:url(../images/home/btn-educativos.png);}
#homemenu ul li a span{ display:none; }


/* col flotante con datos y LOGO */
#homebox{ width:582px; padding-top:5px; clear:both;}
#homecollogo{ width:290px; float:left; padding-right:7px;}
#homedatos{ width:290px; height:183px; background-image:url(../images/home/home-bgdatos.png); background-repeat:no-repeat;}
#homedatos p{ display:none; }
#homeinfo{ width:375px; padding:10px 0 10px 5px; }

/* col flotante DESTACADOS */
#homedestacadosbox{ width:280px;float:left; margin-right:5px;}
/* titulo destacados */
#hometitledestacados{ width:280px; height:52px; background-image:url(../images/home/home-bgtitledestacados.png); background-repeat:no-repeat;}
#hometitledestacados h2{ display:none; }
/* fondo blanco destacados*/
#homedestacadosbgbox{ background-color:#FFF; padding:20px 10px 50px 10px;}/* columna destacados (710 ancho div column a derecha)*/

/* col imagen  */
#homeimgbox{ width:380px; margin-top:5px; float:left;}/* imagen (710 ancho div column a derecha)*/
.homeimgboxbg{ background-color:#FFF; width:360px; padding:10px; margin-bottom:5px;}/* imagen (710 ancho div column a derecha)*/
#homepatrocinadores{ padding:20px 0 10px 150px;}
#homepatrocinadores img{ float:left;}


