@charset "utf-8";
/* CSS Document */

body
{
font-family:Arial, Helvetica, sans-serif;
width:960px;
margin:auto;
}

.clearfloats
{
clear:both;
}

.contenedor
{
padding-top: 30px;
 padding-bottom:30px;
 }
 
.imgprincipal
 {
 width:960px; 
 height:273px;
 overflow:hidden;
 }

.centralborde

{
font-size:9pt;	
border: solid 1px #e9e9e9;
 margin-top:30px;
 padding-bottom:20px;
}

.contenido
{
padding-left:10px;
padding-right:10px;
}

/*FOOTER*/

.navegacionf
{
margin:auto; 
font-size:10pt;
}

/*BACKGROUNDS*/

.fondofooter
{
 height:132px; 
 background: url(images/fondofooter.png);
}

.fondofecha
{
color: #9a9999;
background:url(images/inicio/fondofecha.png);
repeat-x;    
}

.fondogris
{
background: url(images/sombraborde.png);
    
}

 