/******************************
Estilo para el contenido de la p�gina index
******************************/

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

/******************************
Estilo para la transici�n de im�genes del index
******************************/

#cajatransiciones {
   border: 1px solid rgba(255, 255, 255, 0.75);
    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);
    width: 99%;
    height: 655px;
    position: relative;
    overflow: hidden;
}

#cajatransiciones a {
   text-decoration: none;
   position: relative;
}

#cajatransiciones a:hover {
   opacity: 0.5;
}

#cajatransiciones a:active {
   top: 4px;
}

#transicionimagenes {
   width: 800px;
   height: 580px;
   margin: 10px 0 10px 100px;
}

#transicionimagenes img {
   width: 800px;
   height: 550px;
   position: relative;
}

#flechaizqr {
   height: 49px;
    position: absolute;
    left: 10px;
    top: 275px;
    width: 70px;
}

#flechaizqr img {
   width: 70px;
}

#flechadrch {
   height: 49px;
    position: absolute;
    right: 10px;
    top: 275px;
    width: 70px;
}

#flechadrch img {
   width: 70px;
}

#controlestransicion {
   width: 110px;
   margin: 10px auto;
   height: 46px;
}

#controlestransicion img {
   width: 40px;
}

#play {
   float: left;
   width: 40px;
}

#pause {
   float: right;
   width: 40px;
}

#pause img {
   width: 40px;
   height: 30px;
   margin-top: 5px;
}

#textopromocional {
   width: 99%;
   text-align: center;
   color: #fff;
   font-weight: bold;
   font-size: 22px;
   border: 1px solid rgba(255, 255, 255, 0.75);
   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);
   position: relative;
   top: 10px;
   margin-bottom: 10px;
   padding: 8px 0;
   overflow: hidden;
   height: 28px;
}

/******************************
Estilo para las cajas de servicios
******************************/

#cajasserviindex {
   width: 99%;
   position: relative;
   top: 10px;
   margin-bottom: 10px;
   overflow: hidden;
   height: 271px;
}

a.cajasservicios {
   border: 1px solid rgba(255, 255, 255, 0.75);
   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);
   width: 230px;
   float: left;
   margin-bottom: 15px;
   color: #fff;
   position: relative;
   height: 275px;
   margin-left: 20px;
   text-decoration: none;
}

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

.titulocajasservi {
   font-size: 16px;
   font-weight: bold;
   margin-bottom: 5px;
   height: 20px;
   text-align: center;
}

.imagencajaservicios {
   float: left;
   width: 100%;
   margin-left: 5px;
   height: 135px;
}

.imagencajaservicios img {
   width: 220px;
   height: 138px;
}

.textocajasservi {
   width: 95%;
   margin-left: 5px;
   font-size: 14px;
   float: left;
   height: 93px;
   text-align: center;
   margin-top: 5px;
}

#cajamanuales {
   margin-left: 0px;
}

#cajafocos {
   
}

#cajamesas {
   
}

#cajamacros {
   
}

/******************************
Estilo para los botones de acci�n del index
******************************/

.cajasaccionindex {
   width: 140px;
   margin: 0 auto;
   height: 20px;
}

.cajasaccionindex a {
   float: left;
    text-decoration: none;
    padding: 6px 7px;
    color: #ffffff;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.75);
    border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    -o-border-radius: 10px 10px 10px 10px;
    position: relative;
    top: 0;
}

.cajasaccionindex a:hover {
   background: none repeat scroll 0 0 rgba(255, 255, 255, 0.7);
   box-shadow: 0px 2px 3px #000;
   -o-box-shadow: 0px 2px 3px #000;
   -webkit-box-shadow: 0px 2px 3px #000;
   color: #0066cc;
}

.cajasaccionindex a:active {
   box-shadow: 0px 0px 0px #000;
   -o-box-shadow: 0px 0px 0px #000;
   -webkit-box-shadow: 0px 0px 0px #000;
   top: 2px;
}

#botonplayindex {
   width: 54px;
   float: left;
}

#botoncerrarindex {
   width: 65px;
   float: right;
}

#cajaspreciosindex {
   height: 300px;
   overflow: hidden;
   position: relative;
   top: 10px;
   width: 99%;
}

.cajasprecios {
   border: 1px solid rgba(255, 255, 255, 0.75);
   border-radius: 50%;
   -webkit-border-radius: 50%;
   background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
   width: 260px;
   float: left;
   margin-bottom: 15px;
   margin-right: 48px;
   color: #fff;
   position: relative;
   height: 274px;
   overflow: hidden;
   transform: rotate(0deg);
   -moz-transform: rotate(0deg);
   -webkit-transform: rotate(0deg);
}

.cajasprecios:hover {
   background: none repeat scroll 0 0 rgba(255, 255, 255, 0.7);
   color: #000;
   cursor: default;
   transform: rotate(10deg);
   -moz-transform: rotate(10deg);
   -webkit-transform: rotate(10deg);
}

.tituloprecios {
   color: #0066CC;
   font-size: 17px;
   font-weight: bold;
   height: 50px;
   margin: 10px auto 0;
   text-align: center;
   width: 140px;
   text-decoration: underline;
}

.cajasprecios ul {
   margin: 0;
   padding: 0;
   list-style-type: circle;
   font-size: 12px;
   text-align: center;
   width: 100%;
   position: relative;
}

.precioprecios {
   width: 100%;
   text-align: center;
   font-size: 17px;
   font-weight: bold;
   position: absolute;
   bottom: 15px;
   height: 20px;
}

.precioprecios span {
   font-size: 8px;
}

