@charset "utf-8";
/* CSS Document */
a
{
color: #FFFFFF;
font:Tahoma, Arial;
}

.Logo
{
height:auto;
width:auto;
position: absolute;
}
.encabezado
{
   width: 960px;
   text-align: center;   
}
.centro
{
    width: 640px ;
    float: left;
    text-align: left;
   
}
.barra
{
    width: 320px ;
    float: left;
    text-align: center;
	background-color:#CCCCCC;
	height:300px;
    
}
.pie
{
    width: 960px;
	height:20px;
    float: left;
    text-align: right;
	background-color: #c02d1d;
	color: #FFFFFF;
    font:Tahoma, Arial;
}
body
{
	background-color: #2b71b8;
    font-family: Tahoma;
    font-size: 14px;
    color: #000000;	
}
.contenedor
{
    width: 960px;
    margin: 0 auto 0 auto;
}
.menu
{
width:960px;
height:40px;
}
.separador1
{
width:480px;
float:left;
height: 10;
}
.separador2
{
float:left;
width:160px;
height: 10;
}
.separador3
{
background-color:#CCCCCC;
float:left;
width:320px;
height: 10;
}


