/* CSS Document */

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

p{
	margin-bottom:10px;
}
#todo{
	display:block;
	position:absolute;
	left:50%;
	margin-left:-450px;
	width:900px;
	height:600px;
	top:0px;
	background-color:#EFEFEF;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#EFEFEF;
}
#imagen{
width:900px;
height:507px;
}

#fondo_pie{
	width:900px;
	height:93px;
	background-image:url(../img/pie.jpg)
}
#fondo_menu_pie{
	width:625px;
	height:43px;
	background-color:#ffffff;
	margin-right:50px;
	margin-top:25px;
}

.texto_pie{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	text-decoration:none;
	line-height:20px;
	font-weight: bold;
}

.texto_pie a:hover{
color:#015DE1;
}

.texto_aviso_politica_mediasur{
font-family:Arial, Helvetica, sans-serif;
font-size:9px;
color:#000000;
text-decoration:none;
	font-weight: bold;
}
.texto_aviso_politica_mediasur a:hover{
color:#0066FF;
}

#contador_de_visitas{
	width:261px;
	;
	height:43px;
	background-color:#ffffff;
	margin-right:0px;
	margin-top:25px;
	position:absolute;
	left: 633px;
	top: 507px;
}

