#inicio {
/*background-image:url(../img/fondo.jpg);*/
background-color:#000000;
background-position:bottom;
background-repeat:no-repeat;
position:absolute;
top:0%;
left:0%;
height:100%;
width:100%;
overflow:hidden;
z-index:1000;
}
#show {
position:absolute; top:0%; left:0%; width:100%; height:100%;
}
#negroarr {
background-color:#000000; height:450px; width:100%; float:left; text-align:center;
}
#logo_intra {
background-image:url(../img/intra.png); height:444px; width:380px; margin-left:auto; margin-right:auto; margin-top:25px; cursor:pointer
}
#doradoarr {
background:#DAAE45; height:10px; width:100%; float:left;
}
#carrusel {
background-color: #FFFFFF; height:140px; width:100%; float:left;
}
.marquesina {
margin-left:30px; margin-right:30px; cursor:pointer;
}
#doradoaba {
background:#DAAE45; height:10px; width:100%; float:left;
}
#negroaba {
background-color:#000000; height:100%; width:100%; float:left;
}
.linkopacity {
filter:alpha(opacity=100);
-moz-opacity: 1.0;
opacity: 1.0;
border:0;
}
.linkopacity:hover {
filter:alpha(opacity=70);
-moz-opacity: 0.7;
opacity: 0.7;
border:0;
}
.carruopacity {
filter:alpha(opacity=50);
-moz-opacity: 0.7;
opacity: 0.7;
border:0;
}
.carruopacity:hover {
filter:alpha(opacity=100);
-moz-opacity: 1.0;
opacity: 1.0;
border:0;
}
