@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. **/
	margin-bottom: 15px;
}



.divisiones{
	width: 98%; 
	float: none;
	margin: 0 auto;
	max-height: 30em;
	text-align: center;
}



/*** .divisiones #imgcarrousel {
	float: left;
	width: 25%; 
	padding: 0px;
}*/
.divisiones  #calendarioEventos {
	float: left;
	width: 66%;
	max-height: 30rem;
	margin: 0 15px 0 10px; 
	padding: 0; 
} 


.divisiones  #formulario {
	float: right;
	width: 28%;
	max-height: 40rem;
	margin: 0 5px 0 15px; 
	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
	}

.liga{
	text-decoration: none;
	font-weight: bold;
	font-family: Segoe, Segoe UI, DejaVu Sans, Trebuchet MS, Verdana," sans-serif";
	font-size: 16px;
	color: darkblue
}

 /* 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%;
 }



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;
	font-size: 12px;
	 border-radius: 10px 10px 0 0;
	background: #111111;color: white;
}

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


label:hover {
	color: #888;
	cursor: pointer;
	font-size: medium;
}

input:checked + label {
  color: #555;
  font-size:18px;
  background:#FFF; 
  border: 1px solid #999;
  border-top: 2px solid #999;
  border-left: 2px solid #999;
  border-right: 2px solid #999;
  border-bottom: 1px solid #fff;
}

input ~ .tab {/* línea gris entre la pestaña y el contenido */ 
  border-top: 1px sólido #999; 
  font-size: 12px; 
}

hr{border-color: #FDFDFD}
	
.saltoR{
		line-height:0; 
}

table.table1{
	width:100%;
	float:none;
	margin:0 auto;
	height: auto;
	
}

/*.tr{margin-left: 3%;}	*/




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


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


.celdap2
{
	vertical-align:top;
/*	border-bottom-width: 0.5px;border-bottom: solid; border-color: #D5D5D5;*/
	background-color:#696969;
	color:#FFF;
	width: 110px; /*110px;*/
	text-align:center;	
	font-size: 16px;
	height:30px;
}

.p22
{
	vertical-align:top;
	border-right: 0.5px;
	border-right: solid;
	border-right-color: #FDFDFD;
/*	font-family: Tahoma, Geneva, sans-serif;
*/	/*width: 100px;*/
	
	width: 110px; /*110px;
	text-align:center;	*/
	font-size: 14px;
	color: #06207D;
}

#izq{
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
}

.botonCalendario{
    text-decoration: none;
    padding: 3px;
    font-weight: 600;
    font-size: 14px;
    color: #0016b0;
    background-color: #ffffff;
    border-radius: 12px;
    border: 2px solid #0016b0;
  }
