/****** GENRAL CSS ****/

body{
position: relative;
margin: 0px;
color:#01334b;
background:url(fondo.gif);
background-repeat:repeat;
}
a{text-decoration:none;color:#01334b;}
a:visited{color:#01334b;}

.png_degradado{
width:100%;
height:275px;
behavior: url(css/pngbehavior.htc);
background-repeat:repeat-x;
}

.contenedor{
position:absolute;
top: 50px;
left: 50%;
width:800px;
margin-left:-400px;
}

.azulgr{font: cursiva, tahoma, sans-serif;color:#009EE0;font-size:20px;}

/****** CABECERA - Direcciones ***********/
.cabecera{
position:relative;
text-align:left;
width:804px;
height:125px;
background:url(cabecero.gif);/**/
background-repeat: no-repeat;
}

.datos_cabecero{
float:right;
width:400px;
height:30px;
color:#fff;
text-align:right;
margin:85px 10px 0px 0px;
font: 12px Verdana, sans-serif;
/*background-color:red;*/
}
/*
.btn_ofertas{
position:relative;
float:right;
width:142px;
height:74px;
color:#fff;
text-align:right;
margin-top:52px;
margin-right:20px;
background:url(btn_ofertas.jpg);
}
*/

.btn_ofertas {
position:relative;
float:right;
width:142px;
height:73px;
text-align:right;
margin-top:52px;
padding-right:12px;
}

/******************* MENU ****************************/

.menu{/*
position:relative;
float:left;
width:800px;
height:20px;
margin-top:23px;
font-size:14px;
background-color:red;*/

position:absolute;
top:15px;
left:0px;
width:800px;
height:30px;
margin-top:0px;
color:#009ee0;
text-align:center;
z-index:4;

}

/*
position:absolute;
top:12px;
left:0px;

/*position:relative;
float:left;*/
/*	
width:800px;
height:30px;

color:#009ee0;
text-align:center;
/*background-color:green;*/
*/



.menu a{
/*font:12px Verdana,sans-serif;*/
text-decoration:none;
font-weight:bold;
margin-left:20px;
padding-right:15px;
}

.menu a:hover{
/*font:12px Verdana,sans-serif;*/
color:#999;
text-decoration:none;
font-weight:bold;
}

/*************************************************/


.cuerpo{
position:relative;
float:left;
width:804px;
height:420px;
background:url(cuerpo.gif) no-repeat;
padding-left:30px;
}


/**************** donde estamos : navegador de paginas *****/
#navegador{
position:relative;
float:left;
width:765px;
height:20px;
text-align:left;
padding-top:12px;
font: 16px Verdana,sans-serif;
font-weight:bold;
/*background-color:#66FF00;*/
}

#navegador a{
text-decoration:none;
}

#navegador a:hover{
color:#bbb;
text-decoration:none;
}



/*******************      PIE     *******************/
#pie{
position:relative;
float:left;
width:804px;
height:30px;
background:url(pie.gif) no-repeat;
text-align:right;
padding-top:7px;
}

#pie a{
font:11px Verdana,sans-serif;
color:#bbb;
text-decoration:none;
margin-right:20px;
}

#pie a:hover{
font:11px Verdana,sans-serif;
color:#ccc;
text-decoration:none;
margin-right:20px;
}
