/* ---------------------------------------------
GLOBAL.CSS
-----------------------------------------------*/

body {
	font: 62.5% arial, verdana, sans-serif;
	color: #FFF;
	background: #E41937;
	text-align:center;
}

		
a {
	text-decoration:none;
	color:#FFF; 
} 

a:hover {
	text-decoration:none;
	color:#FFF;
} 

p {
	line-height:1.5em;
}

h1 a
{
	position:absolute;
	top:30px;
	left:10px;
	
	float:left;
	display:block;
	text-indent: -5000px;
/*	width:130px;
	height:139px;*/
	width:177px;
	height:96px;	
	background:url(../images/template/logo.png) no-repeat;
	overflow:hidden;
}

h2 {
	font-size:1.5em;
	text-indent: -5000px;
	overflow:hidden;
}



/* ---------------------------------------------
CONTENT AREAS
-----------------------------------------------*/

#contenedor_cabeceras
{
	width:960px;
/*	padding:18px 94px 102px 99px;*/
	margin:0 auto;
	text-align:left;
	font-size:1.1em;
/*	background: #044500 url(../images/template/page_back.jpg) 50% 0 no-repeat;*/
}

#cabecera1
{
	width:480px;
	float:left;
/*	padding:18px 94px 102px 99px;*/
	margin:0 auto;
	text-align:left;
	font-size:1.1em;
/*	background: #044500 url(../images/template/page_back.jpg) 50% 0 no-repeat;*/
}

#cabecera2
{
	width:480px;
	float:left;
/*	padding:18px 94px 102px 99px;*/
	margin:0 auto;
	text-align:left;
	font-size:1.1em;
/*	background: #044500 url(../images/template/page_back.jpg) 50% 0 no-repeat;*/
}

#banner
{
	width:959px;
    clear:both;
/*	padding:18px 94px 102px 99px;*/
	margin:0 auto;
	text-align:left;
	font-size:1.1em;
/*	background: #044500 url(../images/template/page_back.jpg) 50% 0 no-repeat;*/
}