/* CSS Document */
#consejeria-control2{
background:url(../img/consejeria-control2.jpg) left no-repeat;
overflow:hidden;
width:328px;
height:73px;
float:left;
padding-right:20px;
}
h1{
color:#ebb818;
font-size:16px;
font-weight:bold;
}
ul{
width:356px;
text-align:justify;
float:left;
padding-right:10px;
overflow:hidden;
}
#policia{
background:url(../img/policia.jpg) no-repeat;
width:165px;
height:268px;
overflow:hidden;
}
#propietarios{
background:url(../img/propietarios.jpg) no-repeat;
}
#oficinas{
background:url(../img/oficinas.jpg) no-repeat;
}
#empresas{
background:url(../img/empresas.jpg) no-repeat;
}
#recepcion{
background:url(../img/recepcion.jpg) no-repeat;
}
#accesos{
background:url(../img/accesos.jpg) no-repeat;
}
.letrasder{
font-size:14px;
font-weight:bold;
width:308px;
height:19px;
overflow:hidden;
margin:auto;
padding-top:27px;
padding-left:10px;
}
#hom_consejeria{
overflow:hidden;
width:372px;
height:154px;
background:url(../img/hom_consejeria.jpg) no-repeat;
filter:alpha(opacity=90); 
    -moz-opacity:0.9; 
    opacity: 0.9;
	cursor:pointer;
}
#hom_consejeria:hover{
filter:alpha(opacity=99); 
    -moz-opacity:0.99; 
    opacity: 0.99;
}

