﻿

body 
{
	width:98%;
	height:100%;
    text-align:left;
	background:#000000;	
}

.ie6 body, .ie7 body, .ff3 body, .ff4 body
{
	width:98%;
	height:100%;
    text-align:center;
	background:#000000;	
}
.contenedor_principal
{
	text-align:center;
	margin: 0 auto;
	width:1004px;
	height:1225px;
}
.banner1
{
	width:1004px;
	height:125px;
	background-color:black;
	border:0px;
	
	overflow:hidden;
	  background-repeat:no-repeat;
}

.ie6 .banner1, .ie7 .banner1, .ff3 .banner1
{
	height:127px;
	
	
}
.banner2
{
	width:1004px;
	height:262px;
	background-color:black;
	border:none;
	overflow:hidden;
    background-repeat:no-repeat;
	
}
.ie6 .banner1, .ie7 .banner2
{
	height:263px;
	
	
}
.banner_menu
{
	width:1004px;
	height:45px;
    background-image:url('skin/bg_menu.png');
	border:none;
	background-color:Black;
	
	
}
.ie6 .banner1, .ie7 .banner_menu
{
	height:50px;
	
	
}
.cuerpo
{
	width:1004px;
	height:665px;
	background-color:#2a2a2a;
	border:none;
	overflow:hidden;
	  background-repeat:no-repeat;
}
.pie
{
	width:1004px;
	height:122px;
	background-image:url('skin/banner_pie.jpg');
	background-color:#121212;
	border:none;
	  background-repeat:no-repeat;
}
.link_pie
{
	color:White;
    font-family:Verdana;
    font-size:8pt;
    text-decoration:none;
    margin-left:15px;
}
.link_pie:hover
{
	text-decoration:underline;
}