html,body{
scrollbar-track-color:white;
}
#contenedor{
top:-20px;
width:100%;
position:relative;
text-align:left;}

#imagen{
position:relative;
float:right;
/*top:130px;*/
height:150px;
right:0%;
width:40%;
background:#ffffff url(../img/imagen.jpg) no-repeat right top;
z-index:99;
}

#menugrande{
width:100%;
height:150px;
position:relative;
top:20px;
font:normal 16px/25px 'Century Gothic';
color:#707070;

}
#menugrande span{
right:20px;
bottom:20px;
position:absolute;
text-align:right;
}
#menugrande a{
text-decoration:none;
color:#505050;
border:solid 1px white;
}
#menugrande a:hover{
color:black;/*
font-weight:bolder;*/
border:solid 1px black;
}
.opciones{
position:absolute;
height:140px;
top:0px;

}
#fogain,#adheridas,#inversor,#contacto{
font:normal 24px/25px 'Century Gothic';
}
#opcion1{
width:30%;
background:#BCFCC2 url(../img/boton1.jpg) no-repeat right bottom;
left:0px;

}
#opcion1 span{
left:5px;
top:30px;
text-align:left;
}
#opcion2{
width:29%;
background:#81C1FE url(../img/boton2.jpg) no-repeat left 10px;
left:31%;
}
#opcion3{
width:22%;
background:#FBAB4B url(../img/boton3.jpg) no-repeat 10px;
left:61%;
}
#opcion4{
width:16%;
background:#F6F49F url(../img/boton4.gif) no-repeat right bottom;
left:84%;
}
#opcion4 span{
text-align:left;
top:10px;
left:5px;
}
#avisos{
position:relative;
top:15px;
height:120px;
width:50%;
left:10px;
/*border:solid 1px silver;*/
overflow:auto;
font:normal 12px/15px 'century gothic';
scrollbar-track-color: White;
}
#titulo_avisos{
font:bold 20px/20px 'century gothic';
text-align:left;
position:relative;
z-index:99;
/*background:silver;*/
height:22px;
top:10px;
width:50%;
left:10px;
/*border:solid 1px silver;*/

}

#avisos a{
position:relative;
/*width:99%;*/
/*border-bottom:solid 1px silver;*/
padding-bottom:5px;

padding-left:15px;
position:relative;
font:bold 10px/18px 'century gothic';
color:black;
text-decoration:none;
display:block;
}
#avisos a:hover{
/*background:silver;*/
text-decoration:underline;
}
