/* CSS Document */
div#content
{
position:absolute;
top:0%;
left:12%;
right:130px;
height:700px;
width:980px;
background-image:url(../imagenes/fondo.jpg);
margin-top:5px;
*margin-top:38px;
}

div#boletines
{
position:absolute;
margin-top:35px;
margin-left:2px;
*margin-top:-205px;
background-image: url(../imagenes/boletines.jpg);
background-repeat:no-repeat;
height:206px;
width:140px;
border: double;
border-color: #000000;
}

div#enlaces
{
position:absolute;
margin-top:300px;
margin-left:2px;
*margin-top:50px;
background-image: url(../imagenes/Contactenos.jpg);
background-repeat:no-repeat;
height:206px;
width:140px;
cursor:pointer;
border: double;
border-color: #000000;
}

div#contenido_centro
{
margin-left:150px;
margin-top:195px;
width:730px;
height:205px;
z-index:999;
}

div#contenido_derecho
{
position:absolute;
margin-top:-212px;
*margin-top:-300px;
margin-left:0px;
}

