/* CSS Document */

.box_contenedor{ overflow: hidden; margin:80px auto 0 auto; }

.titulo{ text-align: center; font-size: 46px; }
.margentitulo{ margin-top: 40px;}

.texverde{ text-align: center; font-size: 25px; line-height: 25px; white-space: pre; margin: 40px 0 40px 0;  }

.subtitulo{ text-align: center; font-size: 39px; white-space: pre; }

.margensubtitulo{ margin: 40px auto 40px auto; }

.tex_entrenamiento{ font-size: 19px; max-width: 439px; margin: auto; }

.box_temas{ width:650px; position: relative; font-size: 0px; text-align: center; margin:70px auto 0px auto; }

.celda_temas{ display:inline-block; margin:0px 0px 40px 0px; vertical-align: top; width: 150px; }

.margen_temas{ margin: 0 100px 40px 0; }

.tex_tema{ font-size: 15px; text-align: center; line-height: 15px; text-transform: uppercase; margin: 10px 0 0 0; }

.box_sello{ width: 705px; margin: 15px auto 0 auto; font-size: 19px; overflow: hidden; }

.sello{ float: right; margin: 0 0 0 0; font-size: 11px; width: 250px; text-align: center; }

.tex_sello{ float: left; width: calc(100% - 250px); margin-top: 40px;}

.tex_email{ text-align: center; font-size: 22px; }

.box_mail{ overflow: hidden; width: 462px; margin: 10px auto 0px auto; }

.cajamail{ width: 332px; height: 34px; margin: 0 auto 0px auto;  }
.caja{ width: 100%; height: 34px; border-radius: 30px; border: 2px solid #5ea43f; box-sizing: border-box; padding-left: 15px; font-size: 13px; }

.botonpeq{ background-color:#5ea43f; box-sizing: border-box; padding:10px 0px; border-radius: 30px; font-size:10px; text-transform: uppercase; text-align: center; width: 111px; margin: auto; }

#texfinal{ display: none; text-align: center; }

.infotabla{ width: 600px; margin: 40px auto 0 auto; }

table { 
    width: 100%;
    border-collapse: collapse;
    margin: auto;
    font-size: 13px;
    text-align: center;
}

td, th {
    border: 1px solid black;
    padding: 6px;
}
th {
    color: #FFFFFF;
    background-color: #1f568c;
    padding: 6px;
}

.celda1{
	
	display:table-cell;
	width:25px;
	
}

.celda2{
    display:table-cell;
    position: relative;
	
}

.pop{ position: absolute; width: 100%; display: none; background-color: #1f568c; color: #FFFFFF; font-size: 11px; padding: 10px 10px; box-sizing: border-box; overflow: hidden; z-index: 4; }

.caja_captcha{
	width:302px;
	margin:auto;
    padding-bottom:25px;
    padding-top: 30px; 
	
}

@media screen and (max-width:1279px) {
	
    .box_contenedor{ overflow: hidden; width: 90%; }	

	
}

@media screen and (max-width:768px) { 

    .titulo{ font-size: 36px; }
	
    .box_mail{ width: 100%; }

    .box_sello{ width: 100%; }

    .texverde{ text-align: center; font-size: 25px; line-height: 25px; white-space: normal;  }

    .subtitulo{ text-align: center; font-size: 35px; white-space: normal; }

    .box_temas{ width:100%; }
    .margen_temas{ margin: 0 0 40px 0; } 

    .cajamail{ width: 100%; height: 34px; margin: 0 auto 0px auto; float: none !important;  }
    .caja{ width: 100%; height: 34px; border-radius: 30px; border: 2px solid #5ea43f; box-sizing: border-box; padding-left: 15px; font-size: 13px; }

    .infotabla{ width: 100%; margin: 30px auto 20px auto; }

    .botonpeq{ float: none !important; margin: 0 auto 40px auto; }

    .pie{ width: 90%; }



	
}

@media screen and (max-width:680px) {
    .box_temas{ width:100%; }
}