@charset "utf-8";
/* CSS Document */

body{
	margin:0px;
	background-image:url(../img/bd_bg.png);
	background-repeat:repeat-y;
	background-position:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
	}
	
#contenedor{
	width:100%;
	height:100%;
	}

#cabecera{width:800px;}
	
#menu{width:800px;}
	
#texto{width:800px;
	   font-family:Arial, Helvetica, sans-serif;
	   font-size:12px;
	   color:#000}
	
	.titulares{
		font-family:Arial, Helvetica, sans-serif;
		font-size:16px;
		font-weight:bold;
		}
	.titulares_extra{
		font-family:Arial, Helvetica, sans-serif;
		font-size:18px;
		font-weight:bold;
		}
	.texto_post_1{
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		margin-left:65px;
		margin-right:12px;
		}
	.texto_post_2{
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		margin-left:12px;
		margin-right:65px;
		}
	.date{
		font-family:Arial, Helvetica, sans-serif;
		font-size:10px;
		color:#666;
		}
	
#pie{
	width:800px;
	background-image:url(../img/pie_bg.jpg);
	}
	
#enlaces{
	width:800px;
	background-image:url(../img/enlaces/bg.gif);
	}