/* 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:18px;
}

body{
background-color:#000000;
	display:block;
	position:absolute;
	left:50%;
	margin-left:-450px;
	width:900px;
	height:600px;
}

#cabecera{
	width:100%;
	height:140px;
	background-color:#4E99A3;
	background-repeat:no-repeat;
}
.menu{
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#FFFFFF;
text-align:center;
text-decoration:none;
}
.menu a:hover {
color:#666666;
}
#espacio_para_flash{
width:900px;
height:376px;
}
#fondo_negro{
width:900px;
height:40px;
background-color:#000000;
}


#fondo_pie_inicio{
width:900px;
height:30px;

}
.texto_pie_inicio{
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#FFFFFF;
background-color:#4E99A3;
}
.texto_pie_plus{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#FFFFFF;
background-color:#4E99A3;
}
.texto_pie_inicio a:hover{
color:#666666;
}
.texto_pie_plus a:hover{
color:#666666;
}
#pie{
width:900px;
height:38px;
background-color:#4E99A3;
}
.texto_pie{
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#FFFFFF;

margin-top:5px;
}
.texto_pie a:hover{
color:#666666;
}
