@charset "utf-8";

#logo {
	background: white;
	
	/* Dimension y posicion */
	top: 0px;
	left: 0px;
	position: absolute;
	width:  218px;
	height: 164px;
}

#banner {
	background: white;
	
	/* Dimension y posicion */
	top: 0px;
	left: 218px;
	position: absolute;
	width:  732px;
	height: 88px;
}

#menu {
	background: #CC0000;
	overflow: hidden;
	
	/* Dimension y posicion */
	top: 88px;
	left: 218px;
	position: absolute;
	width:  732px;
	height: 37px;
}

.cuadroLink {
	background: white;

	/* Bordes */
	border: 1px solid #CC0000;
	
	/* Dimensiones y espaciado */
	position: absolute;
	
	width:  198px;
	height: 70px;
	
	padding: 0px;
	margin: 0px;
}

.espaciadoIzquierdo {
	margin-left: 8px;
}

#cl01 {
	background: white url(media/estrella-01.gif) top right no-repeat;
	
	/* Dimension y posicion */
	top: 0px;
	left: 10px;
}

#cl02 {
	background: white url(media/estrella-02.gif) top right no-repeat;
	
	/* Dimension y posicion */
	top: 80px;
	left: 10px;
}

#cl03 {
	background: white url(media/estrella-03.gif) top right no-repeat;
	
	/* Dimension y posicion */
	top: 160px;
	left: 10px;
}

#linksExtras {	
	/* Dimensiones y espaciado */
	position: absolute;
	
	width:  198px;
	
	padding: 0px;
	margin: 0px;
	
	top: 250px;
	left: 10px;
	
	/* Alineacion del texto */
	text-align: center;
}

#logoLilly {
	font-size: 11px;
	position: absolute;
	top: 40px;
	left: 700px;
}