﻿@charset "utf-8";

* { margin: 0;	padding: 0; }

/* Estructura general de la página */ 
body { padding:0; font-family:Helvética,Arial; background:url(../img/background.gif) repeat-x top; background-color:#000; text-align:center; color:Black; }
#pagina{ margin:0 auto; width:998px; font-size:100%; text-align:left; }


/*** Algunas clases útiles: ***/
.float-left { float: left; }
.float-right { float: right; }
.clear { clear:both;margin:0;padding:0; }
.negrita { font-weight:bold; }
.centrado { text-align:center; vertical-align:middle; }
.justificado { text-align:justify; }
.alinear-derecha { text-align:right; }
img.foto_izquierda { float:left; margin-right:10px; }


/*** Cabecera ***/
#cabecera { width:998px; height:399px; }



/*** Cuerpo ***/
#cuerpo { width:948px; padding:25px; background:white url(../img/degradado.gif) repeat-x top; border-top:solid 1px white; }


/*** Pie ***/
#pie { height:44px; padding-top:30px; background-color:#c00040; text-align:center; color:White; font-size:0.7em; }
#pie a { color:White; text-decoration:none; }
#pie a:hover { text-decoration:underline; }

/*** destacados ***/
.foto-destacado-lateral { float:left; width:107px; margin-right:10px; }
