/* Clases para todo la página */

*
{
	font-family: Trebuchet MS;
}

body
{
	background-color : #CCCCCC;
	margin: 0;
}



/* Clases de la página principal div principal, idiomas, banners y pie */

.divPagina
{
	width: 980px; 
	margin-left: auto; 
	margin-right: auto;
}

.idioma
{
	text-align: right;
	width: 980px;
	margin-top: 9px;
}

.idioma img
{
	margin-left: 5px;
}

.banners
{
	margin-left: auto; 
	margin-right: auto; 
	width: 980px; 
	text-align: center;
	margin-top: 10px;
}

.banners span
{
	padding-right: 5px;
}

.separaBanners
{
	padding-right: 5px;
}

.piePagina
{
	text-align: center; 
	font-size: 9pt;
	text-decoration: none;
	color: #4c4c4c;
}

.piePagina a
{
	text-decoration: none;
	color: #4c4c4c;
}

.piePagina a:hover
{
	text-decoration: underline;
}


.semilla
{
	width:980px; 
	margin-left: auto; 
	margin-right: auto; 
	margin-top: -20px; 
	height: 20px;
}

.fuenteSemilla
{
	font-size: 9pt; 
	margin-top: 10px;
}

.fuenteSemilla a
{
	text-decoration: none; 
	color: Black;
}
/* Clases para el buscador */

.buscador
{
	text-align: right;
}

#buscadorDesplegado
{
	width: 980px; 
	height: 34px; 
	text-align: right; 
	margin-top: -28px; 
	display: none; 
	float: right;
}

#buscadorDesplegado div
{
	width: 980px;
	height: 34px;
	background-repeat: no-repeat;
	background-position: right;
	position: relative;
	text-align: right;
	background-image: url(/Plantillas/ELE/img/buscador-desplegado.jpg);
}

#buscadorDesplegado img
{
	margin-right: 5px;
	cursor: pointer;
}

#buscar
{
	border: 0; 
	margin-top: 6px; 
	width: 174px; 
	margin-right: 9px; 
	background-color: Transparent;
}

/* Fin clases parar el buscador*/


/* Clases para los distintos destacados */

.titulo
{
	color: #6c6c6c;
	font-size: 16pt;
}

.tituloDestacados
{
	font-size: 13pt;
	color: #6c6c6c;
}

.destacadoPrincipal
{
	background-image: url(/Plantillas/ELE/img/destacado-ppal.gif);
	width: 485px;
	height: 308px;
	cursor: pointer;
}

.destacadosGrandes
{
	margin-top: 9px;
}

.columnaBlanco
{
	width: 10px;
}

.columnaBlancoImg
{
	width: 15px;
}

.dvDestacadosPequenios
{
	margin-top: 10px; 
	font-size: 10pt;
	line-height: 11pt;
}

.imgDestacadoAbajo
{
	width: 90%; 
	margin-left: auto; 
	margin-right: auto;
	color:#7C7C7C;
	line-height:13pt;
	height: 288px;
}

.imgDestacadoAbajo img
{
	vertical-align: bottom;
}

.separaArriba
{
	margin-top: 15px;
}

.altoDestacados
{
	height: 211px;
}


.imgUnDestacado
{
	background-image: url(/Plantillas/ELE/img/destac-1.gif); 
	width: 980px; 
	height: 122px;
	cursor: pointer;
}

.imgDosDestacados
{
	background-image: url(/Plantillas/ELE/img/destac-2.gif); 
	width: 485px; 
	height: 225px;
	cursor: pointer;
}

.imgTresDestacados
{
	background-image: url(/Plantillas/ELE/img/destac-3.gif); 
	width: 320px; 
	height: 226px;
	cursor: pointer;
}

.imgCuatroDestacados
{
	background-image: url(/Plantillas/ELE/img/destac-4.gif); 
	width: 238px; 
	height: 226px;
	cursor: pointer;
}

.dvTitDestacados
{
	width: 90%; 
	margin-left: auto; 
	margin-right: auto;
	margin-top: 15px;
}

.descHome
{
	color: #7c7c7c;
}

.imgSola
{
	text-align: center;
}

.imgSolaDest
{
	text-align: center;
}

/* Fin clases para los destacados*/



/* Clases para el menu */

.menu
{
	width: 980px; 
	height:36px;
}

.menu a
{
	text-decoration: none;
	color: White;
}

.menu ul
{
	margin: 0;
	padding: 0;
}

.menu ul li
{
	list-style-type:none;
	float: left;
	text-align: center;
	width: 97px;
	height: 36px;
	background-image: url(/Plantillas/ELE/img/fondo-boton-normal.jpg);
	color: White;
	font-size: 16px;
}

.menu ul li div
{
	margin-top: 6px;
}

/* Fin para la clases del menu*/

