body {	text-align:center;
		background-image:url('');
	 }

/*--------------------------- ENCABEZADO -------------------------------*/
#contenedor_encabezado{
						//background-image: linear-gradient(bottom, rgb(255,255,255) 21%, rgb(193,209,129) 100%);
						//background-image: -o-linear-gradient(bottom, rgb(255,255,255) 21%, rgb(193,209,129) 100%);
						//background-image: -moz-linear-gradient(bottom, rgb(255,255,255) 21%, rgb(193,209,129) 100%);
						//background-image: -webkit-linear-gradient(bottom, rgb(255,255,255) 21%, rgb(193,209,129) 100%);
						//background-image: -ms-linear-gradient(bottom, rgb(255,255,255) 21%, rgb(193,209,129) 100%);

						//background-image: linear-gradient(bottom, rgb(252,255,252) 15%, rgb(92,179,230) 100%, rgb(92,179,230) 100%);
						//background-image: -o-linear-gradient(bottom, rgb(252,255,252) 15%, rgb(92,179,230) 100%, rgb(92,179,230) 100%);
						//background-image: -moz-linear-gradient(bottom, rgb(252,255,252) 15%, rgb(92,179,230) 100%, rgb(92,179,230) 100%);
						//background-image: -webkit-linear-gradient(bottom, rgb(252,255,252) 15%, rgb(92,179,230) 100%, rgb(92,179,230) 100%);
						//background-image: -ms-linear-gradient(bottom, rgb(252,255,252) 15%, rgb(92,179,230) 100%, rgb(92,179,230) 100%);
			
						width:100%;
						height:105px;
						margin-top:-7px;
					  }
					  
#encabezado{	margin-top:-13px;
				margin-left:97px;
				margin:0 auto;  /*para centrar elementos junto con el text-align:center del body*/
				width:1061px;   /*para centrar elementos junto con el text-align:center del body*/
			}
/*-------------------------- FIN ENCABEZADO ----------------------------*/

/*----------------- MENU HORIZONTAL ------------------------------------*/			
#contenedor_menu{	background:url('fondo_banner.jpg'); 
					text-align:center; 
					margin:0px;
				}
	 
#menu{	background:url('imagenes/menu.png'); 
        background-repeat:no-repeat;
		margin:0 auto;  /*para centrar el menu junto con el text-align:center del body*/
		width:956px;   /*para centrar el menu junto con el text-align:center del body*/
		height:80px;
		margin-top:-15px;
	 }
		
#menu a{	font-family: calibri;
			font-weight:bold;
			font-size:15px;
			text-decoration:none; color:#3c2c13
	    }
		  
#menu a:hover{color:#000000}	
	  
/*----------------- FIN MENU HORIZONTAL ---------------------------------*/	 
 
/*--------------------- CONTENIDO ---------------------------------------*/
#contenedor_contenido{	margin:0 auto;  /*para centrar junto con el text-align:center del div contenido*/
						width:1040px;
						text-align:center;
					 }

#contenido{margin-left:-20px; /* el elemento dentro de un contenedor no se centra con el text align center del body */
	   margin-top:-25px;
           height:800px;
}					 
		
#contenedor_noticia{	background:url('fondo_noticia.jpg');
						width:300px;height:350px; 
						margin-top:-9px;
						margin-bottom:-9px
					}

#contenido_noticia{width:237px;padding-top:184px;padding-left:25px;font-family:calibri}
/*--------------------- FIN CONTENIDO -----------------------------------*/	  

/*--------------------- PIE DE PAGINA -----------------------------------*/
#contenedor_pie_de_pagina{ 	
							repeat-y:no-repeat;
							width:100%;
							height:160px;
							margin:0 auto;  /*para centrar junto con el text-align:center del div contenido*/
						 }

#pie_de_pagina{text-align:center;margin-top:-9px}

#texto{ padding-top:10px;
		width:550px;
		margin:0 auto;  /*para centrar junto con el text-align:center del div destino*/
		font-family:verdana;
		font-size:15px;text-align:left;
		color:#686868;
	  }
	  
#pie_de_pagina{ background:url('imagenes/pie_de_pagina.jpg');
				width:1030px;
				height:64px;
				color:#000000;margin:0 auto;  /*para centrar junto con el text-align:center del div destino*/
				font-family:calibri;
				font-size:14px;
			     margin-left:-10px;
			  }
/*--------------------- FIN PIE DE PAGINA --------------------------------*/
			 
