@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: "Segoe UI";}

body  {
	width: 100%;
	font-family: 'Segoe UI'; 
	padding: 0;
	text-align: center; 
	color: #000000;
}
#container { 
	clear: both;
	width: 100%; 
	max-height: 30em;
	margin: 0;
	padding: 0;
	text-align: left; /* esto anula text-align: center en el elemento body. */
}

.divisiones{
	width: 100%; 
	max-height: 30em;
	margin: 0;
	padding: 0;
	
}




.divisiones #imgcarrousel {
	float: left;
	width: 25%; 
	padding: 0px;
}
.divisiones  #calendarioEventos {
	float: left;
	width: 41%;
	max-height: 30rem;
	margin: 0 5px 0 0; 
	padding: 0; 
} 


.divisiones  #formulario {
	float: left;
	width: 30%;
	max-height: 40rem;
	margin: 0 5px 0 0; 
	padding: 0; 
}

/* .divisiones  #informes {
	float: right;
	width: 21%;
	max-height: 30rem;
	margin: 0 0px 0 30px;
	padding: 0 0 0 20px;
}
*/

/*.mySlides {*/
/*width:100%;*/
/*margin:0 auto;*/
/*	margin-left: 10px;*/
/*float: none;
}/*

/*	.mySlides:hover {filter: grayscale(80%);}
*/

#pagEventos{
	width:90%;
}

#nodecorar{text-decoration: none; color: black}
.iniciaCurso{
	width:20%;
	text-align:center;
	color:black}
	
.infCurso{
	width:80%;
	text-align:center;
	color:black}

.anchoTabla{
	width:100%;}

.Navega{
	overflow-y: auto;
	overflow-x: hidden;
	max-height: 26em;
	float: left;
	width: 100%;
	background:#DFDEDE
	}

 /* Responsive iFrame */
 .responsive-iframe-container {
     position: relative;
     padding-bottom: 56.25%;
     padding-top: 30px;
     height: 0;
     overflow: hidden;
 }
 .responsive-iframe-container iframe,   
 .vresponsive-iframe-container object,  
 .vresponsive-iframe-container embed {
     position: absolute;
     top: 0;
     left: 0;/* nuevo */
     width: 100%;
     height: 100%;
 }


.circulo {
	 width:50px;
	 height:50px;
	 float:none;
	 margin:0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	-moz-border-radius: 50%;
     -webkit-border-radius: 50%;
     border-radius: 50%;
     background: #111193;
	 color:white;
	 font-weight:bold;
	 font-size:24px;
}

.circulop {
	 width:50px;
	 height:50px;
	 float:none;
	 margin:0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	-moz-border-radius: 50%;
     -webkit-border-radius: 50%;
     border-radius: 50%;
     background: #FFCC33;
	 color:white;
	 font-weight:bold;
	 font-size:24px;
}
table{
	  border-collapse:collapse;}

table tr:nth-child(even) {
    background-color: #E1DFE1;
	line-height: 1.5rem;
	border-style: none;
}
 
table tr:nth-child(odd) {
    background-color: #F7F4F7;
	line-height: 1.5rem;
	border-style: none;
}


.fijo{
	background-color:#40467B;
	color:#FFF;
	}


main {

  width:100%;
  padding: 2px; /* 50px*/
  margin: 0 auto;
}

.ContenedorCuadros{
	width: 100%;
}



.titulo{
	margin-top: 15px;
	font-size: 16px;
	color: #585555;	
}

.titinfo{
	font-size: 14px;
	line-height: 2rem;
}

section {
  display: none;
  padding: 10px 0 0; /* 20 */
  border-top: 1px solid #ddd;
}

input {
  display: none;
}

label {
  display: inline-block;
  margin: 0 0 -1px;
  padding: 5px 10px; /*  15px 25px; */
  font-weight: 600;
  text-align: center;
  color: #bbb;
  border: 1px solid transparent;
}

label:before {
  font-weight: normal;
  margin-right: 5px; /* 10px*/
}


label:hover {
  color: #888;
  cursor: pointer;
}

input:checked + label {
  color: #555;
  font-size:18px;
  border: 1px solid #ddd;
  border-top: 2px solid green;
  border-bottom: 1px solid #fff;
}

#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3,
#tab4:checked ~ #content4,
#tab5:checked ~ #content5,
#tab6:checked ~ #content6,
#tab7:checked ~ #content7,
#tab8:checked ~ #content8



/*#tab8:checked ~ #content8*/
/*#tab9:checked ~ #content9*/
 {
  display: block;
}

