/* HOJA DE ESTILOS - PLANETA ABSURDO */

body
{
background-color: #FFFBD0;
}

/* Contenedor Principal */
div.pagina
{
width: 1000px;
margin: 0 auto;
}

/* Cabecera */
div.cabecera
{
width:100%;
height: 115px;
background-image: url(../img/cabecera.png);
background-repeat: no-repeat;
}

/* Navegacion */
div.navegacion
{
width:100%;
height: 60px;
padding-top: 11px;
text-align: center;
background-image: url(../img/navegacion.png);
background-repeat: no-repeat;
}

/* Botones de navegacion */
img.botonmenu
{
margin: 0 auto;
}

/* Fondo del contenido central */
div.central
{
width: 752px;
margin: auto;
background-image: url(../img/centralbg.jpg);
background-repeat: repeat-y;
font-family: Arial;
font-size: 14px;
}

/* Div de ancho variable con borde para comic */
div.comic
{
margin-left: 25px;
margin-right: 25px;
}

/* Fondo para las noticias */
div.central_news
{
width: 752px;
margin: auto;
background-image: url(../img/centralbg.jpg);
background-repeat: repeat-y;
font-family: Arial;
font-size: 14px;
border-top: 2px solid #C13100; 
border-bottom: 2px solid #C13100;
min-height: 115px;
}