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

* {
	font-family:"Times New Roman", Times, serif;
	font-size: 14px;
	color:#CCCCCC;
	text-decoration: none;
	margin:0;
	padding:0;
}
.celeste{
font-size:18px;
color:#5275EC;
font-weight:bold;
text-decoration:underline;
}
body{
	background-color:#000000;

}
.arriba{
width:900px;
height:143px;
float:left;
margin-bottom:15px;
}
.arriba1{
width:900px;
height:103px;
text-align:center;
background-image:url(imagenes/arriba.gif);
background-repeat:no-repeat;
padding-top:15px;
float:left;
}
.centro{
width:830px;
background-image:url(imagenes/centro.gif);
background-repeat:repeat-y;
padding-left:35px;
padding-right:35px;
float:left;
}
.abajo{
width:900px;
height:118px;
background-image:url(imagenes/abajo.gif);
background-repeat:no-repeat;
text-align:center;
padding-top:25px;
color:#6699FF;
font-size:10px;
float:left;
}
.abajo *{
color:#6699FF;
text-decoration:underline;
font-size:10px;
}
