/* 
    Document   : lightbox
    Created on : Jan 8, 2014, 4:37:21 PM
    Author     : marvins
    Description:
        Purpose of the stylesheet follows.
*/


#modalExito{
    background: #f4f4f4;
    padding: 0;
}
#modalExito .header{
    background: #0daf1d;
    padding: 0;
}
 #modalExito .header img{
    display: inline-block;
    padding: 7px;
}
#modalExito .header label{
    color: #fff;
    display: inline-block;
    font-family: "robotobold";
    font-size: 20px;
    font-weight: 700;
    margin-left: 10px;
}
#modalExito .menaje{
    padding: 10px;
}
#modalExito .menaje p{
    color: #595959;
    display: block;
    font-family: "robotoregular";
    font-size: 0.90em;
    font-weight: 500;
    margin-left: 10px;
    text-align: center;
}
#modalExito .menaje input{
    background: #ecf6ff;
}
#modalExito .btnContinuar{
    background: #00417e;
    border-bottom: 3px #022b51 solid;
    border-radius: 6px;
    color: #fff;
    display: block;
    font-family: "robotobold";
    font-size: 0.90em;
    font-weight: 700;
    margin-bottom: 25px;
    padding: 12px 5px 12px 5px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
}
/*modal error*/
#modalError{
    background: #f4f4f4;
    padding: 0;
}
#modalError .header{
    background: #e50411;
    padding: 0;
}
 #modalError .header img{
    display: inline-block;
    padding: 7px;
}
#modalError .header label{
    color: #fff;
    display: inline-block;
    font-family: "robotobold";
    font-size: 20px;
    font-weight: 700;
    margin-left: 10px;
}
#modalError .menaje{
    padding: 10px;
}
#modalError .menaje p{
    color: #595959;
    display: block;
    font-family: "robotoregular";
    font-size: 0.90em;
    font-weight: 500;
    margin-left: 10px;
    text-align: center;
}
#modalError .menaje input{
    background: #ecf6ff;
}
#modalError .btnContinuar{
    background: #00417e;
    border-bottom: 3px #022b51 solid;
    border-radius: 6px;
    color: #fff;
    display: block;
    font-family: "robotobold";
    font-size: 0.90em;
    font-weight: 700;
    margin-bottom: 25px;
    padding: 12px 5px 12px 5px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
}

/*modal extra*/
#modalExtra{
    background: #f4f4f4;
    padding: 0;
}
#modalExtra .header{
    background:  #00417e;
    padding: 0;
}
 #modalExtra .header img{
    display: inline-block;
    padding: 7px;
}
#modalExtra .header label{
    color: #fff;
    display: inline-block;
    font-family: "robotobold";
    font-size: 20px;
    font-weight: 700;
    margin-left: 10px;
}
#modalExtra .menaje{
    padding: 10px;
}
#modalExtra .menaje p{
    color: #595959;
    display: block;
    font-family: "robotoregular";
    font-size: 0.90em;
    font-weight: 500;
    margin-left: 10px;
    text-align: center;
}
#modalExtra .menaje input{
    background: #ecf6ff;
}
#modalExtra .btnContinuar{
    background: #00417e;
    border-bottom: 3px #022b51 solid;
    border-radius: 6px;
    color: #fff;
    display: block;
    font-family: "robotobold";
    font-size: 0.90em;
    font-weight: 700;
    margin-bottom: 25px;
    padding: 12px 5px 12px 5px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
}
/*modal Aviso*/
#modalAviso{
    background: #f4f4f4;
    padding: 0;
}
#modalAviso .header{
    background:  #00417e;
    padding: 0;
}
 #modalAviso .header img{
    display: inline-block;
    padding: 7px;
}
#modalAviso .header label{
    color: #fff;
    display: inline-block;
    font-family: "robotobold";
    font-size: 20px;
    font-weight: 700;
    margin-left: 10px;
}
#modalAviso .menaje{
    padding: 10px;
}
#modalAviso .menaje p{
    color: #595959;
    display: block;
    font-family: "robotoregular";
    font-size: 0.90em;
    font-weight: 500;
    margin-left: 10px;
    text-align: center;
}
#modalAviso .menaje input{
    background: #ecf6ff;
}
#modalAviso .btnContinuar{
    background: #00417e;
    border-bottom: 3px #022b51 solid;
    border-radius: 6px;
    color: #fff;
    display: block;
    font-family: "robotobold";
    font-size: 0.90em;
    font-weight: 700;
    margin-bottom: 25px;
    padding: 12px 5px 12px 5px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
}


