/* CSS3 */
/* Developed by: MrCh0n <mrchon@gmail.com> */  
/* fecha de creacion: 11/02/2013 */  
/* fecha de modificacion: 11/02/2013 */
/*================================================================================
* Colores este anio:2023
 * Primario(rojo): #C8102E
 * Secundario(azul): #0047BB
 * Gris-azulado: #C9D9E6
================================================================================ */

/*@import url(https://fonts.googleapis.com/css?family=Roboto+Slab);*/
/**** font nova ******
@font-face {
	font-family: 'Novafont';
	src: url('fonts/ProximaNova-Bold.eot');
	src: local('☺'), url('fonts/ProximaNova-Bold.woff') format('woff'), url('fonts/ProximaNova-Bold.ttf') format('truetype'), url('fonts/ProximaNova-Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

html , body {
	font-family: 'Novafont','Roboto Slab', sans-serif;
	font-family: 'Novafont';
	font-weight: normal;
	font-size: 14px;
	color:#000; 
 }
*/
 @import url(https://fonts.googleapis.com/css?family=Roboto+Slab);

html , body {
	font-family: 'Roboto Slab', sans-serif;
	font-weight: normal;
	font-size: 14px;
	color:#000; 
 }
 
 
.divfloatleft{
	float:left;
}
.divfloatright{
	float:right;
}

.backgroundprincipal{
	background-image: url('../imagenes/imagenfondoresu.png');
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: transparent;


	position:relative;
	text-align:center;
	
}
.tituloResult{
	padding-top:1%;
}
.subtituloResult{
	display:inline-block;
	width:100%;
	padding-top:5%;
}

.btn_entrar{
	border: none;
	outline: none;
	background-color:transparent;
	/*background-color:#C8102E;
	
	box-shadow: none;
	color:#fff;
	padding:5px 10px;
	border-radius: 20px;*/
}

.btn_entrar2{
	border: none;
	outline: none;
	background-color:#C8102E;
	
	box-shadow: none;
	color:#fff;
	padding:5px 10px;
	border-radius: 20px;
}


.body_divcol1solo{
  border:0 solid #000;
  margin-top:30px;
}

.textpeqe{
	border:0 solid #0f1;
	display:block;
	width:100%;
	float:left;
	font-size:1.2em;
	color: #dd673c;
	word-break: break-all; 
}

.textitlepeqe{
	border:0 solid #000;
	font-size:1.5em;
	font-weight:bold;
	color:#163a6a;
	padding-bottom:10px;
	float:left;
	width:100%;
}
.textright{
	text-align:right;
}
.doscolumnas{
	width:50%;
	border:0 solid #000;
	float:left;
}
.btn_preinscripcioncdo{
	text-align:center;
}
.coltelsep{
	border:0 solid #000;
}
/*********** cambios 2022 *******/
.backgroundResult2022{
	background-image: url('../imagenes/fondoanio.png');
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: transparent;
}

#body_divfooter{
	border:0 solid #000;
	/*background-image: url('../imagenes/fondoinferior.png');*/
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #f6e6e7;
	padding:30px 10px;
	text-align:center;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color:#5b4754;
	font-size: 1.1em;
	font-weight: bold;
}

.contactocomiHeader {
    font-size: 1em;
    font-weight: bold;
    color: #C8102E;
}
div.swal2-actions {
	justify-content: flex-end;
}
ul.clasfichas>li {
	text-align:left;
	padding-top:5px;
	padding-bottom:5px
}