*
	{
		margin: 0;
		padding: 0;
		border: 0;
		/*font-family: MyCustomFontLite;*/
	}

@font-face {
 font-family: MyCustomFontBold;
 src: url("LTbold.eot") /* EOT file for IE */
}
@font-face {
 font-family: MyCustomFontBold;
 src: url("LTbold.ttf") /* TTF file for CSS3 browsers */
}
@font-face {
 font-family: MyCustomFontLite;
 src: url("LTnormal.eot") /* EOT file for IE */
}
@font-face {
 font-family: MyCustomFontLite;
 src: url("LTnormal.ttf") /* TTF file for CSS3 browsers */
}




a
	{
		text-decoration: none;
		color: #000000;
	}

a:hover
	{
		color: #F3C200;
	}
	
html
	{
		text-align:center;
		margin:0 auto;
		background: url('../img/fondo_cielo.jpg') no-repeat top center #2E6EAE;
	}
body 
	{
		margin: 0 auto;
		text-align:left;
		width:955px;
	}
.marco
	{
		/*background: url("../img/fondoCentral.png") no-repeat top center #D90027;*/
		background: url("../img/fondo_contenido.png") no-repeat top center #FFDF43;
		margin-top: 0.5em;
	}

	
	
	
.logo
	{
		position: relative;
		top: 30px;
		left: 12px;
		font-size: 17.5px;
	}
.logo img{
	border: none;
	width: 16em;
}




.cabecera
	{
		font-size: 10px;
		float: right;
		width: 35%;
		position: relative;
		bottom: 13em;
		text-align: right;
	}
.cabecera .idiomas
	{ 
		width: 125px; 
		float: left;
		color: white;
	}
	
.cabecera .idiomas a:hover, .cabecera .userActions a:hover
	{
		color: #F3C200;
		font-size: 11px;
		font-family: Verdana;
	}
.cabecera .idiomas a, .cabecera .userActions, .cabecera .userActions a
	{
		color: white;
		font-size: 11px;
		font-family: Verdana;
	}
.cabecera .userActions
	{ 
		margin-left: 12.5em; 
		text-align: left;
		
	}
.cabecera .userActions .registro
	{
		font-family: Verdana;
		margin-right: 0.5em; 
	}
.cabecera .userActions .iniciaSesion
	{
		padding-right: 9px;
		font-family: Verdana;
	}
.cabecera .userActions .feed
	{
		background: url("http://www.duonet.es/rumasa/Programacion/img/rssIcon.png") no-repeat top left;
		padding-left: 2em;
		font-family: Verdana;
	}
	
	
.titulo
	{
		background-color: inherit;
		color: white;
		padding-bottom: 10px;
		font-family: MyCustomFontLite,'Trebuchet MS';
		font-size: 33px;
	}
.subtitulo
	{
		background-color: inherit;
		color: white;
		font-family: MyCustomFontBold,'Trebuchet MS';
		font-size: 23px;
		padding: 10px;
		font-weight: bold;
	}	
.amarillo
	{
		font-family: MyCustomFontBold,'Trebuchet MS';
		background-color: inherit;
		color: #F3C200;
	}	

	
	
	
	
.migas
	{
		position: relative;
		padding-top: 50px;
		left: 45px;
		padding-bottom: 3px;
		border-bottom: 1px solid #3173C4;
		width: 90%;
	}
.migas, .migas a
	{
		color:			#3173C4;
		font-size: 		12px;
	}
.migas a:hover
	{
		color: 				#FF8B00;
	}
	
	
	
	
	
/***Men� principal***/
.mainMenu 
	{
		font-size: 16px;
		font-family: MyCustomFontBold,'Trebuchet MS';
	}
.mainMenu
	{
		
		width: 274px;
		height: 390px;
		float: left;
		color: white;
		padding-top: 75px;
		margin-top: 60px;
		margin-left: 5px;
		background: url('../img/menu_fondo.png') no-repeat;
	}

.menu
	{
		list-style: none;
	}
.menu li
	{
		padding-top: 3px;
		padding-bottom: 3px;
		margin-left: 7px;
		margin-right: 6px;
		padding-left: 30px;
	}
.menu li a, .menuConSubmenu
	{
		color: #202853;
	}	
.menu li a:hover, .menu li.enlaceEspecialNovedades a:hover, .menu li.enlaceEspecialNoticias a:hover
	{
		color: #F3C200;
	}
.menu .actual/*a span*/
	{
		/*color: #202853;*/
		background: url('../img/menu_actual.png') repeat-y;
	}
.menu .anidado
	{
		padding: 0;
		padding-left: 50px;
		font-family: MyCustomFontLite,'Trebuchet MS';
		font-size: 14px;
	}
.menu li.anidado a
	{
		font-weight: normal;
	}

.menu li.redesSociales
	{
		float: left;
		position: relative;
		top: 107px;
		font-family: MyCustomFontLite,'Trebuchet MS';
	}
.icono img
	{
		width: 20px;
		position: relative;
		top: 7px;
	}




.topBox
	{
		height: 110px;
	}
.barraTop
	{
		list-style: none;
		color: white;
		padding-top: 80px;
		font-size: 12px;
	}
.barraTop li
	{
		float: left;
	}

.barraTop form div
	{
		padding:0; margin:0; border:0;
		padding-top: 6px;
		padding-left: 10px;
	}
.topNewsletter input
	{
		position: relative;
		font-size: 10px;
		left: 13px;
		top: 2px;
		margin-right: 3px;
		width: 150px;
	}
.topSearch input
	{
		position: relative;
		font-size: 10px;
		left: 27px;
		top: 2px;
		width: 150px;
	}
.barraTop form#newsletter_form
	{
		background: url('../img/caja_newsletter.png') no-repeat left top;
		height: 37px;
		width: 267px;
	}
.barraTop form#buscador_form
	{
		background: url('../img/caja_busqueda.png') no-repeat left top;
		height: 37px;
		width: 267px;
	}
.barraTop input
	{
		font-family: Verdana;
		color: #2362BA;
		position: relative;
		top: 4px;
	}
.barraTop .topNewsletter label
	{
		font-size: 12px;
		position: relative;
		top: 4px;
		left: 2px;
	}
.barraTop .topSearch
	{
		position: relative;
		left: 2em;
	}
.topSearch label
	{
		display: none;
	}
#newsletterSubmitButton
	{
		background: url("../img/icono_flechas_cajas.png") no-repeat scroll left top transparent;
		position: relative;
		float: right;
		width: 16px;
		height: 10px;
		right: 7px;
		top: 5px;
	}	
#buscadorSubmitButton
	{
		background: url("../img/icono_flechas_cajas.png") no-repeat scroll left top transparent;
		position: relative;
		float: right;
		width: 16px;
		height: 10px;
		right: 56px;
		top: 5px;
	}

	
	
	
	
	
.content *
	{
		font-family: MyCustomFontLite,'Trebuchet MS';
	}
.content
	{
		margin-left: 298px;
		margin-right: 10px;
	}
.innerContent
	{
		/*min-height: 850px;*/
		background: url("../img/pie.png") no-repeat bottom center;
		min-height: 1380px;
	}	
input[type="submit"]
	{
		background: url("../img/btn_gris.png") no-repeat left center;
		width: 101px;
		height: 25px;
		font-family: MyCustomFontLite,'Trebuchet MS';
		font-size: 10px;
		text-align: center;
		margin-left: 12px;
	}
input[type="reset"]
	{
		background: url("../img/btn_gris.png") no-repeat left center;
		width: 101px;
		height: 25px;
		font-family: MyCustomFontLite,'Trebuchet MS';
		font-size: 10px;
		text-align: center;
		margin-left: 2px;	
	}
input[type="submit"]:hover, input[type="reset"]:hover
	{
		background: url("../img/btn_gris_hover.png") no-repeat left center;
	}
		
.separa
	{
		height: 170px;
		background: url("../img/separa.png") no-repeat left bottom;
	}
	

	
	
	
	
	

.pie
	{
		position: relative;
		bottom: 340px;
		float: left;
	}
.fondoPie
	{
		padding-left: 3em;
		padding-top: 2em;
	}
.faldon_pie
	{	
		text-align: center;
		padding-right: 3em;
	}
.bajopie
	{
		font-family: Verdana, Geneva, sans-serif;
		padding-top:15px;
		padding-bottom: 15px;
		color:#999999;
		font-size:0.65em;
		text-align:center;
	}

.bajopie span a
	{
		color:#999999;
	}

.bajopie span a:hover
	{
		color:#999999;
	}
/*.imagenPortada{
	width: 666px;
	height: 404px;
	text-align: center;
	float:left;
	overflow:visible;
}*/