﻿
html
{
	min-height: 100%;
}
body
{
	width: 100%;
	border: 0px;
	margin: auto;
	background-color: #2b2a2a;
	overflow-x: hidden;    
	display: inline-block;
	min-height: 100%;
}

/* BOTONERA */
.botonera
{
	position: relative;
	background: url("../../img/backgrounds/botoneraBackground.jpg") repeat-x;
	width: 100%; /*height: 91px;*/
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	color: White;
	display: block;      
}

.botonera .container
{
	margin: auto;
	width: 976px;
	height: 70px;
	padding: 21px 0px 0px 5px;
}

.botonera .container .boton
{
	float: left;
	margin: 10px 16px 0px 16px;
}

.botonera a, .botonera a:visited
{
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	color: White;
	text-decoration: none;
}
.botonera a:hover
{
	color: #faba16;
	cursor: pointer;
}

.botonera .container .separador
{
	float: left;
	margin: 0px 0px 0px 0px;
	width: 0px;
	height: 53px; /*background: url("../img/backgrounds/separadorBotonera.jpg") repeat-x;*/
}

.botonera .container .separador-blanco
{
	float: left;
	margin: 0px 0px 0px 5px;
	width: 2px;
	height: 53px;
	background: url("../../img/backgrounds/separadorBlanco.jpg") repeat-y;
}

.botonera .sub-menu
{
	background-color: #511c49;
	margin: 0px auto 0px auto;    
	width: 976px;
	height: 28px;    
	display: block;
	border: 0px;
}
.botonera .sub-menu .item
{
	float: left;
	font-size: 12pt;
	padding: 5px 15px 0px 15px;
}

/* CONTENIDO */

.main
{
	margin: 0px auto 0px auto;
	position: relative;
	width: 976px;
	/*overflow: hidden;*/
	display: block;        
}

/*----------TRANSPARENCY---------*/
.transp {
	opacity: 0.9;
	filter: alpha(opacity=90);
	z-index: -1;
	position: absolute;
	top: 0;	
	width: 100%;
	background-color: #2b2a2a;    
}

/*---------- NOTICIAS -----------*/
.noticias
{
	width: 100%;
	margin: 0px 0px 10px 0px;
}
.noticias .cuerpo
{
	float: left;
	width: 544px;
	padding-right: 10px;
	text-align: justify;
	margin-bottom: 10px;
}
.noticias .imagen
{
	float: left;
	margin-bottom: 10px;
	width: 140px;
}

/* FOOTER */
.footer
{
	min-height: 100%;
	display: block;
	width: 100%;
	background-color: #2b2a2a;
	position: relative;
	/*overflow: hidden;*/
}

.footer .container
{
	width: 976px;
	margin: auto;
}
.footer .container .item
{
	text-decoration: underline;
	padding: 10px 0px 10px 20px;
}
.footer .container .subitem
{
	text-decoration: underline;
	padding-left: 60px;
}
.footer .container td
{
	width: 25%;
	vertical-align: top;
}
/* BACKGROUND COLOR */


