//CSS Layout del font-end

#contenedor {
   width: 960px;
}

#head {
   width: 100%;
}

#foot {
   width: 100%;
}

#body {
   width: 100%;
   background-image: url(fondo_cuerpo.png);
   background-repeat: repeat-y;
   background-position: -1px;
   padding-bottom: 30px;
}

#blog {
   width: 600px;
   margin: 0 15px 0 130px;
}

#historico {
	padding: 20px 0px 20px 50px;
	font-family: Arial, Helvetica, sans-serif;
	color:#666666;
	font-size: 11px;
}



.noticia {
	margin-bottom: 15px;
	font-family:Arial, Helvetica, sans-serif;
	padding: 20px;
}

.cabeceraNoticia {
	background: url(fondo_cabecera.png) no-repeat;
	color:#FFFFBB;
}

.imagenNoticia {
	width: 200px;
	float:left;
}

.tituloNoticia {
	float: right;
	font-weight:bold;
	text-align: right;
	width:300px;
	font-size: 20px;
}

.titulo {
	font-size:20px;
}

.subtitulo {
	font-size:16px;
}

.cuerpoNoticia {
	font-size: 12px;
	color:#333333;
	text-align: justify;
	margin-top: 20px;
	padding-left: 10px;
}

.enlaceNoticia {
	text-align: right;
	font-size: 11px;
	margin-top: 20px;
}

.enlaceNoticia a:link { 
	color: #333333;
	text-decoration: none;
	}
.enlaceNoticia a:visited { 
	color: #AAAAAA;
	text-decoration: none;
	}
.enlaceNoticia a:hover { 
	text-decoration: underline overline;
	font-weight: bold;
	}
.enlaceNoticia a:active { 
	color: #333333;
	text-decoration: none;
	}

.pie
        {
	    width: 960px;
            text-align: center;
            font-size:x-small;
            margin-top: 0%;
            font-family: Verdana;
            color: #35407C;
        }

