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

#contenidoacademia {
   width: 1004px;
   height: 1400px;
   overflow: hidden;
   position: relative;
   top: 0px;
   margin: 0 auto 20px;
}

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

 #cajama2 {
   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: 1000px;
   height: 1300px;
   top: 90px;
   left: 0;
   overflow: hidden;
   position: absolute;
}

#cajama3 {
   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: 786px;
   top: 0px;
   width: 215px;
   height: 80px;
   position: absolute;
   overflow: hidden;
}

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

.posiciontitulo {
   float: left;
   width: 970px;
   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
******************************/

a.listadovideos, a.listadovideos:visited, a.listadovideos:active, a.listadovideos:focus, a.listadovideos:link {
   color: rgba(255, 255, 255, 0.75);
   text-decoration: none;
   cursor: pointer;
   background: none repeat scroll 0 0 rgba(255, 255, 255, 0.7);
   width: 220px;
   float: left;
   border-radius: 3px 3px 3px 3px;
   -webkit-border-radius: 3px 3px 3px 3px;
   border: 1px solid rgba(255, 255, 255, 0.75);
   position: relative;
   top: 0;
   font-size: 14px;
   margin-left: 22px;
   margin-bottom: 20px;
   height: 245px;
}

a.listadovideos:hover {
   color: rgba(0, 102, 204, 0.75);
   background: none repeat scroll 0 0 rgba(255, 255, 255, 0.4);
   border: 1px solid rgba(25, 88, 224, 0.75);
}

.listadovideos img {
   position: relative;
   width: 95%;
   margin-left: 6px;
   margin-top: 10px;
}

.titulovideos {
   color: #06c;
   width: 100%;
   height: 70px;
   text-align: center;
   font-weight: bold;
   margin-top: 4px;
}

.preciovideos {
   position: relative;
   font-weight: bold;
   color: #fff;
   padding-bottom: 3px;
   background: none repeat scroll 0 0 rgba(4, 99, 241, 0.7);
   border-radius: 5px 5px 5px 5px;
   -webkit-border-radius: 5px 5px 5px 5px;
   width: auto;
   padding: 2px;
   height: auto;
   margin: 0 auto;
   text-align: center;
   font-size: 14px;
}

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

.listadofocos a {
   text-decoration: none;
}

.tituloniveles {
   float: left;
   position: relative;
   width: 97%;
   border-bottom: 2px solid #fff;
   font-weight: bold;
   color: #fff;
   height: 25px;
   margin: 0px 0px 15px 15px;
   text-align: center;
   font-size: 20px;
}

/******************************
Estilo para el contenido de la paginas de videos
******************************/

#contenidopaginasvideos1 {
   width: 1000px;
   height: auto;
   position: relative;
   overflow: hidden;
   top: 30px;
   margin: 0 auto 20px;
   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);
}

#contenidopaginasvideos2 {
   width: 1000px;
   height: auto;
   position: relative;
   overflow: hidden;
   top: 30px;
   margin: 0 auto 20px;
}

#cajadescripcionizqr {
   position: relative;
   float: left;
   width: 600px;
   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);
}

.titulopeqpagsvideos {
   width: 100%;
   color: #06c;
   font-weight: bold;
   font-size: 18px;
   text-align: center;
   position: relative;
   float: left;
   margin-top: 10px;
   margin-bottom: 10px;
}

.textodescripcion {
   color:#fff;
   float: left;
   width: 95%;
   text-align: justify;
   margin-left: 14px;
   margin-bottom: 10px;
   font-size: 15px;
}

.textodescripcion span {
   color:rgba(255, 0, 0, 0.877)
}

ul.listadescripcion {
   list-style-type: none;
   color: #fff;
   margin: 0px 0px 10px 40px;
   padding: 0px;
   float: left;
   font-size: 15px;
}

ul.listadescripcion li {
   margin-bottom: 3px;
}

.latizrdpagsvideos {
   position: relative;
   float: left;
   width: 535px;
}

.latdrchpagsvideos {
   position: relative;
   float: left;
   width: 390px;
}

#contenidopaginasvideos1 img {
   width: 90%;
   height: auto;
   position: relative;
   float: left;
   margin-top: 20px;
   margin-left: 30px;
   padding-bottom: 20px;
}

#titulopgsvideos {
   width: 100%;
   font-size: 20px;
   color: #06c;
   float: left;
   margin-top: 15px;
   margin-bottom: 10px;
   font-weight: bold;
   text-align: center;
}

.descrippagsvideos {
   float: left;
   width: 95%;
   margin-left: 15px;
   margin-right: 15px;
   margin-top: 10px;
   color: #fff;
   text-align: justify;
   font-size: 18px;
}

.espacioprecio {
   position: relative;
   float: left;
   width: 100%;
   margin-top: 30px;
   text-align: center;
}

.espacioprecio a {
   width: 80px;
   color: #fff;
   font-weight: bold;
   background-color: #0066CC;
   border-radius: 5px 5px 5px 5px;
   -o-border-radius: 5px 5px 5px 5px;
   -webkit-border-radius: 5px 5px 5px 5px;
   text-decoration: none;
   padding: 5px;
}

#compartirfacebook {
   position: relative;
   float: left;
   width: 100%;
   margin-top: 10px;
}

#compartirfacebook img {
   width: 80px;
   height: auto;
   float: left;
   margin-left: 50px;
}

#cajaindicedrch {
   position: relative;
   float: right;
   width: 380px;
   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);
}

#cajaindicedrch ul {
   width: 100%;
   float: left;
   position: relative;
   color: #fff;
   margin: 0;
   padding: 0;
   list-style-type: symbols;
   font-size: 15px;
}

#cajaindicedrch ul li {
   width: 100%;
   float: left;
   margin-left: 40px;
   margin-bottom: 10px;
}

#cajaindicedrch ul li a {
   text-decoration: none;
   color: #fff;
}

#cajaindicedrch ul li a:hover {
   color: #06c;
}