*{

	margin: 0;
	padding: 0;
}

/* colores de la página
body= #48b9d7 arriba
bod= #070773 abajo
Letras consejo= #dce2d8
Letras bienvenidos= #d6ebf0*/



/*@media (min-height: 100px) {
    body{
    background: -prefix-linear-gradient(top, #48b9d7   ,#070773, #48b9d7 );
	background: linear-gradient(to bottom, #48b9d7  ,#070773, #48b9d7  );
    }*/
    

body{
    background: -prefix-linear-gradient(top,#070773,#48b9d7   ,#070773 );
	background: linear-gradient(to bottom,#070773, #48b9d7  ,#070773  );
	height: 1100px;
}

/*body a{
    color: blue;
}*/

h1{
    color: 	#dce2d8;
	text-shadow: 1px 1px 2px black;
	font-family: arial;
	font-size: 30px;
    margin: 10px;	
}

.nombre{
    color: 	#48b9d7;
	text-shadow: 1px 1px 2px black;
	font-family: arial;
	font-size: 25px;
    margin: 10px 40px;
    text-align: left;
}

h3{
    color: 	#dce2d8;
	text-shadow: 1px 1px 2px black;
	font-family: arial;
	font-size: 16px;
	margin: 5px;
}


.pTbl{
    color:black;
    font-size:10px;
}

.listaCursos{
    
    width:90%;
    margin:0px auto 10px auto;
    
}


#logo{

	height: 109px;
	width:159px;
	padding: 5px;
	/*background: #070773; /* color del CMRI*/
	float: left;
}

#logo img{
	border-radius: 10px;
}
.principal{

	width: 100%;
	height: 100%;
	/*color fondo base*/
	/*background: #48b9d7;*/
	margin: 0.5em auto;
	padding: 0.5em;


	border-width: 2px;
    border-style: solid;
    /*border-radius: 1em;*/
    /*border-color: arriba derecha abajo izquierda;*/
    border-color:  white;
    border-radius: 1em 1em 0 0;

	/* DEGRADADO*/
	/*background: -prefix-linear-gradient(left, blue, white);
	background: linear-gradient(to up, #7365FC, white);*/

	background: -prefix-linear-gradient(top,#070773,#48b9d7   ,#070773 );
	background: linear-gradient(to bottom,#070773, #48b9d7  ,#070773  );
}




.central{

	/*contenedor central ok*/
	position: relative;
	height: 48%;
	/*width: 100%;*/
	padding-top: 2px;
	border-width: 2px 0px 0px 0px;
    border-style: solid;
    display: flex;
	justify-content: space-between;
    /*border-radius: 1em;*/
    /*boder-color: arriba derecha abajo izquierda;*/
    border-color:  #48b9d7;
	/*background: green;*/
	/*border-radius: 1em;
	margin: 1em;*/
	

	/* DEGRADADO
	background: -prefix-linear-gradient(left, blue, white);
	background: linear-gradient(to right, #7365FC, white);*/
}

.pie{
	/*contenedor pie ok*/
/* DEGRADADO*/
	background: -prefix-linear-gradient(top,#48b9d7  ,#070773, #48b9d7 );
	background: linear-gradient(to bottom, #48b9d7  ,#070773, #48b9d7 );
	padding: 5px;
	height: 250px;
	width: 100%;
	/*background: #6657FF;*/
	/*border-radius: 1em;
	margin: 1em;*/
	border-width: 2px 0px 0px 0px;
    border-style: solid;
    /*border-radius: 1em;*/
    /*boder-color: arriba derecha abajo izquierda;*/
    border-color:  #48b9d7;
    /*border-radius: 1em 1em 0 0;*/


}



.menu{
	/*contenedor menu ok*/
	/*aqui manejo instrucciones para tamaño del contenedor y comportamiento*/
	height: 100%;
	width:170px;
	/*background: yellow;*/
	float: left;
}

/*#menu h4{


	text-align: center;
	/*border-radius: .3em;
	background-color: #FFF;
	font-size: 16px;
	padding: 1px;
	font-weight: bolder;
  }*/


.galeria{
	/*contenedor galeria ok*/
	/*position: relative;*/
	/*left: 10%;*/
	height: 100%;
	width: 60%;
	width: calc(100% - 360px);
	/*background: yellow;*/
	float: left;
	margin-left: .1em;
}

.contenido{
	/*contenedor galeria ok*/
	/*position: relative;*/
	/*left: 10%;*/
	height: 100%;
	width: 60%;
	width: calc(100% - 184px);
	/*background: yellow;*/
	/*float: left;*/
	margin-left: .1em;
}


#dGenerales{
width: 60%;
width: calc(100% - 360px);  
position:relative;
float: left;	
}

#dGeneralesyTab{
display:block;

}

#centralTabs{
width: 60%;
width: calc(100% - 360px);  
/*float: left;	   */

}

tr:hover{
    color: black;
}

                            /*TABLAS*/
table{
    
    border-collapse: collapse;
    width: 80%;
    margin: 10px auto;
    border: solid 3px  rgba(58, 125, 151, 0.616);
}

th{
    font-size: 20px;
    text-align:center;
    border: solid 3px  rgba(58, 125, 151, 0.616);
    background: -prefix-linear-gradient(top,#48b9d7  ,#070773, #48b9d7 );
	background: linear-gradient(to bottom, #48b9d7  ,#070773, #48b9d7 );
    padding: 5px;
}

table td h4{
    color: white;
    font-size: 20px;
    text-align: left;
    padding: 0 2% 0 2%;
    max-width: 300px;
}

/*estilos NO APROBADAS*/
table td h5{
    /*color: rgb(255, 255, 0, .7);*/
    /*background: rgb(255, 0, 0, .6);*/
    color:black;
    background: rgb(255, 255, 255,.5);
    font-size: 20px;
    text-align: center;
    padding: 10px 2% 10px 2%;
    max-width: 300px;   
}

tr:nth-child(even){
    background-color: rgba(58, 125, 151, 0.616);
}


.avisos{

	/*contenedor avisos ok*/

	/*position: absolute;*/
	height: 100%;
	width:176px;
	right: 0;
	/*background: yellow;*/
	float: left;
	margin-left: 0px;
	align-items: center;
	vertical-align: center;

}

.notPago{
    
    margin: 0px 0px 0px 40px;
    max-width:800px;
    
}

.fechaAct{
color:red;    
}

.liga:active{
    
    color:white;
}

.liga:link{
    color:gold;
}

.liga:visited{
    color:#fde6aa;
}

.avisos H3{

	width: 86%;
	margin: 0px 30px 0px 10px;
	padding: .5em;
	text-align: center;
	font-size: 20px;
	font-family: century gothic;
	color: #cce7e8;
	text-shadow: 1px 1px 2px black;
	border-radius: .5em;
	/*background-color: rgb(164, 164, 254, .5);*/
	/*border-width: 1px;
    border-style: solid;
    border-color:#a4d2ea  ;*/

}

.grid3C{
    
    display: grid;
    grid-gap: 3%;
	grid-template-columns: 30% 30% 30%;
	grid-template-rows: auto;   
    
    margin: auto;    
}


.grid2Cursos{
    display: grid;
    grid-gap: 15px;
	grid-template-columns: 2fr 1fr;
	grid-template-rows: auto;   
    
    margin: auto;  
}

#tablaCursos{
    background: white;
}

.grid2{
    
    display: grid;
    grid-gap: 15px;
	grid-template-columns: 1fr 2fr;
	grid-template-rows: auto;   
    
    margin: auto;    
}

.formGrid2{
    width: 80%;
}

.cursoFeb{
    display: block;
    
}

#listas{
	position: absolute;
	height: 100%;
	width:18%;
	left: 82%;
	/*background: yellow;*/
	float: left;
	margin-left: 0px;
	align-items: center;
}

.col-4 label{
   color:#070773;
   
   
    
}

.ta{
    color:#070773;
}

/*.form-horizontal .control-label{
 background:#48b9d7;
}*/

.agregadas{
    background: #070773;
    color:white;
    border-radius:2px;
    text-align: center;
}

.errores h3{
    color:yellow;
    font-size:20px;
    
}

.errores p{
    
    font-size:20px;
    
}

.errores span{
    
    text-shadow: 1px 1px 2px black;
	font-family: arial;
	font-size: 20px;
	margin: 5px;
	color:white;
}



.errores input{
    color:white;
    padding:10px;
    background: #070773;
    border-radius: 5px;
    text-align:center;
    font-size:18px;
    width: 150px;
    margin: 0;
   
}

.avisoP{
font-family: Arial, Helvetica, sans-serif;
background: white;
color: black;
width: 90%;
height: 150px;
margin: 10px auto;
padding: 20px;
overflow: auto;
}

.avisoP h1, h2{
text-align: center;
color: black;
text-shadow: none;
}



.avisoP p{
color:black;
text-shadow: none;
margin: 10px 30px;
}

/* estilos ALERTAS*/

.swal-modal{
    font-family:arial;
    
}
.swal-button{
    background-color: #070773 ;
}

/*estilos para INSCRIPCIONES*/

.pregunta{
    color: white;
    margin:0 10px;
}

.avisoNegro{
    width:600px;
    background:black;
    text-align:center;
    padding:10px
    font-size:20px;
    
}

.avisoNegro p{
    padding:10px;
    font-size:20px;
    
}

.tabla__docs{
    border-collapse: collapse;
    width: 60%;
    margin:10px;
    border: solid 3px rgba(58, 125, 151, 0.616);
}

.tabla__docs td{
    
    min-width:200px;
    max-width:350px;
    max-height: 200px;
    overflow: auto;
}

.botonCMRI{
    
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-family: arial;
    margin-top: 10px;
    margin: 10px auto;
    background: #070773;
    text-decoration: none;
    font-size: 20px;
    color: white;
    padding: 7px 22px;
    border-radius: 5px;
    
}

.botonCMRI:hover{
    background: #07077300;
}

.botonCMRI a{
    font-family: arial;
}

.botonCMRI span{
    color: #03f703;
    font-size: 30px;
    margin-left: 5px;
}

.docAsig{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.botonInsc{
    padding:10px;
    background: #070773;
    border-radius: 5px;
    color:white;
    text-align:center;
    font-size:18px;
    width: 150px;
    margin: 0px 25px 0px 25px;
}

.botonCorregir{
    display: block;
    cursor:pointer;
    border:solid 1px white;
    padding: 5px;
    background: #820000e0;
    border-radius: 5px;
    color: white;
    text-align: center;
    font-size: 14px;
    width: 100px;
    margin: 10px 25px;
}

.botonCorregir:hover{
    background: #820000ad;
}

.prevEliminar{
    display:inline;
    margin: 15px 5px;
}

.contDocsEx{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: auto;
}

.contDocsAdm{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
}

.txtArchBorrar{
    display: grid;
    grid-template-columns: auto 20px;
    grid-template-rows: auto;
    background: #09498b;
    padding: 5px;
    border-radius: 5px;
    margin-right: 5px;
    font-family: arial;
    color:white;
    font-size: 14px;
}

.swAviso{
    font-size: 25px;
    font-weight: 600;
    background: #2196f35e;
    padding: 10px;
    border-radius: 10px;
}

.btn-borrarDoc{
    cursor:pointer;
    text-align:center;
}
.inscripcion__etiquetas{
    width:110px;
    color: white;
    font-size:15px;
    margin-top:5px;
    margin-right:10px;
    min-width:100px;
    text-align:right;
}

.imgCursos{
    width: 100%;
    margin-bottom: 10px;
    border-radius: 10px;
}

.formulario__item{
    display:block;
    margin:5px;
}

.item__linea{
    display:inline-flex;
    align-items: center;
}

.listaDocumentos{
    width:95%;
}

.formulario__boton{
    text-align: center;
    background: #09498b;
    color: #fff;
    
    display: block;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
    border: 1px 1px 0px 0px  solid #fff;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    border-radius: 4px;
    text-transform: none;
    overflow: visible;
    font: inherit;
    margin-left:20%;
    box-sizing: border-box;
    list-style: none;
}

.actividad{
    display:grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    grid-gap: 20px;
}

.txtARec{
    color: black;
    vertical-align: middle;
    border: none;
    border-left: solid 1px #428bca6b;
    border-radius: 0 8px 8px 0;
    padding: 2px 8px;
    width: 100%;
}

.titPracMed{
    font-size:20px;
    grid-column: 1/-1;
}

.item__linea__boton{
    margin:30px auto;
    text-align:center;
    
}

.parrafoDG{
    background:#09498b;
    padding:2px 10px;
    border-radius:5px;
    
}

.parrafoDGLista{
    background:#09498b;
    padding:2px 10px 2px 30px;
    border-radius:5px;
    text-indent: -20px;
}

.pagados{
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: #09498b;
    padding: 2px 10px 2px 10px;
    border-radius: 5px;
    margin: 10px auto;
    max-width: 400px;
    
}



/*TOOLTIPS*/

.tooltips {
    position: relative;
    display: inline-block;
    /*border-bottom: 1px dotted black;*/
}
.tooltips .tiptext {
    font-family: arial;
    font-size:12px;
    visibility: hidden;
    width: 350px;
    background-color: white;
    color: green;
    text-align: center;
    border-radius: 3px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.tooltips .tiptext::after {
    content: "";
    position: absolute;
    border-width: 5px;
    border-style: solid;
}
.tooltips:hover .tiptext {
    visibility: visible;
}

.tooltips.bottom .tiptext{
    margin-left: -60px;
    top: 100%;
    left: 100%;
}
.tooltips.bottom .tiptext::after{
    margin-left: -5px;
    bottom: 100%;
    left: 10%;
    border-color: transparent transparent #2778c4 transparent;
}
/*FIN DE TOOLTIPS*/

.instLab{
    border: 1px solid white;
    padding: 5px;
    margin: 5px 0px;
    border-radius: 5px;
}

.encabezadoCyC{
    text-align: center;
    background: #3fa2ca;
    padding: 2px 10px;
    border-radius: 5px;
    font-size: 30px;
    border-style: double;
    border-color: #0b1179;
    color: floralwhite;
}

.etiquetaMC{
    margin:0px auto;
    background:black;
    padding:1px 10px;
    border-radius:5px;
    font-weight:100;
    border:1px solid gray;
}

.eventos4{
    
    border: 1px solid #fcf8e3;
    padding: 10px;
    margin: 5px 0px;
    border-radius: 10px;
    text-align: center;
    
}

.conEdicion{
    width: 95%;
    display: inline-flex;
    justify-content: space-between;
}

.btnEditar{
    background: none;
    border: none;
    color:yellow;
    cursor: pointer;
    
}
.eventos4 h3{
    font-size: 25px;
    color: yellow;
    background: #0f1e80;
    border: 1px solid #43abcf;
    padding: 5px;
    border-radius: 10px;
}

.radioDocs{
    margin:3px 6px;
}

.advertencia{
    /*margin-left:0px auto;*/
    
    color:yellow;
    text-align:center;
    background:black;
    padding:10px 10px;
    border-radius:5px;
    font-weight:100;
    border:1px solid gray;
    font-size:20px;
    line-height:25px;
    max-width: 650px;
}

.advLeve{
    background: #00000038;
    padding: 3px 5px;
    border-radius: 5px;
    font-size: 15px;
    margin: 5px 0;
    max-width: 650px;
}

.resaltar{
    color: yellow;
    font-weight: 600;
    font-size: 16px;
}

.item__linea__boton[disabled]{
    background:black;
}


.bannerHorario{
    overflow: hidden;
    max-height: inherit;
    line-height: inherit;
    margin-left: 50%;
    color: white;
    animation: avanzaB 55s infinite;
    
}

.listasD{
    width: 400px;
    font-size: 14px;
    padding: 4px
}

@keyframes avanzaB {
	
	99% {margin-left: -100%;}
	10% {margin-left:0%;}
	

	

}



/*diseño de fuente del menú*/
/*#menu{
text-align: left;
	color: #070773;
	font-family: arial;
	font-size: 20px;
	font-weight: 900px;
	font-style: bold;

}*/

/*#contacWeb{

	width: 100%;
	background: yellow;

}*/

/*#redes{

	position: relative;
	width: 5%;
	float: right;
	background: orange;
	/*border-radius: 1em;
	margin: 1em;*/
