/* estructura general */

body {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	background: #000000;
	margin-left:21px;
	
}

a:link, a:visited { color: #ffc64a; text-decoration:none; } 
a:active, a:hover { color: #ffc64a; text-decoration: underline; }

h1 {
	margin: 0px;
	padding: 10px 0;
	font-size: 26px;
	color: #d77707;
	font-weight: normal;
}

h2 {
	margin: 30 0 0 0;
	padding: 0 0 0 50px;
	font-size: 15px;
	color: #ffffff;
	
}

h3 {
	margin: 10 0 10px 15;
	padding: 0 5 10px 0;
	font-size: 15px;
	color: #ffc64a; text-align:center;
	
}
h3 .resaltado_enlace {
	color:#F90;
	text-decoration: underline;
	}
h4 {
	margin: 10 0 10px 15;
	padding: 10 5 10px 0;
	font-size: 40px;
	color: #ffc64a; text-align:center;
	font-family: Copperplate Gothic Light,Arial, Helvetica, sans-serif;
}

h5 {
	margin: 30 0 0 0;
	padding: 0 0 0 50px;
	font-size: 15px;
	color: #ff9d11;
	
}
p {
	margin: 0px;
	padding: 0 50 0px 50;
	text-align: justify;
	color: #ffffff;
}

p .resaltado_enlace {
	color:#F90;
	text-decoration: underline;
	}

/* fin de estructura general */

/* menu */
#menu_panel{
	width:960px;
	height: 59px;	
	margin: 0 auto;
	color: #ffffff;
	background: #000000; 
   
}

#menu_panel #menu_section{
	width: 960px;
	height: 59px;	
	margin:0 auto;
	padding: 0 0 0 30px;
	color: #03a0a6;
	background:  url(images/menu_panel_bg.jpg) no-repeat;	
      
}

#menu_section ul {
	float: left;
	width: 930px;
	margin: 0;
	padding: 15px 0 0 0;
	list-style: none;
}

#menu_section ul li{
	display: inline;
}

#menu_section ul li a{
	float: left;
	width: 110px;
	padding: 5px 0;
	margin-right: 5px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #fbe270;
	border-right: 1px solid #5f3b11;	
}

#menu_section li a:hover, #menu_section li .current{
	color: #ffffff;
}
/* end of menu */

/* content and header panel */
#header_content_container {
	clear: both;
	overflow: hidden;
	width:960px;
	margin: 0 auto;
	background: #000000 url(images/contenedor_subpaginas1.gif) top center no-repeat; 
        
}

#header_content_container #header_section{
	clear: both;
	width: 960px;
	height: 252px;
	margin:0 auto;
       	
}

#header_section #title_section{
	float: left;
	width: 400px;
	padding: 70px 0 15px 60px;
	font-size: 40px;
	color: #ffffff;
       
}


}

#header_content_container #tcontent{
	
	height: 100%;
	width: 960px;
	padding: 30px 0 0 15px;
	margin:0 auto;
       
}


/* end of right column */

/* for bottom panel */
#bottom_panel{
	
	width:960px;
	height: 1294px; margin:auto;
		 
}





#bottom_panel .bottom_section_content {
	
	float:left;
	width: 302px;
	height:1345px;
	
	margin:0 0 0px 0px;
    background:url(images/contenedor_subpaginas2.gif) no-repeat;
	/*border: 1px solid #00F;*/
}

.bottom_section_content .prox_eve{
	
	
	
	padding-left: 20px;
	margin:15px 14px 5px 5px;
	


}

.bottom_section_content .menu{ padding-top:2px; 

	width: 200px;
	margin:15px 14px 5px 22px;
	background:url(images/cuadro-de-menu-pie.jpg) no-repeat;


}

#bottom_panel .bottom_section_content2 {
	
	float: right;
	height: auto;
    margin-right: 0px;
	width: 658px;
	background:url(images/matacanes_subpagina_03.gif) no-repeat; 
	/*border: 1px solid #cccccc;*/

}
#bottom_panel .bottom_section_content2 img{
	float: right;
	margin-right: 25px;
	margin-left: 20px;
	margin-top: 40px
	margin-bottom: 5px;
}	
#bottom_panel2 .bottom_section_content {
	
	float:right;
	width: 200px;
	padding-right: 20px;
	margin:15px 14px 5px 5px;
	background:url(images/cuadro-de-menu-pie.jpg) no-repeat;


}
#bottom_panel2{
	width:960px;
	height:167px;
	margin: 0 auto;
	background: #050702 url(images/fondo_cuerpo_contenedor.jpg) center no-repeat;	
    
}

.bottom_section_content .list_section{
	margin: 0 0 15px 30px;
	padding: 0;
}
/* end of bottom panel */

/*  footer */

#footer_panel{
	width:100%;
	height: 50px;
	margin: 0 auto;
	
	
 
}

#footer_panel #footer_section{
	width: 960px;
	height: 50px;
	margin:0 auto;
	padding: 20px 15px;	
	text-align: center;
	background: #040500 url(images/templatemo_footer_bg.jpg) top center no-repeat;
 

}
/* end of footer */

