﻿body {
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
}
.fondoMapaCO {
    width: 100%;
    height: 835px;
    background-image: url('../ImagenesRegistroUsuario/bg_loginMapa.jpg');
    background-repeat: no-repeat;
    background-position: center;
}

.contenedorPrincipalCO {
    width: 545px;
    height: 365px;
    padding-top: 180px !important;
    margin: auto;
}
.sombraContenedor {
    box-shadow: -1px 5px 25px #888888;
}

.encabezadoContraseniaOlvidada {
    width: 100%;
    height: 35px;
    color: white;
    text-align: center;
    line-height: 35px;
    font-size: 18px;
}

.fondoGeneralCO {
    background: rgba(255, 255, 255, 0.35);
}

.contenedortextoCorreo {
    width: 100%;
    height: 284px;
    text-align: center;
}

.contenedorTextoAccionCajaCorreo {
    width: 400px;
    margin: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}

.barraInferiorOC {
    width: 100%;
    margin-top: 20px;
    height: 40px;
    border-top: 1px solid;
    border-top-color: rgba(153, 153, 153, 0.45);
}

.fondoBtnEnviar {
    width: 114px;
    height: 40px;
    color: white;
    text-align: center;
    float: right;
    border: none;
    cursor: pointer;
}

.lblRegresarContraseniaOlvidada {
    width: 114px;
    height: 40px;
    border: none;
    font: normal 17px/27px Arial;
    text-align: center;
    text-decoration: none;
    line-height: 40px;
    float: left;
    cursor: pointer;
    -webkit-transition: color 0.5s ease-in-out, background 0.5s ease-in-out ;
    -moz-transition: color 0.5s ease-in-out, background 0.5s ease-in-out;
    -o-transition: color 0.5s ease-in-out, background 0.5s ease-in-out;
    transition: color 0.5s ease-in-out, background 0.5s ease-in-out;
}
.lblRegresarContraseniaOlvidada:hover {
    color: white;
    -webkit-transition: color 0.5s ease-in-out, background 0.5s ease-in-out ;
    -moz-transition: color 0.5s ease-in-out, background 0.5s ease-in-out;
    -o-transition: color 0.5s ease-in-out, background 0.5s ease-in-out;
    transition: color 0.5s ease-in-out, background 0.5s ease-in-out;
}
.bloqueCorreoImg {
    margin-top: 30px;
    width: 340px;
    margin: auto;
    padding-top: 20px;
}
#txtCorreoElectronico {
    background-image: url('Imagenes/i_emailform.png');
    background-repeat: no-repeat;
    background-position-x: 230px;
    background-position-y: 5px;
}
.cajaDeTextoOC {
    width: 255px;
    height: 35px;
}

.fondoSobre {
    width: 30px;
    height: 30px;
    background-image: url('Imagenes/i_emailform.png');
    background-repeat: no-repeat;
    float: right;
}
.spanNormal18White {
    font: normal 18px/34px Arial;
    color: White;
}
.spanNormal13Black {
    font: normal 13px/15px Arial;
    color: Black;
}
.spanNormal12White {
    font: normal 12px/24px Arial;
    color: White;
}