/******************************
Estilo para el contenido de la página manuales
******************************/

#contenidoenlaces {
   width: 904px;
   height: 1500px;
   position: relative;
   overflow: hidden;
   top: 0px;
   margin: 0 auto 20px;
}

#cajamesas {
   border: 1px solid rgba(255, 255, 255, 0.75);
   border-radius: 10px 10px 10px 10px;
   -o-border-radius: 10px 10px 10px 10px;
   -webkit-border-radius: 10px 10px 10px 10px;
   background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
   width: 900px;
   height: 1390px;
   top: 90px;
   left: 0;
   overflow: hidden;
   position: absolute;
}

/******************************
 Estilo para las cajas de contenido de la página de servicios
 *****************************/

#cajafocos {
   border: 1px solid rgba(255, 255, 255, 0.75);
   border-radius: 10px 10px 10px 10px;
   -o-border-radius: 10px 10px 10px 10px;
   -webkit-border-radius: 10px 10px 10px 10px;
   background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
   left: 540px;
   top: 0px;
   width: 135px;
   height: 80px;
   position: absolute;
   overflow: hidden;
}

/******************************
Estilo para el contenido de la página de servicios
******************************/

.posiciontitulo {
   float: left;
   width: 880px;
   height: 110px;
}

.posiciontitulopeq {
   float: left;
   width: 970px;
   height: 110px;
}

.titulosmanuales {
   color: #0066CC;
   float: left;
   font-size: 20px;
   font-weight: normal;
   margin-left: 10px;
   width: 41%;
   height: 23px;
}

.titulosmanuales a {
   color: #0066CC;
   float: left;
   font-size: 30px;
   font-weight: bold;
   height: 40px;
   margin-bottom: 20px;
   margin-left: 10px;
   margin-top: 10px;
   width: 100%;
   text-decoration: none;
}

.titulosmanuales a:hover {
   color: #fff;
}

.titulosmanuales a span {
   font-size: 12px;
}

/******************************
Estilo para el boton cerrar de las cajas
******************************/

a.enlacecerrar {
   float: right;
   width: 82px;
   margin-right: 10px;
   border-left: 2px solid rgba(255, 255, 255, 0.75);
   border-bottom: 2px solid rgba(255, 255, 255, 0.75);
   border-right: 2px solid rgba(255, 255, 255, 0.75);
   padding: 5px;
   border-radius: 0 0 5px 5px;
   height: 21px;
}

a.enlacecerrar img {
   width: 80px;
}

a.enlacesnav,a.enlacesnav:visited, a.enlacesnav:active, a.enlacesnav:focus, a enlacesnav:link {
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none;
    cursor: pointer;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    width: 44px;
    float: left;
    border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border: 1px solid rgba(255, 255, 255, 0.75);
    position: relative;
    top: 0;
    font-size: 14px;
}

a.enlacesnav:hover {
    color: rgba(0, 102, 204, 0.75);
    box-shadow: 1px 2px 2px #ffffff;
    -webkit-box-shadow: 1px 2px 2px #ffffff;
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.5);
}

a.enlacesnav:active {
   top: 3px;
   box-shadow: 0px 0px 0px #ffffff;
    -webkit-box-shadow: 0px 0px 0px #ffffff;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
}

/******************************
Estilo para la parte de mesas
******************************/

.listadoproyectos {
   float: left;
   width: 286px;
   height: auto;
   margin-left: 10px;
   position: relative;
   cursor: pointer;
}

.listadoproyectos a {
   text-decoration: none;
}

.listadofocos {
   float: left;
   width: 220px;
   height: auto;
   margin-left: 25px;
   position: relative;
   cursor: pointer;
}

.listadofocos a {
   text-decoration: none;
}

.titulolistado {
   font-size: 16px;
   color: #fff;
}

.listadoproyectos img {
   width: 286px;
   height: 270px;
   margin: 10px auto;
   position: relative;
   border-radius: 5px 5px 5px 5px;
   -webkit-border-radius: 5px 5px 5px 5px;
   -o-border-radius: 5px 5px 5px 5px;
}

.aparicion {
   width: 286px;
   height: 270px;
   position: absolute;
   background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
   top: 31px;
   border: 1px solid rgba(255, 255, 255, 0.75);
   border-radius: 5px 5px 5px 5px;
   -webkit-border-radius: 5px 5px 5px 5px;
   -o-border-radius: 5px 5px 5px 5px;
   display: none;
}

.aparicionfocos {
   width: 220px;
   height: 190px;
   position: absolute;
   background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
   top: 21px;
   border: 1px solid rgba(255, 255, 255, 0.75);
   border-radius: 5px 5px 5px 5px;
   -webkit-border-radius: 5px 5px 5px 5px;
   -o-border-radius: 5px 5px 5px 5px;
   display: none;
}

a.botonficha {
   color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.75);
   border-radius: 5px 5px 5px 5px;
   -webkit-border-radius: 5px 5px 5px 5px;
   -o-border-radius: 5px 5px 5px 5px;
   padding: 5px;
   position: absolute;
   bottom: 10px;
   right: 10px;
   background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
   cursor: pointer;
   font-size: 12px;
}

a.botonficha:hover {
   background: none repeat scroll 0 0 rgba(255, 255, 255, 0.5);
   color: #000;
}

a.botonweb {
   color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.75);
   border-radius: 5px 5px 5px 5px;
   -webkit-border-radius: 5px 5px 5px 5px;
   -o-border-radius: 5px 5px 5px 5px;
   padding: 5px;
   position: absolute;
   bottom: 50px;
   right: 10px;
   background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
   cursor: pointer;
   font-size: 12px;
}

a.botonweb:hover {
   background: none repeat scroll 0 0 rgba(255, 255, 255, 0.5);
   color: #000;
}