@charset "utf-8";
/* CSS Document */

/*********************************************************************************************
*
*	General
*
**********************************************************************************************/
#mainContent {
	position:absolute;
	top:270px;
	left:50%;
	margin-left:-430px;
	width:860px;
	z-index:1;
}

.homeTable {
	width:860px;
}

.homeCol {
	width:273px;
}

.homeSepCol {
	width:20px;
}

.homeSepRow {
	height:20px;
}

.imgHead {
	margin-bottom:10px;
}

/*********************************************************************************************
*
*	Noticias
*
**********************************************************************************************/
#l_noticias {
	width:273px;
	height:290px;	
}

#l_noticias_bottom {
    left:0px;
    bottom:0px;
	width:273px;
	height:20px;
    font-size:0.75em;
    text-align:center;
    padding-top:0px;
	background-image:url("../img/home/ampliar_back.gif");
	background-repeat:no-repeat;
}

#l_noticias_bottom a {
	text-decoration:none;
    font-weight:bold;
    color:#7d7d7d;
}

#l_noticias_bottom a:hover {
	text-decoration:none;
    color:#d90023;
}

.l_noticia {
	/*visibility:hidden;*/
	overflow:hidden;
	width:273px;
	height:240px;
	overflow:hidden;
}

.l_noticia h1 {
	color:#d90023;
	font-size:0.9em;
	font-weight:bold;
	margin:0px 0px 4px 0px;
	text-transform:uppercase;
}

.l_noticia h2 {
	color:#d90023;
	font-size:0.9em;
	margin:0px 0px 0px 0px;
	font-weight:normal;
}

.l_noticia img {
	margin-left:5px;
	margin-bottom:10px;
}

.l_noticia p {
	text-align:left;
	font-size:0.9em;
	line-height:1.4em;
	margin:0px 0px 4px 0px;
}

/*********************************************************************************************
*
*	Colecciones
*
**********************************************************************************************/
#l_colecciones {
	width:273px;
	height:290px;
}

/*********************************************************************************************
*
*	Expertos
*
**********************************************************************************************/
#l_expertos {
	width:273px;
	height:290px;
}

/*********************************************************************************************
*
*	Club
*
**********************************************************************************************/
#l_club {
	width:273px;
	height:341px;
}

/*********************************************************************************************
*
*	Tiendas
*
**********************************************************************************************/
#l_tiendas {
	width:272px;
	height:160px;
}

/*********************************************************************************************
*
*	Representantes
*
**********************************************************************************************/
#l_representantes {
	width:273px;
	height:160px;
}

/*********************************************************************************************
*
*	Dirección
*
**********************************************************************************************/
#l_direccion {
	text-align:right;
	bottom:0px;
	font-size:9px;
}

#l_direccion a {
	font-size:9px;
	text-decoration:none;
	color:#7d7d7d;
}

#l_direccion a:hover {
	color:#d90023;
}

#l_direccion a.email {
	font-weight:bold;
}



