@charset "UTF-8";
/* CSS Document */

/* Resetear estilos */

html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input,abbr,article,aside,command,details,figcaption,figure,footer,header,hgroup,mark,meter,nav,output,progress,section,summary,time { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th,figcaption { font-size: 1em; font-weight: normal; font-style: normal; }
fieldset,iframe { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }
article,aside,footer,header,hgroup,nav,section,figure,figcaption { display: block; }


/* Estilos General */


body{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:100%;
	background-image:url(../imagenes/fondo-mosaico.gif);
}


a img {
	border: 0;
}

#contenedor {
	position:relative;
	width:960px;
	margin: 0 auto;
	padding: 32px 0 0 0;    
}


#animacion{
	width:400px;
	float:left;
	height:50px;
}





/* Estilos Menu */


#elmundonav{
	width:560px;
	height:50px;
	float:left;
	font-size:13px;
	text-transform:uppercase;
	font-weight:bold;
	}


#elmundonav ul li{
	list-style:none;
	float:left;
	}


#elmundonav ul li a{
	float:left;
	color:#EAF3F8;
	text-decoration:none;
	height:30px;
	background:url(../imagenes/elmundo_bg.gif) repeat-x;
	width:auto;
	border: 1px solid #7e4b3e;
	border-radius:7px;
	-webkit-border-radius:7px;
	-moz-border-radius:7px;
	margin-left:4px;
	padding:15px 15px 0 15px;
	}


#elmundonav ul li a:hover{
	background-image:url(../imagenes/elmundo_bg_OVER.gif);
	background-repeat:repeat-x;
	}


#elmundonav ul li a.current{
	margin-left:20px;
	}

#elmundonav ul li a.current:hover{
	background:transparent url(../imagenes/elmundo_bg_OVER.gif) repeat-x;
}

#elmundonav ul li a.estoy{
	background:url(../imagenes/elmundo_bg_OVER.gif) repeat-x;
}

/* Estilos columna central */


#columna1 {
	width:960px;
	height:560px;
	float:left;
	border: 1px solid #7e4b3e;
	border-radius:7px;
	-webkit-border-radius:7px;
	-moz-border-radius:7px;
}


/* Estilos Pie */


#pie {
	width:960px;
	height:25px;
	float:left;
	clear:left;
	padding-top:5px;
	padding-bottom:5px;
	}


#facebook {
	margin-right:30px;
	width:25px;
	height:25px;
	float:right;
	
}
#twitter {
	margin-right:15px;
	width:25px;
	height:25px;
	float:right;	
}


#mundo {
	width:auto;
	height:25px;
	float:right;
}
