@font-face {
    font-family: raspoutine;
    src: url("../fonts/RaspoutineClassic_TB.otf") format('opentype');
}


h1
{
    background: url("../images/LogoCongreso.jpg");
    width: 420px;
    height: 200px;
    text-indent: -1000em;
    margin-bottom: 30px;
}

h2
{
    font-size: 28px;
    color: #2F2F2F;
    font-family: "Roboto","sans-serif";
    font-weight: 400;
    margin-bottom:0;
    margin-top: 1.5em;
}

h2.tituloregistro{

    margin: 0 auto;
    text-align: center;
    font-family: "raspoutine","sans-serif";

}
.forma{
    border: 1px solid #ccc;
    margin:0.5em auto;
    text-align: center;
    padding: 1.5em;
    width:300px;
    font-family: "raspoutine","sans-serif";
}

.forma .campo{
    width: 200px;
    border-radius:4px;
    padding-top:10px;
    border:0px;
    
    font-weight: 300;
    font-size:13px;
    color:#555555;
    background:#ddd;
    display: block;
    margin:1em auto;
    text-align: center;
}
.campo:focus{
    /*border:0;*/
    outline:none;
}

.forma a{

    text-align: left;
    display: block;
    margin-top: 0.5em;
    text-decoration: none;
    color: #555;
  
}


.forma a:hover{

    font-weight: bold;
}

.forma a:visited{

    color: #555
}

.forma .boton {

    background-color: #42b4e0;
    color:white;
    margin-bottom:1em;
    padding: 0.5em;
    font-size: 100%;
font-family: "raspoutine","sans-serif";
}

.estilo-tabla th {
    background-color: #1163AF;
    color: #FFF;
}

.estilo-tabla td{
    background-color: #FFF; 
} 

.divcantidad{
    width: 250px;
    background: #1163AF;
    //border: 8px double #D1DF90;
    float: left;
    font-size: 16px;
    color: #FFF;
    margin-top: 50px;
    padding-left: 10px;
    font-family: "raspoutine";
}

.divcantidad h3{
    font-style: bold;
    color: #FFF;

}


.formaregistro .boton{

    background-color: #42b4e0;
    color:white;
    margin-top: 1em;
    padding: 0.5em;
    font-size: 100%;

}


.boxes
{
    border: solid 1px;
    width: 30%;
    margin: 1em;
    border-color: #ccc;
    min-height: 350px;

}

.boxesInfo
{
    border: solid 1px;
    width: 60%;
    margin: 1em;
    border-color: #ccc;
    min-height: 550px;
}

.left{
    float: left;
}

.contenido
{
    padding: 2em;
    text-align: left;
}
a.botones
{
    text-decoration: none;
    text-transform: uppercase;
    color: #FFF;
    font-size: 15px;
    text-align: center;
    font-family: "Roboto","sans-serif";
    font-weight: 700;
    border-radius: 4px;
    padding: 11px 18px 10px;
    background: none repeat scroll 0% 0% #2F2F2F;
    box-shadow: 0px 2px 0px 0px #000;
}

a.botones:hover{
    cursor:pointer;
    background:#1fcdff;
    //color:#fff;
    box-shadow: 0px 2px 0px 0px #179abf;
}

.camporegistro
{
    border-radius:4px;
    border:0px;
    font-family: 'Roboto', 'sans-serif';
    font-weight: 300;
    font-size:18px;
    color:#555555;
    background:#ddd;
    padding: 0.5em;
    margin:0.2em auto;
}


.nombre{
    width: 100%;
}

.campodisable
{
    border-radius:4px;
    border:0px;
    font-family: 'Roboto', 'sans-serif';
    font-weight: 300;
    font-size:18px;
    color:#555555;
    background:#eee;
    padding: 0.5em;
    margin:0.2em auto;


}

.formaregistro{
    border: 1px solid #ccc;
    padding: 1em;
    width: 600px;
    margin: 2em auto;
    text-align: right;

}

.seccionregistro{
    display: block;
    padding: 0em 1em;
    font-family: 'Roboto', 'sans-serif';
    font-weight: 300;
    font-size:18px;
    color:#555555;
    text-align: left;

}

h3
{
    color: black;
}
.seccioninterna
{	display: block;
  padding-top: 0.5em;

}

.seccioninternaV
{	display: block;

}

.linea
{
    display: block;
}

.formaregistro .texto
{
    font-size: 1.1em;
    text-align: left;
    padding: 0em 1em;
}

.validar { 
    background:url('../images/iok.png') no-repeat; 
    border:none;
    width:24px;
    height:25px; 
}

.rechazar { 
    background:url('../images/ierror.png') no-repeat; 
    border:none;
    width:24px;
    height:25px; 
}

@media (max-width: 800px) {
    .boxes
    {
        width: 300px;
    }
}

@media (max-width: 500px) {
    .formaregistro
    {
        width: 360px;
        text-align: center;

    }

    .seccionregistro{
        text-align: center;
        padding: 0
    }
}

label.error{
    color:red;
    display:block;
}



.noshow{ display:none; }

div.error-container,
div.success-container{
    text-align:left;
    background-color: #ebf8a4;
    border: solid 2px #a2d246;
}

div.error-container{
    border-color: #bc2323;
    background-color: #f2c1c1;
}

div.field-radios{
    padding:0.5em 0;
}

div.payments{
    border:solid 2px #f2da04;
    padding:0.5em;
    background-color:#f9f9bb;
    margin-top:1em;
}

div.payments p,
div.payments h4{
    margin:0;
    padding:0;
}
div.payments h4{
    font-size:1.3em;
    padding-top:0.5em;
}

.lineFooter{
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 50px;

    background: #fff;
}

.lineFooter .boton {
    background-color: #42b4e0;
    color:white;
    margin-bottom:1em;
    padding: 0.5em;
    font-size: 100%;
}


.menu{
    border: 1px solid #ccc;
    margin:0.5em auto;
    text-align: center;
    padding: 1.5em;
    width: 300px;
}

.menu a.botones
{
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    color: #FFF;
    font-size: 15px;
    text-align: center;
    font-family: "Roboto","sans-serif";
    font-weight: 700;
    border-radius: 4px;
    padding: 11px 18px 10px;
    background: none repeat scroll 0% 0% #2F2F2F;
    box-shadow: 0px 2px 0px 0px #000;
    margin-top: 10px;

}

.menu a.botones:hover{
    cursor:pointer;
    background:#1fcdff;
    //color:#fff;
    box-shadow: 0px 2px 0px 0px #179abf;
}

.welcome{
   float: right;
   margin-top: 100px;
   margin-right: 20px;
   font-family: "raspoutine";
}


.welcome a{

    text-align: right;
    display: block;
    margin-top: 0.5em;
}


.welcome a:hover{

    font-weight: bold;
}

.welcome a:visited{

    color: #1fcdff;
}

.warning{
    background: #FAAAAA;
    color: #FC0505;
    min-width: 300px;
    padding: 0;
}
