
* { margin:0px; padding:0px; }


body { 
    font-family: Verdana,Arial,Helvetica,sans-serif;
    background-image:url(../images/fondo.gif);
    background-repeat:repeat-x;
    background-color:#FFF; 
}


.contenedor { 
    width:60%;
    margin-left:auto;
    margin-right:auto;
    display:table;
    min-height:500px;
    background-color: #FFF;
    background-repeat:no-repeat;
    background-position:center top;
/*
    margin-top:80px;
    padding-top:230px;
 */
}
 
.contenedor h1 { text-align:center; font-size:16px; color:#003366; margin-bottom:20px;} 

.contenedor ul { font-size:13px; text-align:justify; margin-bottom:50px;}

.contenedor ul li { list-style:none;}  

.contenedor ul li.pregunta { margin-bottom:5px; font-weight:bold; color:#003366;}  

.contenedor ul li.respuesta { margin-bottom:30px; color:#333;}  

.contenedor p { font-size:13px; text-align:justify; margin-bottom:20px; color:#333;}
 

.footer { text-align:center; clear:both; display:block; }



.subtitulo {
    color: #636363;
    
    font-size: 18px;
}
.msg {
    color: #636363;
    font-size: 11px;
}
.style1 {
    color: #003366;
    font-size: 11px;
    font-weight: bold;
}
.style3 {
    color: #003366;
}
a:link {
    color: #003366;
}
a:visited {
    color: #003366;
}
a:hover {
    color: #003366;
}
a:active {
    color: #003366;
}
#register_form {
    margin: 80px auto auto;
    padding: 10px;
    width: 730px;
    color: #636363;
    font-size: 13px;
    display:table;
}
.error {
    color: red;
    float: left;
    height: 20px;
    margin-left: 111px;
    width: 426px;
}
.campo {
    display: block;
    float: left;
    width: 111px;
}
#modal {
    display: none;
    margin-left: auto;
    position: relative;
    margin-top: 0px;
    transform: translate(-50%, -50%);
    z-index: 10;
}
#modal-background {
    background: none repeat scroll 0 0 #000000;
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
}




.recordar{
	margin-top: 50px;
    margin-left: -120px;
}
.recordar a{
    margin-top: 20px;
}



.title_votacion{
	font-weight:normal;
	color : #1E00C5;
}
.title_colegio{
	font-weight:normal;
	color: #8B8B8B;
}
h2{
	margin-top: 5px;
	margin-left:30px;
}
.title_registro{
	color:#0300CA;
	font-size: 20;
	font-weight: bold;
	margin-left: 30px;
}
hr{
	border-top: 1px solid #1E00C5;
	margin-left: 0;
	width: 60%;
}

.contenedor_imagen{
	width:850px;
 	margin: 10px 0 10px 47px;
}

.imagen{
	width:100%;
}

.loader-overlay {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(255, 255, 255, 0.7);
}

.loader-overlay.active {
    display: flex;
    align-items: center;
    justify-content: center;
}

.loader-overlay .spinner {
    border: 8px solid #f3f3f3;
    border-top: 8px solid #3498db;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}





