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

#contenidocontacto {
   width: 700px;
   height: 700px;
   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);
}

/******************************
Estilo para el contenido de la p‡gina de contacto
******************************/

#titulocontacto {
   width: 95%;
   font-size: 20px;
   color: #06c;
   float: left;
   margin-left: 10px;
   margin-top: 10px;
   font-weight: bold;
}

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

.textocontacto ul {
   list-style-type: none;
}

.textocontacto ul li {
   font-weight: bold;
}

.textoazul {
   color: #06c;
}

/******************************
Estilo para las columnas de la p‡gina de contacto
******************************/

#columnascontacto {
   width: 99%;
   margin-top: 10px;
   float: left;
}

#listaformulariocontacto {
   list-style-type: none;
   margin: 0;
   padding: 0;
   display: block;
   margin-left: auto;
   margin-right: auto;
   width: 650px;
}

.inputnormal {
   background-color: #06c;
   color: #FFFFFF;
   float: left;
   height: 30px;
   width: 314px;
}

.inputgrande {
   background-color: #06c;
   color: #FFFFFF;
   float: left;
   height: 30px;
   width: 99%;
   margin-top: 10px;
}

.peqtextoformulario {
   color: #fff;
   float: left;
   width: 120px;
   margin-top: 10px;
}

#listaformulariocontacto textarea {
   background-color: #06c;
   color: #fff;
   margin-top: 10px;
   float: right;
   width: 520px;
}

#listabotones {
   width: 100%;
   float: left;
   margin-top: 20px;
   margin-bottom: 20px;
   list-style-type: none;
   padding: 0;
}

#listabotones li {
   float: left;
   margin-left: 149px;
}

.inputfinales {
   background-color: #06c;
   border-radius: 4px;
   color: #fff;
   cursor: pointer;
   height: 45px;
   font-size: 14px;
   font-weight: bold;
}

.textocontacto a {
   text-decoration: underline;
   color: #06c;
   font-weight: bold;
   float: left;
}

.textocontacto a:hover {
   text-decoration: none;
   opacity: 0.8;
}

/******************************
Estilo para la caja de enviado correctamente
******************************/
#contenidoenviado {
   width: 900px;
   height: 40px;
   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);
}

#contenidoenviado span {
   color: #fff;
   font-weight: bold;
   font-size: 14px;
   margin-top: 8px;
   margin-left: 10px;
   float: left;
   width: 80%:
}


/******************************
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.5);
    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.5);
   box-shadow: 0px 2px 3px #000;
   -o-box-shadow: 0px 2px 3px #000;
   -webkit-box-shadow: 0px 2px 3px #000;
   color: #06c;
}

.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;
}