body {
    left:0;
	top:0px;
    margin:0 auto;
	padding:0;
	background-color: #565656;
	width:100%;
}

 /* a:focus {
width:0px;height:0px;outline:0px;
  }
	*/
/* ================================================================ 
ENCABEZADO
=================================================================== */
#encabezado {
	position:relative;
    left: 0px;
    top:0px;
	height: 165px;
	width: 100%;
	z-index: 4;
	/*overflow:hidden;*/
	 
}	
/* ================================================================ 
CONTENEDOR
=================================================================== */

#contenedor {
	 
    position:relative;
	background-color:#FFFFFF;
	left:0px;
	top:0px;
	width:1180px;
	min-height:864px;
	height: auto;
	overflow:hidden;
	/*height: 1080px;*/
	margin:0px auto;
	padding:0;

}	
	

/* ================================================================ 
NOTA PRINCIPAL
=================================================================== */
#nota_principal {
	position:relative;
	float:left;
    left: 28px;
    top:16px;
	height: 100%;
	width: 555px;
	z-index: 0;
	overflow:hidden;
	
    background-color:#2C7E8A;
	 
}

/* ================================================================ 
INDEX AGENDA / MENU VERTICAL
=================================================================== */
#index_agenda,
#index_menu_vertical 
{
	position:relative;
	float:left;
	margin-left:10px;
    left: 28px;
    top:16px;
	height: 370px;
	width: 273px;
	z-index: 0;
	overflow:hidden;
	background-color:#ECEDED;
	 
}
/* ================================================================ 
OTRAS NOTAS
=================================================================== */
#otras_notas_contendor{

    position:relative;
	float:left;
	clear:both;
	margin-top:8px;
    left: 28px;
    top:16px;
	height: 182px;
	width: 1124px;
	z-index: 0;
	overflow:hidden;
	 

}



/* ================================================================ 
INDEX PIE
=================================================================== */
/*#suscribite {
	position:relative;
	float:left;
	clear:both;
    left: 0px;
    top:16px;
	height: 71px;
	width: 100%;
	z-index: 0;
	overflow:hidden;
}	

.suscribite_img{
    position:relative;
	left:50%;
	top:50%;
	margin-left:-167px;
	margin-top:-34px;
	width:334px;
	height:69px;	
	padding:0;
}

*/


#pie_de_pagina {
	position:relative;
	float:left;
	clear:both;
	background-color:#3E3D40;
    left: 0px;
    
	width: 100%;
	z-index: 0;
	overflow:hidden;
	 
	margin-bottom:0px;
}	