@charset "utf-8";
/* CSS Document */
@import url(fontello.css);

* {
	margin:0px;
	padding:0px;
	box-sizing:border-box;
	font-family: 'Exo 2', Helvetica, Arial!important;
  }
body {
	color:#444;
	background:#7700B5;
	background-image:url(../imgs/fondo_sitio_web.png);
	background-position:top right;
	background-repeat:no-repeat;
	background-size:contain;
	background-attachment:fixed;
	 }
a {
	-o-transition:.3s;
 	-ms-transition:.3s;
 	-moz-transition:.3s;
 	-webkit-transition:.3s;
	transition:.3s;
	}
span {
	font-style:oblique;
	font-weight:bold;
	}
h2 span {
	color:#00EFAB;
	}
header {
	padding:6% 4%;
	}
img.logopagina {
	margin:0 auto;
	width:100%;
	display:block;
	}
ul.menu1 {
    background: #444;
    list-style-type: none;
    display: none;
	justify-content: center;
	}
ul.menu1 a {
	padding:20px 10px;
	float: left;
	text-decoration: none;
	color: #fff;
	}
ul.menu1 a:hover {
	background:#00EFAB;
	color:#fff;
	}
ul.menu1 a.icono {
    font-size: 26px;
    padding: 14px 6px;
}
ul.rrss1 {
    margin: 0 auto;
    display: inline-flex;
    list-style: none;
    width: 100%;
    justify-content: center;
	float:left;
    background:#444;
	}
ul.rrss1 a {
	padding: 14px 6px;
	float:left;
	text-decoration:none;
	color:#fff;
	font-size: 26px;
	}
ul.rrss1 a:hover {
	background:#00EFAB;
	color:#fff;
	}


div.divslider {
	width: 100%;
	margin: 0 auto 4%;
	float: left;
	overflow: hidden;
	border-bottom: 1px solid #fff;
	padding-bottom: 1%;
	}
div.divslider ul {
	padding: 0px;
	display: flex;
	width: 400%;
	animation: cambio 20s infinite alternate;
	}
div.divslider ul li {
	list-style: none;
    width: 100%;
    font-size: 1em;
    color: #fff;
    text-align: center;
	}
div.divslider ul li a {
    color: #00EFAB;
	text-decoration: none;
	}
div.divslider ul li a:hover {
    color: #fff;
	}
div.divslider ul li a:visited {
    color: #00EFAB;
	}
div.divslider ul li img {
	width: 100%;
	}

div.contenedorservicios {
	padding: 4%;
	width: 100%;
	text-align: center;
	}
.calugaservicio {
    margin: 3% 2% 0% 1%;
	background:#444;
	display:inline-block;
	width:80%;
	}
.calugaservicio label {
	background: #fff;
    padding: 8px 10px;
    color: #7700B5;
    text-decoration: none;
	font-size:13px;
	cursor:pointer;
	-o-transition:.3s;
 	-ms-transition:.3s;
 	-moz-transition:.3s;
 	-webkit-transition:.3s;
	transition:.3s;
	border-radius: 20px;
	}
.calugaservicio label:hover {
    background:#00EFAB;
	}
.calugaservicio label.cerrar {
    margin-top: 20px;
    float: left;
    padding: 5px 8px;
    font-size: 12px;
    border-radius: 20px;
    background: #00EFAB;
}
.calugaservicio img {
	width:100%;
	}
.calugaservicio ul.botonescaluga {
	margin:20px auto 20px auto;
	list-style-type:none;
	display:inline-block;
	}
.calugaservicio ul.preinscribete li {
	float:left;
	list-style:none;
	margin-right:10px;
	font-size:12px;
	}
.calugaservicio div.contenidovermas ul li a {
	color: #00EFAB;
	font-size: 20px;
	}
.calugaservicio div.contenidovermas ul li a:hover {
	color: #fff;
	}
.calugaservicio a.preinscribete {
    background: #7700B5;
    padding:8px 10px;
	font-size:13px;
    color:#fff;
	text-decoration:none;
	border-radius: 20px;
	}
.calugaservicio a.preinscribete:hover {
    background:#00EFAB;
	}
	
#show1,#hide1 {
	display:none;
}
#show2,#hide2 {
	display:none;
}
#show3,#hide3 {
	display:none;
}
#show4,#hide4 {
	display:none;
}
#show5,#hide5 {
	display:none;
}
#show6,#hide6 {
	display:none;
}
#show7,#hide7 {
	display:none;
}
#show8,#hide8 {
	display:none;
}
#show9,#hide9 {
	display:none;
}
#show10,#hide10 {
	display:none;
}
#show11,#hide11 {
	display:none;
}
#show12,#hide12 {
	display:none;
}
#show12,#hide13 {
	display:none;
}
div#content1, div#content2, div#content3, div#content4, div#content5, div#content6, div#content7, div#content8, div#content9, div#content10, div#content11, div#content12, div#content13 {
	display: none;
	padding: 20px 30px;;
	background: #7700B5;
    color: #fff;
	width: 200px;
	text-align: left;
	font-size: 13px;
	cursor:default;
	float:left;
	line-height:20px;
}
input#show1:checked ~ div#content1 {
	display:block;
	width:100%;
}
input#hide1:checked ~ div#content1 {
	display:none;
}
input#show2:checked ~ div#content2 {
	display:block;
	width:100%;
}
input#hide2:checked ~ div#content2 {
	display:none;
}
input#show3:checked ~ div#content3 {
	display:block;
	width:100%;
}
input#hide3:checked ~ div#content3 {
	display:none;
}
input#show4:checked ~ div#content4 {
	display:block;
	width:100%;
}
input#hide4:checked ~ div#content4 {
	display:none;
}
input#show5:checked ~ div#content5 {
	display:block;
	width:100%;
}
input#hide5:checked ~ div#content5 {
	display:none;
}
input#show6:checked ~ div#content6 {
	display:block;
	width:100%;
}
input#hide6:checked ~ div#content6 {
	display:none;
}
input#show7:checked ~ div#content7 {
	display:block;
	width:100%;
}
input#hide7:checked ~ div#content7 {
	display:none;
}
input#show8:checked ~ div#content8 {
	display:block;
	width:100%;
}
input#hide8:checked ~ div#content8 {
	display:none;
}
input#show9:checked ~ div#content9 {
	display:block;
	width:100%;
}
input#hide9:checked ~ div#content9 {
	display:none;
}
input#show10:checked ~ div#content10 {
	display:block;
	width:100%;
}
input#hide10:checked ~ div#content10 {
	display:none;
}
input#show11:checked ~ div#content11 {
	display:block;
	width:100%;
}
input#hide11:checked ~ div#content11 {
	display:none;
}
input#show12:checked ~ div#content12 {
	display:block;
	width:100%;
}
input#hide12:checked ~ div#content12 {
	display:none;
}
input#hide12:checked ~ div#content13 {
	display:none;
}
li.oferta {
	color:#f09
}
ul.listaincluye li {
	margin-bottom:10px;
}
table.otrasactividadesacademicas {
	margin:0 auto;
    margin-top:3%;
	width:80%;
	text-align:left;
	font-size:14px;
	display:none;
	}
table.otrasactividadesacademicas th, td {
	margin:0 auto;
    margin-top:3%;
    background:rgba(550,500,1000,0.7);
    padding:2%;
	}
table.otrasactividadesacademicas th {
	width:18%;
	background:#002a84;
	color:#fff;
	font-style:oblique;
	font-weight:normal;
	text-transform:uppercase;
	line-height:20px;
    border-bottom: 4px dashed #fff;
}
table.otrasactividadesacademicas th.nombreactividadacademica {
	width:28%;
	background:#002a84;
	color:#fff;
	font-style:oblique;
	font-weight:normal;
	text-transform:uppercase;
	line-height:20px;
		}
table.otrasactividadesacademicas tr {
	-o-transition:.3s;
 	-ms-transition:.3s;
 	-moz-transition:.3s;
 	-webkit-transition:.3s;
	transition:.3s;
	}
table.otrasactividadesacademicas tr:hover {
	background:#bfffef;
	border-left:4px solid #f09;
	}
div.div_preinscripciones {
    padding:6%;
    margin:0 auto;
    width:90%;
    margin-top: 3%;
	border-radius:20px;
	background: #00EFAB;
	color: #fff;
	border: 3px dashed #7700B5;
	}
div.div_preinscripciones h4 {
    color: #444;
	}
div.div_preinscripciones a#preinscripciones {
	padding:10px;
    background:#7700B5;
    color:#fff;
	margin:0px auto;
	display:block;
	line-height:normal;
	text-align:center;
	font-size:20px;
	text-decoration:none;
	width:max-content;
	border-radius: 20px;
	border-bottom: 6px solid #444;
	}
div.div_preinscripciones a#preinscripciones:hover {
    background:#00EFAB;
	}
div.div_preinscripciones p {
    line-height:20px;
    text-align:center;
    margin: 0px auto 10px;
	color: #444; 
	}
div.contenedoracercadenosotros {
    background:#444;
    padding:10% 4%;
    width:100%;
    text-align:center;
	}
/*div.contenedoracercadenosotros p img {
    text-align: center;
    width: 100%;
    margin: 0 30px 10px 0;
	float:left;
	border:4px solid #fff;
	}*/
div.contenedoracercadenosotros h2 {
    color:#fff;
    display:block;
    border:0;
    padding:0px 0px 30px 0px;
	width:80%;
    margin:0 auto;
	background: none;
	}
div.contenedoracercadenosotros p {
	color:#fff;
    text-align:left;
    margin:0 auto;
    border-left:1px solid;
    padding:0px 30px;
	line-height:20px;
	width: 90%;
	font-size:16px
	}
div.contenedorfanpage {
	background-image:url(../imgs/foto_fondo_fanpage.png);
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
	padding:10% 4%;
	width:100%;
	text-align:center;
	}

div.contenedor_derecho_1 {
	background:#eee;
	padding:4%;
	width:100%;
	text-align:center;
	}
div.margin-fb-page {
	margin-top:20px;
	}
h2 {
	font-size: 2.3em;
    color: #fff;
    padding: 4% 0% 4% 0%;
    display: block;
	/*border-bottom: 1px solid;*/
	}
h3.margin-top {
	margin-top:20px;
	}
h4 {
	font-size:30px;
	color:#444;
	margin-bottom:10px;
	}
footer {
	width:100%;
	background:#fff;
    left:0px;
    float:left;
	text-align:center;
	padding:10% 4%;
	}
div.datosdecontacto {
	color:#fff;
	font-size:16px;
	line-height:34px;
	padding:0px;
	width:100%;
	}
div.datosdecontacto ul {
	list-style-type:none;
	margin-bottom:20px;
	}
div.datosdecontacto ul a {
	color:#fff;
    background:#7700B5;
    padding:4px 10px;
	font-size:15px;
    display:inline-block;
    margin:20px 0px 0px;
	text-decoration:none;
	border-radius:20px;
	}
div.datosdecontacto a:hover {
    background:#00EFAB;
	}
div.linkspago {
	color:#fff;
	font-size:16px;
	line-height:34px;
	padding:0px;
	width:100%;
	}
div.linkspago ul {
	list-style-type:none;
	}
div.linkspago ul a {
	color:#fff;
    background:#7700B5;
    padding:4px 10px;
	font-size:15px;
    display:inline-block;
    margin:20px 0px 0px;
	text-decoration:none;
	border-radius:20px;
	}
div.linkspago a:hover {
    background:#00EFAB;
	}
div.rrss2 {
	color:#fff;
	font-size:16px;
	line-height:34px;
	padding:0px;
	width:100%;
	}
div.rrss2 ul {
	list-style-type:none;
	margin-bottom:20px;
	}
div.rrss2 ul a {
	color:#fff;
    background:#7700B5;
    padding:4px 10px;
	font-size:15px;
    display:inline-block;
    margin:20px 0px 0px;
	text-decoration:none;
	border-radius:20px;
	}
div.rrss2 a:hover {
    background:#00EFAB;
	}
.mapagoogle {
	width:100%;
	height:100px;
	border:0px;
	margin:0px;
	float:left;
	}	
div.direccion {
    width: 100%;
    padding: 10% 4%;
    text-align: center;
    float: left;
    background: #00EFAB;
	color:#444;
	}
div p.direccionparrafo {
	width: 86%;
    padding: 0;
    text-align: center;
    margin: 0 auto;
    line-height: 22px;
    font-size: 14px;
	}
.googlestreetview {
	display:none;
	}
div.finalfirma {
	width:100%;
	text-align:center;
	background: #444;
	color:#fff;
	float:left;
	font-size:12px;
	padding:10% 4%;
	}
div.finalfirma p {
	font-size: 14px;
	line-height:22px;
	padding-bottom:10px;
	}
div.finalfirma a {
    text-decoration: underline;
    color: #00EFAB;
    display: inline-block;
	}
div.finalfirma a:hover {
	color: #fff;
	font-style: oblique;
	}
.visible_1024 {
	display: none;
	}
.ir-arriba {
    display: none;
    padding: 10px;
    background: #7700B5;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    position: fixed;
    bottom: 80px;
    right: 20px;
}
@media (min-width:480px) {	
div.divslider ul li {
    font-size: 1.5em;
	}
.calugaservicio {
	width:40%;
	}
div p.direccionparrafo {
	width: 60%;
	}
div.div_preinscripciones {
    width:70%;
	}
div.contenedoracercadenosotros p img {
    width: 50%;
	}
div.direccion {
	background-image:url("../imgs/fondos_sitio_wsp.png");
	background-repeat: no-repeat;
	background-position: right;
	background-size: contain;
	color:#444;
	}
div.direccion, div.finalfirma, footer, div.finalfirma, div.contenedorservicios, div.contenedorfanpage {
    padding: 4%;
	}
div.finalfirma {
    padding: 4% 20%;
	}
	}

@media (min-width:768px) {
div.divslider ul li {
    font-size: 2em;
	}
table.otrasactividadesacademicas {
	display:inherit;
	}
div.contenedoracercadenosotros {
	padding:4%;
	}
div.contenedoracercadenosotros h2 {
	width:60%;
	}
div.contenedoracercadenosotros p {
    color: #fff;
    text-align: justify;
    width: 60%;
    margin: 0 auto;
    line-height: 24px;
    font-size: 14px;
	}
div.datosdecontacto ul {
	margin-bottom:0px;
	}
div.datosdecontacto {
	text-align:left;
	width:33%;
	float:left;
	font-size:16px;
	line-height:30px;
	}
div.rrss2 {
	text-align:left;
	width:33%;
	float:left;
	font-size:16px;
	line-height:30px;
	}
div.linkspago {
	text-align:left;
	width:33%;
	float:left;
	font-size:16px;
	line-height:30px;
	}
.mapagoogle {
	width:60%;
	height:300px;
	border:0px;
	margin:0px;
	}
.googlestreetview {
	display:inherit;
	width:40%;
	height:300px;
	float:right;
	}
div.finalfirma {
    font-size: 14px;
	padding: 4% 20%;
}
div.div_preinscripciones {
    width:50%;
	}
	
@media (min-width:1024px) {
body {
	background-size:cover;
	}
.visible_1024 {
	display:-webkit-inline-box;
	}	
h2 {
	font-size:5em;
	/*text-align:left;*/
	}
div.div_preinscripciones {
    width:46%;
	}
div.datosdecontacto {
	width:25%;
	}
div.rrss2 {
	width:25%;
	}
div.linkspago {
	width:25%;
	}
div p.direccionparrafo {
	width: 40%;
	}
ul.rrss1 {
	display:none;
	}
ul.menu1 {
    display: flex;
	}
header {
	padding: 2%;
	}
img.logopagina {
	width: 80%;
	}
	}
	
@media (min-width:1280px) {
img.logopagina {
	width: 50%;
	}
div.divslider ul li {
    font-size: 3em;
	}
.calugaservicio {
	max-width: 460px;
	}
/*h2 {
	font-size: 7em;
	}*/
div.datosdecontacto {
	width: 20%;
	}
div.rrss2 {
	width: 20%;
	}
div.linkspago {
	width: 20%;
	}
h4.h4cuatroem {
	font-size: 4em;
	margin-bottom: 20px;
	}
div.div_preinscripciones {
    padding: 2%;
	}
div.div_preinscripciones h4 {
    color: #444;
	}
div.div_preinscripciones p {
    margin-bottom: 20px;
	font-size: 1.2em;
    line-height: 25px;
    text-align: center;
	}
div p.direccionparrafo {
    font-size: 1.2em;
    line-height: 25px;
    text-align: center;
	}
div.datosdecontacto, div.rrss2, div.linkspago {
	width: 30%;
	}
div.datosdecontacto ul a, div.rrss2 ul a, div.linkspago ul a {
    padding:7px 16px;
	font-size:26px;
	}
	}
	}

@keyframes cambio {
	0% {margin-left:0;}
	20% {margin-left:0;}
	
	25% {margin-left: -100%;}
	45% {margin-left: -100%;}
	
	50% {margin-left: -200%;}
	70% {margin-left: -200%;}
	
    75% {margin-left: -300%;}
	100% {margin-left: -300%;}
}


