*
{
	margin:0px; 
	border:0px;
	padding:0px;
}


/*Modificación de h1 y h2 en la página home*/
#rotulosPrincipales h1
{
	font-weight: normal;
	font-size:1em;
}

#rotulosPrincipales h2
{
	font-weight: normal;
	font-size:1em;
}

/*Alamcena los contenidos enla portada*/
#contenidoPortada
{
	float: left;
	width: 980px;
	background-color:#24292C;
}



/*Contenedor Imagen principal de la portada*/
#imagenPrincipal
{
	margin: 40px auto;
	width: 940px;
	height: 280px;
	padding:0px;
}


#imagenPrincipal img
{
	text-align:left;
	margin-left:0px;
	padding:0;
	border:0px;
	width:640px;
	height:280px;
	/*float:left;*/
}

#foto, #linkfoto
{
	margin: 0px;
	padding: 0px;
	float: left;
	
}

#novedades
{
	width:280px;
	height:280px;
	margin:0px;
	border:0px;
	padding:0px;
	/*background-image:url(../images/portada/fondoNovedades.jpg);*/
	display:inline;
	float:right;
}
#novedades .encabezado
{
	border:0;
	margin:0;
	padding:0;
	background-image:url(../images/portada/fondoCabeceraNovedades.jpg);
	width:280px;
	height:20px;
}
#novedades .contenido
{
	border:0;
	margin:0;
	padding:0;
	background-image:url(../images/portada/fondoCuerpoNovedades.jpg);
	background-repeat:repeat-y;
	width:280px;
}

#novedades .pie
{
	border:0;
	margin:0;
	padding:0;
	clear:left;
	background-image:url(../images/portada/fondoPieNovedades.jpg);
	width:280px;
	height:20px;
}


h3
{
	background-color:#24292C;
	font-size: 1.2em;
	font-weight: normal;
	text-decoration:none;
	display:inline;
	margin:0;
	padding:0 5px;
	color: #FFFFFF;	
	position:relative;
	top:-10px;
	left:-60px;
}

#novedades ul
{
	list-style:disc;
	padding: 0 10px;
	margin-left: 25px;
	text-align:left;
}

#novedades ul li
{
	padding-bottom:10px;
}

#novedades ul * a
{
	text-decoration:none;
	font-size: 0.9em;
	color: #fff;
}

#novedades ul * a:hover
{
	text-decoration: underline;
}

/*Secciones resaltadas en la página principal*/

/*Contenedor de las secciones*/
#contenedorSecciones
{
	float:left;
	margin:4px;
	width:972px;
	height: 160px;
}


/*Configuración  listas principales*/
ul.seccionesPortada
{
	float:left;
	width:972px;
	height:25px;
}
ul.seccionesPortada li.principal
{
	float:left;
	width:300px;
	height:25px;
	margin:0px 12px 0 12px;
	list-style:none;
	text-align:left;
	background-image:url(../images/SeccionPortada/seccionDesActivada.jpg);
	background-repeat:no-repeat;
}
ul.seccionesPortada li.principal:hover
{
	background-image:url(../images/SeccionPortada/seccionActivada.jpg);
}
ul.seccionesPortada * a
{
	display:block;
	font-size: 1em;
	text-decoration: none;
	margin:2px 0px 0px 15px; 
	color: #FFFFFF;		
}
ul.seccionesPortada * a:hover
{
	text-decoration: underline;	
}


/*Configuración  listas anidadas*/

ul.subSeccionesPortada
{
	list-style:disc;
	padding: 5px 5px 0px 10px;
}
ul.subSeccionesPortada * a
{
	text-decoration:none;
	font-size: 0.9em;
}
ul.subSeccionesPortada * a:hover
{
	text-decoration: underline;
}


