@import url(http://fonts.googleapis.com/css?family=Josefin+Sans:300,400,600,700,300italic,400italic,600italic,700italic);
*{
    padding: 0;
    margin: 0;
}

.botonera ul { 
	background-color: rgb(55, 209, 153);
	width: 100%;
	list-style: none;
	margin: 0%;
	margin-right: 0;	
}
.botonera ul li {
	display: inline-block;
	padding-bottom: 0.3rem;
	padding-top: 0.3rem;
	padding-left: 4%;

} 
.botonera ul li a {
	text-decoration: none;
	color: rgb(255, 255, 255);
	font-family: 'Josefin Sans', sans-serif;
	font-size: 0.8rem;
	font-weight: 600;
}



/*             CELULAR              */

@media  screen and (max-width: 480px){
	body {
		width: 100%;
		background-color: #fff;
	}
	#tablet {
	display: none;
	}
	#pc {
		display: none;
	}

	.botonera{
		padding-left: 0%;
	}

	.botonera ul li{
		padding-left: 0%;
		margin-left: -3%;	
	}
	
	header {
		background-image: url(imagenes/banner%20tablet-01-01.jpg);
		background-repeat: repeat;
		background-size: 100%;
	}
	header img  {
		width: 40%;
		height: auto;
		margin-left: 25%;
		margin-top: -0.5rem;
	}
	.botonera ul { 
		background-color: rgb(55, 209, 153);
		width: 100%;
		list-style: none;
		margin: 0%;
		margin-right: 0;
	}
	.botonera ul li {
		width: 100%;
		display: inline-block;
		padding-bottom: 0.2rem;
		padding-top: 0.2rem;
		text-align: center;
		/*margin-left: 3%;*/

	} 
	.botonera ul li a {
		text-decoration: none;
		color: rgb(255, 255, 255);
		font-family: 'Josefin Sans', sans-serif;
		font-size: 0.7rem;
		font-weight: 600;
	}
	article {
		background-color: rgb(237, 249, 243);
		width: 100%;
		margin: auto;
	}

	article h1 {
		font-size: 0.8rem;
		font-weight: 500; 
		font-family: 'Josefin Sans', sans-serif;
		color: rgb(55, 209, 153);
		padding-top: 4%;
		padding-left: 2%;
		width: 90%;
		margin: auto;
	}
	hr {
		background-color: rgb(55, 209, 153);
		outline: none;
		height: 0.10rem;
		width: 90%;
	}
	article p {
		font-size: 0.7rem;
		font-weight: 300; 
		font-family: 'Josefin Sans', sans-serif;
		color: rgb(3, 3, 3);
		padding-top: 0%;
		padding-left: 4%; 
		padding-right: 4%;
		padding-bottom: 4%;
	}
	#logo {
		margin-left: 10%;
		padding-top: 5%;
	}
	#boton {
		float: right;
		margin-right: 10%;
	}
	#imagengral {
		text-align: center;
		clear: both;
	}
	main img {
		max-width: 100%;
		height: auto;
	}
	#carillacel {
		width: 100%;
		background-color: #fff;
		margin: auto;
	}
	main h1 {
		width: 100%;
		background-color: rgb(55, 209, 153);
		color: rgb(255, 255, 255);
		text-align: center;
		font-size: 0.8rem;
		font-weight: 600; 
		font-family: 'Josefin Sans', sans-serif;
		display: block;
		margin: auto;
		padding-bottom: 1%;
		padding-top: 1%;
		margin-top: 2%;
	}
	#proxima {
		width: 100%;
		color: #9B79CC;
		font-size: 0.5rem;
		font-weight: 500; 
		font-family: 'Josefin Sans', sans-serif;
		margin: auto;
		border-style: solid;
		border-color: #9B79CC;
		margin-top: 3%;
		text-align: center;
	}
	#lineaprox {
		background-color: #9B79CC;
		height: 0.10rem;
		width: 90%;
	}
	section {
		margin-top: 5%;
		font-size: 0.8rem;
		font-weight: 500; 
		font-family: 'Josefin Sans', sans-serif;
	}
	#arquit a {
		text-decoration: none;
		list-style: none;
		width: 100%;
		background-color: #9B79CC;
		color: rgb(255, 255, 255);
		text-align: center;
		font-size: 0.8rem;
		font-weight: 400; 
		font-family: 'Josefin Sans', sans-serif;
		display: block;
		margin: auto;
		padding-bottom: 1%;
		padding-top: 1%;
		margin-top: -1%;
	}
	#general a {
		text-decoration: none;
		list-style: none;
		width: 100%;
		background-color: #FF6E5B;
		color: rgb(255, 255, 255);
		text-align: center;
		font-size: 0.8rem;
		font-weight: 400; 
		font-family: 'Josefin Sans', sans-serif;
		display: block;
		margin: auto;
		padding-bottom: 1%;
		padding-top: 1%;
		margin-top: 2%;
	}
	#urbana a {
		text-decoration: none;
		list-style: none;
		width: 100%;
		background-color: #5BA4B5;
		color: rgb(255, 255, 255);
		text-align: center;
		font-size: 0.8rem;
		font-weight: 400; 
		font-family: 'Josefin Sans', sans-serif;
		display: block;
		margin: auto;
		padding-bottom: 1%;
		padding-top: 1%;
		margin-top: 2%;
	}
	#arquit a:hover {
		background-color: rgb(55, 209, 153);
	}
	#general a:hover {
		background-color: rgb(55, 209, 153);
	}
	#urbana a:hover {
		background-color: rgb(55, 209, 153);
	}
	footer {
		background-color: rgb(55, 209, 153);
		width: 100%;
		height: 4rem;
		list-style: none;
		margin-top: 5%;
		margin-right: 0;
	}
	footer h4 {
		font-family: 'Josefin Sans', sans-serif;
		text-align: center;
		font-size: 0.7rem;
		color: rgb(255, 255, 255);
		font-weight: 300;
	}
	footer img {
		width: 100%;
		margin-top: 4%%;
	}
}

/*             TABLET             */

@media  screen and (min-width: 481px) and (max-width: 959px) {
	#carillacel {
		display: none;
	}
		#pc {
		display: none;
	}
	#tablet {
		width: 100%;
		background-color: rgb(255, 255, 255);
		margin: auto;
	}
	header {
		background-image: url(imagenes/banner%20tablet-01-01.jpg);
		background-repeat: no-repeat;
		background-size: 100%;
	}
	header img  {
		width: 20%;
		height: auto;
		margin-left: 2rem;
	}
	#misuraca {
		float: left;
		width: 65%;
	}
	#misuraca p {
		font-family: 'Josefin Sans', sans-serif;
		font-size: 0.6rem;
		font-weight: 600;
		color: rgb(25, 21, 21);
		display: block;
		margin-top: -13%;
		margin-left: 50%;
		width: 10rem;
	}
	article img {
		float: left;
		width: 30%;
		height: auto;
		margin-top: -10%;
		margin-left: 65%;
	}
	.botonera ul { 
		background-color: rgb(55, 209, 153);
		width: 100%;
		list-style: none;
		margin: 0%;
		margin-right: 0;
	}
	.botonera ul li {
		width: 100%;
		display: inline-block;
		padding-bottom: 0.2rem;
		padding-top: 0.2rem;
		text-align: center;
		/*margin-left: 3%;*/

	} 
	.botonera ul li a {
		text-decoration: none;
		color: rgb(255, 255, 255);
		font-family: 'Josefin Sans', sans-serif;
		font-size: 0.7rem;
		font-weight: 600;
	}
	aside {
		background-color: rgb(237, 249, 243);
		width: 30%;
		margin: 0%;
		margin-top: 0.8rem;
		height: auto;
	}
	aside h1 {
		font-size: 1rem;
		font-weight: 600; 
		font-family: 'Josefin Sans', sans-serif;
		color: rgb(55, 209, 153);
		padding-top: 4%;
		padding-left: 2%;
		margin-left: 4%;
		width: 90%;
	}
	hr {
		background-color: rgb(55, 209, 153);
		height: 0.12rem;
		width: 90%;
		margin-top: -0.3rem;
	}

	aside p {
		font-size: 0.9rem;
		font-weight: 400; 
		font-family: 'Josefin Sans', sans-serif;
		color: rgb(3, 3, 3);
		padding-top: -0%;
		padding-left: 4%; 
		padding-right: 4%;
		padding-bottom: 4%;
		margin-top: -0.5%;
	}
	main img {
		width: 65%;
    float: right;
    margin-right: 2.5%;

	}
	
	aside img {
		width: 100%;  
	}
	#gral a {
		color: rgb(255, 255, 255);
		font-size: 0.8rem;
		font-family: 'Josefin Sans', sans-serif;
		display: block;
		text-align: center;
		text-decoration: none;
		background-color: #FF6E5B;
		padding: 0.5%;
		width: 29%;
	}
	#gral a:hover {
		background-color: #37D199;
	}
	#gral {
		margin-top: 1rem;
	}
	#gral img {
		width: 30%;
		
	}
	#arquitectonica a {
		color: rgb(255, 255, 255);
		font-size: 0.8rem;
		font-family: 'Josefin Sans', sans-serif;
		text-align: center;
		background-color: #9B79CC;
		text-decoration: none;
		display: block;
		padding: 2%;
	}
	#arquitectonica a:hover {
		background-color: #37D199;
	}
	#arquitectonica {
		margin-top: -12.2rem;
		float:left;
		margin-left: 32%;
		width: 30%;
	}
	#arquitectonica img {
		width: 100%;
	}
	#urba a {
		color: rgb(255, 255, 255);
		font-size: 0.8rem;
		font-family: 'Josefin Sans', sans-serif;
		text-align: center;
		background-color: #5BA4B5;
		text-decoration: none;
		display: block;    
		padding: 2%;
	}
	#urba a:hover {
		background-color: #37D199;
	}
	#urba {
		margin-top: -12.3rem;
		float:left;
		margin-left: 65%;
		width: 30%;
	}
	#urba img {
		width: 100%;
	}
	footer {
		background-color: rgb(55, 209, 153);
		width: 100%;
		height: 2rem;
		list-style: none;
		margin: 0%;
		margin-right: 0;
        margin-top: 2%;
	}
	footer h4 {
		font-family: 'Josefin Sans', sans-serif;
		text-align: center;
		font-size: 0.7rem;
		color: rgb(255, 255, 255);
		font-weight: 300;
	}
	footer img {
		width: 100%;
	}
}


/*             PC              */

@media  screen and (min-width: 960px) {
	#carillacel {
		display: none;
	}
		#tablet {
		display: none;
	}
	#pc {
		width: 80%;
		background-color: rgb(255, 255, 255);
		margin: auto;
	}
	.botonera{
		margin-left: 10%;
		margin-right: 10%;
	}
	header {
		background-image: url(imagenes/banner%20tablet-01-01.jpg);
		background-repeat: no-repeat;
		background-size: 100%;
		position: relative;
		min-height: 12rem;
	}
	header img  {
		width: 14%;
		height: auto;
		margin-left: 2rem;
		margin-top: 1.2rem;
	}
	#misuraca p {
		font-family: 'Josefin Sans', sans-serif;
		font-size: 0.7rem;
		font-weight: 600;
		color: rgb(25, 21, 21);
		display: block;
		width: 10rem;
		position: absolute;
		top: 45%;
		left: 35%;
		 width: 20%;
	}
	article img {
		float: left;
		width: 30%;
		height: auto;
		position: absolute;
		top: 8%;
		left: 55%;
		 width: 20%;
	}
	.botonera ul { 
		background-color: rgb(55, 209, 153);
		width: 80%;
		list-style: none;
		margin: 0%;
		margin-right: 0;
	}
	.botonera ul li {
		display: inline-block;
		padding-bottom: 0.3rem;
		padding-top: 0.3rem;
		padding-left: 4	%;
		/*margin-left: 3%;*/

	} 
	.botonera ul li a {
		text-decoration: none;
		color: rgb(255, 255, 255);
		font-family: 'Josefin Sans', sans-serif;
		font-size: 0.8rem;
		font-weight: 600;
	}
	aside {
		background-color: rgb(237, 249, 243);
		width: 20%;
		position: absolute;
		top: 15rem;
		height: 15rem;
		float: left;
	}
	aside h1 {
		font-size: 1rem;
		font-weight: 600; 
		font-family: 'Josefin Sans', sans-serif;
		color: rgb(55, 209, 153);
		padding-top: 4%;
		padding-left: 2%;
		margin-left: 4%;
		width: 90%;
	}

	aside #calendario{
		margin-top: 0.4rem;
	}

	hr {
		background-color: rgb(55, 209, 153);
		height: 0.12rem;
		width: 90%;
		margin-top: 0.6rem;
		margin-left: 1rem;
	}

	aside p {
		font-size: 0.9rem;
		font-weight: 400; 
		font-family: 'Josefin Sans', sans-serif;
		color: rgb(3, 3, 3);
		padding-left: 5%; 
		padding-right: 4%;
		padding-bottom: 4%;
		margin-top: 0.7rem;

	}
	#contenidomain {
		width: 74%;
		float: right;
		}
	#abajoslider {
		width: 73.5%;
		float: right;
	}
	#proximavisita {
		width: 46.5%;
		background-color: #9B79CC;
		float: left;
		padding: 1%;
	}
	#proximavisita h1 {
		font-size: 1rem;
		font-weight: 600; 
		font-family: 'Josefin Sans', sans-serif;
		color: rgb(255, 255, 255);
		width: 90%;
	}
	#proximavisita hr {
		margin-top: 0.8%;
		background-color: #fff;
		outline: none;
		height: 0.05rem;
		margin-left: 0%;
		width: 98%;
		margin-bottom: 1%;
	}
	#proximavisita p1 {
		padding-top: 0.9rem;
		font-size: 0.9rem;
		font-weight: 400; 
		font-family: 'Josefin Sans', sans-serif;
		color: rgb(255, 255, 255);
	}
	#proximavisita p2 {
		font-size: 0.9rem;
		font-weight: 400; 
		font-family: 'Josefin Sans', sans-serif;
		color: rgb(255, 255, 255);
	}
	#proximavisita p3 a {
		font-size: 0.9rem;
		font-weight: 600; 
		font-family: 'Josefin Sans', sans-serif;
		color: rgb(255, 255, 255);
		margin-left: 2%;
	}
		#proximavisita img {
		width: 99%;
		margin-top: 0.5rem;
	}
	#ultimavisita {
		width: 46.5%%;
		background-color: #FF6E5B;
		float: left;
		padding: 1%;
		margin-left: 2%;
		margin-bottom: 1rem;
	}

	#ultimavisita a {
		font-size: 1rem;
		font-weight: 600; 
		font-family: 'Josefin Sans', sans-serif;
		color: rgb(255, 255, 255);
		width: 90%;
		text-decoration: none;
	}
	#ultimavisita hr {
		margin-top: 0.8%;
		background-color: #fff;
		outline-style: hidden;
		height: 0.05rem;
		margin-left: 0%;
		width: 98%;
		margin-bottom: 1%;
	}
	#ultimavisita p1 {
		padding-top: 0.9rem;
		font-size: 0.9rem;
		font-weight: 400; 
		font-family: 'Josefin Sans', sans-serif;
		color: rgb(255, 255, 255);
	}
	#ultimavisita p2 {
		font-size: 0.9rem;
		font-weight: 400; 
		font-family: 'Josefin Sans', sans-serif;
		color: rgb(255, 255, 255);
	}
	#ultimavisita p3 a {
		font-size: 0.9rem;
		font-weight: 600; 
		font-family: 'Josefin Sans', sans-serif;
		color: rgb(255, 255, 255);
		margin-left: 2.4%;
	}
	#ultimavisita img {
		width: 99%;
		margin-top: 0.5rem;
	}
	#testimonio1 {
		background-color: rgb(237, 249, 243);
		clear: both;
		width: 97.2%;
		height: 10.5rem;
		margin-top: 0.8rem;
		padding: 1%;
		}
	#testimonio1 h1 {
		font-size: 1rem;
		font-weight: 600; 
		font-family: 'Josefin Sans', sans-serif;
		color: rgb(55, 209, 153);
		width: 90%;
	}
	#testimonio1 hr {
		margin-top: 0.6%;
		background-color: rgb(55, 209, 153);
		outline: none;
		height: 0.07rem;
		margin-left: 0%;
		width: 98%;
		margin-bottom: 1%;
	}
	#viejo {
		width: 46.5%;
		float: left;		
	}

	#viejo p1 {
		font-size: 0.9rem;
		font-weight: 400; 
		font-family: 'Josefin Sans', sans-serif;
		color: rgb(3, 3, 3);
        float: right;
		width: 52%;
	}
	#viejo p1 a {
		font-size: 0.9rem;
		font-weight: 600; 
		font-family: 'Josefin Sans', sans-serif;
		color: rgb(55, 209, 153);
		margin-left: 2.4%;
		float: left;
	}
	#viejo p3 {
		float: right}
	#viejo img {
		margin-top: 0.2rem;
	}
	#joven {
		width: 46.5%;
		float: left;
		margin-top: 0.2%;
		margin-left: 6%;
	}
	#joven p1 {
		font-size: 0.9rem;
		font-weight: 400; 
		font-family: 'Josefin Sans', sans-serif;
		color: rgb(3, 3, 3);
        float: right;
		width: 52%;	
	}
	#joven p1 a {
		font-size: 0.9rem;
		font-weight: 600; 
		font-family: 'Josefin Sans', sans-serif;
		color: rgb(55, 209, 153);
		margin-left: 2%;
		float: left;
			}
	#joven img {
		margin-top: 0.2%;
	}
	
	#testimonio2 {
		background-color: rgb(237, 249, 243);
		clear: both;
		width: 97.2%;
		height: 9rem;
		padding: 1%;
		margin-bottom: 3.5rem;
		}
	#alumno1 {
		width: 46.5%;
		float: left;		
	}

	#alumno1 p1 {
		font-size: 0.9rem;
		font-weight: 400; 
		font-family: 'Josefin Sans', sans-serif;
		color: rgb(3, 3, 3);
        float: right;
		width: 52%;
	}
	#alumno1 p1 a {
		font-size: 0.9rem;
		font-weight: 600; 
		font-family: 'Josefin Sans', sans-serif;
		color: rgb(55, 209, 153);
		margin-left: 2.4%;
		float: left;
	}
	#alumno1 p3 {
		float: right}
	#alumno1 img {
		margin-top: 0.2rem;
	}
	#alumno2 {
		width: 46.5%;
		float: left;
		margin-top: 0.2%;
		margin-left: 6%;
	}
	#alumno2 p1 {
		font-size: 0.9rem;
		font-weight: 400; 
		font-family: 'Josefin Sans', sans-serif;
		color: rgb(3, 3, 3);
        float: right;
		width: 52%;	
	}
	#alumno2 p1 a {
		font-size: 0.9rem;
		font-weight: 600; 
		font-family: 'Josefin Sans', sans-serif;
		color: rgb(55, 209, 153);
		margin-left: 2%;
		float: left;
			}
	#alumno2 img {
		margin-top: 0.2%;
	}
	
	
	
	main .bx-wrapper{
		max-width: 100%;
		margin-left: 27%;
		
	}
	#imagengeneralpc {
		width: 100%;
		float: right;
		margin-top: 1rem

	}
aside img {
		width: 100%;  
	}
	#gral {
		width: 100%;
        position: relative;
		margin-top: 1.5rem;        

	}
	#gral a {
		color: rgb(255, 255, 255);
		font-size: 0.8rem;
		font-family: 'Josefin Sans', sans-serif;
		display: block;
		text-align: center;
		text-decoration: none;
		background-color: #FF6E5B;
		padding: 1.98%;
	}
	#gral a:hover {
		background-color: #37D199;
	}
	#gral img {
		width: 100%;
	}
	#arquitectonica a {
		color: rgb(255, 255, 255);
		font-size: 0.8rem;
		font-family: 'Josefin Sans', sans-serif;
		text-align: center;
		background-color: #9B79CC;
		text-decoration: none;
		display: block;
		position: relative;
		padding: 2%;
        
	}
	#arquitectonica a:hover {
		background-color: #37D199;
	}
	#arquitectonica {
      	width: 100%;
        position: relative;
		margin-top: 0.8rem; 
	}
	#arquitectonica img {
		width: 100%;
	}
	#urba a {
		color: rgb(255, 255, 255);
		font-size: 0.8rem;
		font-family: 'Josefin Sans', sans-serif;
		text-align: center;
		background-color: #5BA4B5;
		text-decoration: none;
		display: block;    
		padding: 2%;
	}
	#urba a:hover {
		background-color: #37D199;
	}
	#urba {
		width: 100%;
        position: relative;
		margin-top: 0.8rem; 
	}
	#urba img {
		width: 100%;
	}
	footer {
		clear: both;
		background-color: rgb(55, 209, 153);
		height: 3rem;
		padding-top: 0.5%;
		
		
		
	}
	footer h4 {
		color: rgb(255, 255, 255);
		font-size: 0.7rem;
		font-family: 'Josefin Sans', sans-serif;
		text-align: center;
	}
	footer img {
		width: 100%;
		height: 2rem;
		margin-top: 0.6rem;
		
	}


}

/*ABRO CSS DEL SLIDER*/


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 36px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}
	

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	
	left: -5px;
	background: #fff;
	
	
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}


/* PUNTOS PASADORES */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}
	

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: rgb(180, 247, 221);
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: rgb(55, 209, 153);
}
	
/* FLECHAS */

.bx-wrapper .bx-prev {
	left: 1%;
	background: url(js/slider/images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 2%;
	background: url(js/slider/images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* PIE DE LA FOTO*/

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(55, 209, 153, 0.33);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: 'Josefin Sans', sans-serif;
	display: block;
	font-size: 0.9em;
	padding: 10px;
}

/*CIERRO CSS DEL SLIDER*/

/* PAGINA GENERAL */
#paginageneral {
    width: 73%;
    float: right;
    margin-left: 1rem;
    position: relative;
  }
#morfologiaarriba {
    width: 100%;
}
#morfologiaarriba h1 {
    color: #FF6E5B;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 600;
    font-size: 1.2rem;
    text-decoration: underline;
      margin-top: 1rem; 
}
#botongaleriageneral {
float: right;
    background-color: #FF6E5B;
    position: absolute;
    top: 1rem;
    left: 37rem;
    padding-left: 0.9%;
    padding-right: 0.9%;
    padding-top: 0.6%;
    padding-bottom: 0.4%;
    font-family: 'Josefin Sans', sans-serif;
    list-style: none;
    text-decoration: none;
    color: #fff;
}

#botonvideosgeneral {
    float: right;
    background-color: #FF6E5B;
    position: absolute;
    top: 1rem;
    left: 42.5rem;
    padding-left: 0.9%;
    padding-right: 0.9%;
    padding-top: 0.6%;
    padding-bottom: 0.4%;
    font-family: 'Josefin Sans', sans-serif;
    list-style: none;
}
#botongaleriageneral a {
    list-style: none;
    text-decoration: none;
    color: #fff;
}
#botonvideosgeneral a {
    list-style: none;
    text-decoration: none;
    color: #fff;
}
#botongaleriageneral:hover {
    background-color: rgb(55, 209, 153);
}
#botonvideosgeneral:hover {
    background-color: rgb(55, 209, 153);
}
#botoncronogramageneral {
    float: right;
    background-color: #FF6E5B;
    position: absolute;
    top: 1rem;
    left: 33.8rem;
    padding-left: 0.9%;
    padding-right: 0.9%;
    padding-top: 0.6%;
    padding-bottom: 0.4%;
    font-family: 'Josefin Sans', sans-serif;
    list-style: none;
}
#botoncronogramageneral a {
    list-style: none;
    text-decoration: none;
    color: #fff;
}
#botoncronogramageneral:hover {
    background-color: rgb(55, 209, 153);
}
#botongaleriageneral1 {
float: right;
    background-color: #FF6E5B;
    position: absolute;
    top: 1rem;
    left: 41.2rem;
    padding-left: 0.9%;
    padding-right: 0.9%;
    padding-top: 0.6%;
    padding-bottom: 0.4%;
    font-family: 'Josefin Sans', sans-serif;
    list-style: none;
    text-decoration: none;
    color: #fff;
}
#botongaleriageneral1 a {
    list-style: none;
    text-decoration: none;
    color: #fff;
}
#botongaleriageneral1:hover {
    background-color: rgb(55, 209, 153);
}

#botoncronogramageneral1 {
float: right;
    background-color: #FF6E5B;
    position: absolute;
    top: 1rem;
    left: 32.6rem;
    padding-left: 0.9%;
    padding-right: 0.9%;
    padding-top: 0.6%;
    padding-bottom: 0.4%;
    font-family: 'Josefin Sans', sans-serif;
    list-style: none;
    text-decoration: none;
    color: #fff;
}
#botoncronogramageneral1 a {
    list-style: none;
    text-decoration: none;
    color: #fff;
}
#botoncronogramageneral1:hover {
    background-color: rgb(55, 209, 153);
}

.titulos {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 13pt;
    font-weight: 600;
    color: rgb(252, 71, 71);
    margin-bottom: 1%;
    display: inline-block;
}
.contenido {
	font-family: 'Josefin Sans', sans-serif;
    font-size: 12pt;
    font-weight: 400;
    color:rgba(0, 0, 0, 0.9);
}
.subtitulos {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 11.5pt;
    font-weight: 600;
    color:rgba(0, 0, 0, 0.9);
}

#cronogramageneral {
	float: right;
	width: 100%;
	height: 400px;
	margin-top: 1.7%;
	margin-left: 11%;
	margin-bottom: 19rem;
}
	#abajo {
		background-color: rgb(55, 209, 153);
		width: 100%;
		height: 3rem;
		list-style: none;
		margin: 0%;
		margin-right: 0;
		margin-top: 43rem;
	}
	#abajo h4 {
		font-family: 'Josefin Sans', sans-serif;
		text-align: center;
		font-size: 0.7rem;
		color: rgb(255, 255, 255);
		font-weight: 300;
		height: 2rem;
		padding-top: 0.5%;
		padding-bottom: -3.9%;
		margin-bottom: -1%;
	}
	#abajo img {
		width: 100%;
		}
#cronogramageneral ul li {
	text-decoration: none;
	list-style: none;
}
#lineageneral1  {
	background-color: #FF6E5B;
	width: 30%;
	margin-left: 0rem;
	margin-top: 0.2rem;
	margin-bottom: 0.5rem;
}
#lineageneral2  {
	background-color: #FF6E5B;
	width: 26%;
	margin-left: 0rem;
	margin-top: 0.2rem;
	margin-bottom: 0.5rem;
}

#lineageneralgrande {
	background-color: #FF6E5B;
	height: 0.12rem;
	width: 100%;
	margin-top: 0.6rem;
	margin-left: 0;
}
/* VIDEOS GENERAL*/


/* PAGINA ARQUITECTONICA */

.titulosarquitectonica {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 13pt;
    font-weight: 600;
    color: #9b79cc;
    margin-bottom: 1%;
    display: inline-block;
}
.subtitulosarquitectonica {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 11.5pt;
    font-weight: 600;
    color:rgba(0, 0, 0, 0.9);
}

#arquitectonicaarriba h1 {
	color: #9b79cc;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 600;
	display: block;
	font-size: 1.2rem;
	text-decoration: underline;
	margin-bottom: 0.7rem;
	margin-top: 1.5rem;
	position: relative;
	margin-left: 27%;
}
#cronogramaarquitectonica {
	float: right;
	width: 72%;
	height: 400px;
	margin-top: 1.7%;
	margin-left: 11%;
	margin-bottom: 19rem;
}
#botongaleriaarquitectonica {
	background-color: #9b79cc;
	color: rgb(255, 255, 255);
	font-size: 0.8rem;
	font-weight: 400;
	font-family: 'Josefin Sans', sans-serif;
	display: block;
	padding-right: 1%;
	padding-left: 1%;
	padding-top: 0.5%;
	padding-bottom: 0.5%;
	width: 6%;
	float: left;
	margin-top: -4%;
	margin-left: 83%;
	text-align: center;
	}
#botongaleriaarquitectonica a {
		padding-right: 1%;
		padding-left: 1%;
		padding-top: 0.5%;
		padding-bottom: 0.5%;
		width: 6%;
}
#botongaleriaarquitectonica:hover {
background-color: rgb(55, 209, 153);
}

#botongaleriaarquitectonica li a {
	text-decoration: none;
	color: rgb(255, 255, 255);
}
#botonvideosarquitectonica {
	background-color: #9b79cc;
	text-decoration: none;
	color: rgb(255, 255, 255);
	font-size: 0.8rem;
	font-weight: 400;
	font-family: 'Josefin Sans', sans-serif;
	display: block;
	padding-right: 1%;
	padding-left: 0.5%;
	padding-top: 0.5%;
	padding-bottom: 0.5%;
	width: 6%;
	float: left;
	margin-left: 92.5%;
	margin-top: -4%;
	list-style: none;
	text-align: center;
}
#botonvideosarquitectonica:hover {
	background-color: rgb(55, 209, 153);
}
#botonvideosarquitectonica li a {
	text-decoration: none;
	color: rgb(255, 255, 255);
}
#botoncronogramaarquitectonica {	
	background-color: #9b79cc;
	color: rgb(255, 255, 255);
	font-size: 0.8rem;
	font-weight: 400;
	font-family: 'Josefin Sans', sans-serif;
	display: block;
	padding-right: 4%;
	padding-left: 1%;
	padding-top: 0.5%;
	padding-bottom: 0.5%;
	width: 6%;
	float: left;
	margin-top: -4%;
	margin-left: 80%;
}
#botoncronogramaarquitectonica:hover {
	background-color: rgb(55, 209, 153);
}
#botoncronogramaarquitectonica li a {
	text-decoration: none;
	color: rgb(255, 255, 255);
}
#lineagrandearquitectonica {
	background-color: #9B79CC;
	height: 0.12rem;
	width: 100%;
	margin-top: 0.6rem;
	margin-left: 0;

}
/*PAGINA URBANA*/
.titulosurbana {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 13pt;
    font-weight: 600;
    color: #5BA4B5;
    margin-bottom: 1%;
    display: inline-block;
}
.subtitulosurbana {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 11.5pt;
    font-weight: 600;
    color:rgba(0, 0, 0, 0.9);
}
#urbanaarriba h1 {
	color: #5BA4B5;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 600;
	display: block;
	font-size: 1.2rem;
	text-decoration: underline;
	margin-bottom: 0.7rem;
	margin-top: 1.5rem;
	position: relative;
	margin-left: 27%;
}
#cronogramaurbana {
	float: right;
	width: 100%;
	height: 400px;
	margin-top: 1.7%;
	margin-left: 11%;
	margin-bottom: 19rem;
}
#botongaleriaurbana {
	background-color: #5BA4B5;
	color: rgb(255, 255, 255);
	font-size: 0.8rem;
	font-weight: 400;
	font-family: 'Josefin Sans', sans-serif;
	display: block;
	padding-right: 1%;
	padding-left: 1%;
	padding-top: 0.5%;
	padding-bottom: 0.5%;
	width: 6%;
	float: left;
	margin-top: -4%;
	margin-left: 83%;
	text-align: center;
	}
#botongaleriaurbana a {
		padding-right: 1%;
		padding-left: 1%;
		padding-top: 0.5%;
		padding-bottom: 0.5%;
		width: 6%;
}
#botongaleriaurbana:hover {
background-color: rgb(55, 209, 153);
}

#botongaleriaurbana li a {
	text-decoration: none;
	color: rgb(255, 255, 255);
}
#botonvideosurbana {
	background-color: #5BA4B5;
	text-decoration: none;
	color: rgb(255, 255, 255);
	font-size: 0.8rem;
	font-weight: 400;
	font-family: 'Josefin Sans', sans-serif;
	display: block;
	padding-right: 1%;
	padding-left: 0.5%;
	padding-top: 0.5%;
	padding-bottom: 0.5%;
	width: 6%;
	float: left;
	margin-left: 92.5%;
	margin-top: -4%;
	list-style: none;
	text-align: center;
}
#botonvideosurbana:hover {
	background-color: rgb(55, 209, 153);
}
#botonvideosurbana li a {
	text-decoration: none;
	color: rgb(255, 255, 255);
}
#botoncronogramaurbana {	
	background-color: #5BA4B5;
	color: rgb(255, 255, 255);
	font-size: 0.8rem;
	font-weight: 400;
	font-family: 'Josefin Sans', sans-serif;
	display: block;
	padding-right: 4%;
	padding-left: 1%;
	padding-top: 0.5%;
	padding-bottom: 0.5%;
	width: 6%;
	float: left;
	margin-top: -4%;
	margin-left: 80%;
}
#botoncronogramaurbana:hover {
	background-color: rgb(55, 209, 153);
}
#botoncronogramaurbana li a {
	text-decoration: none;
	color: rgb(255, 255, 255);
}
#lineaurbanagrande {
	background-color: #5BA4B5;
	height: 0.12rem;
	width: 100%;
	margin-top: 0.6rem;
	margin-left: 0;

}
*/

/* RANKING */

#mainranking {
    width: 73%;
    float: right;
    margin-left: 1rem;
    position: relative;
}
#visitasmes {
    margin-top: 2.4%;
    margin-bottom: 3.7%;
    margin-left: 1%;
}
#visitasmes h1 {
    color: rgb(55, 209, 153);
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 600;
	font-size: 1.2rem;
    text-decoration: underline;
    margin-bottom: 1rem;
}
#barrauno {
    position: absolute;
    top: 3rem;
    left: 0.8rem;
}
#barraunocirculo img {
    margin-left: 2.5rem;
    margin-top: 0.5rem;
}
#barraunocirculo img:hover {
    background-image: url(imagenes/puntoranking2-01.svg);
    background-repeat: no-repeat;
    margin-left: 2.5rem;
    margin-top: 0.5rem;
}
#barrados {
    position: absolute;
    top: 9.5rem;
    left: 8.5rem;
}
#barradoscirculo img {
    margin-left: 2.5rem;
    margin-top: 0.5rem;
}
#barradoscirculo img:hover {
    background-image: url(imagenes/puntoranking2-01.svg);
    background-repeat: no-repeat;
    margin-left: 2.5rem;
    margin-top: 0.5rem;
}
#barratres { 
    position: absolute;
    top: 9.5rem;
    left: 16.3rem;
}
#barratrescirculo img {
    margin-left: 2.5rem;
    margin-top: 0.5rem;
}
#barratrescirculo img:hover {
    background-image: url(imagenes/puntoranking2-01.svg);
    background-repeat: no-repeat;
    margin-left: 2.5rem;
    margin-top: 0.5rem;
}
#barracuatro {
    position: absolute;
    top: 12rem;
    left: 24.2rem;
}
#barracuatrocirculo img {
    margin-left: 2.5rem;
    margin-top: 0.5rem;
}
#barracuatrocirculo img:hover {
    background-image: url(imagenes/puntoranking2-01.svg);
    background-repeat: no-repeat;
    margin-left: 2.5rem;
    margin-top: 0.5rem;
}
#barracinco {
    position: absolute;
    top: 19.3rem;
    left: 32rem;
}
#barracincocirculo img {
    margin-left: 2.5rem;
    margin-top: 0.5rem;
}
#barracincocirculo img:hover {
    background-image: url(imagenes/puntoranking2-01.svg);
    background-repeat: no-repeat;
    margin-left: 2.5rem;
    margin-top: 0.5rem;
}
#barraseis {
    position: absolute;
    top: 19.3rem;
    left: 40rem;
}
#barraseiscirculo img {
    margin-left: 2.5rem;
    margin-top: 0.5rem;
}
#barracincocirculo img:hover {
    background-image: url(imagenes/puntoranking2-01.svg);
    background-repeat: no-repeat;
    margin-left: 2.5rem;
    margin-top: 0.5rem;
}
#botonvotar {
    position: absolute;
    top: 39rem;
    margin-left: 21rem;
    text-decoration: none;
    background-color: rgb(55, 209, 153);
    display: block;
    padding: 1%;
}
#botonvotar a { 
    color: rgb(255, 255, 255);
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 600;
	font-size: 0.8rem;
    text-decoration: none;
}
#botonvotar:hover {
    background-color: #B4F7DD;
    }
#vota {
    position: absolute;
    top: 36.5rem;
    margin-left: 5rem;
}
#vota h1 {
    font-family: 'Josefin Sans', sans-serif;
    color: rgb(3, 3, 3);
    font-size: 1rem;
    font-weight: 400;
}

#galeriatitulo {
    
    width: 68%;
    float: right;
    position: relative;
}

/* GALERIA */
#galeriatitulo h1 {
    color: rgb(55, 209, 153);
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 600;
	display: block;
	font-size: 1.5em;
    text-decoration: underline;
    margin-bottom: 1REM;
}
#galeriatitulo p {
    margin-top: 2.3rem;
    color: #FF6E5B;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
	display: block;
	font-size: 1em; 
}

#galeria {
	width: 100%;
	float: right;
	position: absolute;
	margin-top: 3%;
}
#foto2 {
    margin-top: 0.9rem;
}
#foto3 {
    position: absolute;
    top: 0.1rem;
    left: 25rem;
}
#foto4 {
    margin-top: 0.9rem;
}
#foto5 {
    position: absolute;
   top: 20.7rem;
left: 15.6rem;
}
#foto6 {
   position: absolute;
	top: 0.1rem;
	left: 42.2rem;
}

/*CATEDRA*/
.catedranegrita {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 11.5pt;
    font-weight: 700; 
    text-decoration: underline;
}
.catedranegrita2 {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 11.5pt;
    font-weight: 600;
    color: rgb(55, 209, 153);
}

#catedra p {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 11pt;
    font-weight: 400;
}

    
.tituloscatedra {
    color: rgb(55, 209, 153);
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 600;
	display: block;
	font-size: 1.2rem;
    text-decoration: underline;
    margin-bottom: 1rem;
}

#catedra {
    margin-top: 1.2rem;
    width: 72%;
    float: right;
    margin-bottom: 1rem;
}
.subtituloscatedra {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 14pt;
    font-weight: 700;
    color:rgba(0, 0, 0, 0.9);
}
#catedra hr {
    width: 93%;
    color: rgb(55, 209, 153);
    
}





/* CONSULTA */
#cajaconsulta {
	margin-left: 27%;
	margin-top: 2.5%;
	margin-bottom: 3%;
}
#cajaconsulta h1 {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 12pt;
    font-weight: 600;
    color: rgb(55, 209, 153);
    padding-bottom: 0.4%;
    padding-top: 1%;
}
#cajaconsulta p {
    color: rgb(55, 209, 153);
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 600;
	display: block;
	font-size: 1.2rem;
    text-decoration: underline;
    margin-bottom: 1rem;
}
#cajaconsulta p2 {
    font-family: 'Josefin Sans', sans-serif;
    color: rgb(3, 3, 3);
    font-size: 1rem;
    font-weight: 400;
}

#textocomentario {
    width: 50%;
}
textarea {
    width: 40rem;
    height: 10rem;
}
#botonenviar {
    clear: both;
}
submit {
    background-color: rgb(55, 209, 153);
    color: rgb(255, 255, 255);
}

/* VIDEO GENERAL*/

#botonvideo1 {
	background-color: #FF6E5B;
	color: rgb(255, 255, 255);
	font-size: 0.8rem;
	font-weight: 400;
	font-family: 'Josefin Sans', sans-serif;
	display: block;
	padding-right: 2%;
	padding-left: 1%;
	padding-top: 0.5%;
	padding-bottom: 0.5%;
	width: 6%;
	float: left;
	margin-top: -4%;
	margin-left: 91%;
	text-align: center;
	text-decoration: none;
}
#botonvideo1 a {
		padding-right: 1%;
		padding-left: 1%;
		padding-top: 0.5%;
		padding-bottom: 0.5%;
		width: 6%;
}
#botonvideo1:hover {
background-color: rgb(55, 209, 153);
}

#botonvideo1 li a {
	text-decoration: none;
	color: rgb(255, 255, 255);
}

#botonvideo2 {
	background-color: #FF6E5B;
	color: rgb(255, 255, 255);
	font-size: 0.8rem;
	font-weight: 400;
	font-family: 'Josefin Sans', sans-serif;
	display: block;
	padding-right: 8%;
	padding-left: 1%;
	padding-top: 0.5%;
	padding-bottom: 0.5%;
	width: 6%;
	float: left;
	margin-top: -4%;
	margin-left: 74%;
	text-align: center;
	text-decoration: none;
	}
#botonvideo2 a {
		padding-right: 1%;
		padding-left: 1%;
		padding-top: 0.5%;
		padding-bottom: 0.5%;
		width: 6%;
}
#botonvideo2:hover {
background-color: rgb(55, 209, 153);
}

#botonvideo2 li a {
	text-decoration: none;
	color: rgb(255, 255, 255);
}
/*BOTONES VIDEO ARQ*/
#titulovideosarquitectonica h1 {
	color: #9B79CC;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 600;
	display: block;
	font-size: 1.2rem;
	text-decoration: underline;
	margin-bottom: 0.7rem;
	margin-top: 1.5rem;
	position: relative;
	margin-top: 0;
	position: relative;
	margin-left: 27%;
}
#botonvideoarquitectonica1 {
	background-color: #9B79CC;
	color: rgb(255, 255, 255);
	font-size: 0.8rem;
	font-weight: 400;
	font-family: 'Josefin Sans', sans-serif;
	display: block;
	padding-right: 2%;
	padding-left: 1%;
	padding-top: 0.5%;
	padding-bottom: 0.5%;
	width: 6%;
	float: left;
	margin-top: -4%;
	margin-left: 91%;
	text-align: center;
	text-decoration: none;
}
#botonvideoarquitectonica1 a {
		padding-right: 1%;
		padding-left: 1%;
		padding-top: 0.5%;
		padding-bottom: 0.5%;
		width: 6%;
}
#botonvideoarquitectonica:hover {
background-color: rgb(55, 209, 153);
}

#botonvideoarquitectonica1 li a {
	text-decoration: none;
	color: rgb(255, 255, 255);
}

#botonvideoarquitectonica2 {
	background-color: #9B79CC;
	color: rgb(255, 255, 255);
	font-size: 0.8rem;
	font-weight: 400;
	font-family: 'Josefin Sans', sans-serif;
	display: block;
	padding-right: 8%;
	padding-left: 1%;
	padding-top: 0.5%;
	padding-bottom: 0.5%;
	width: 6%;
	float: left;
	margin-top: -4%;
	margin-left: 74%;
	text-align: center;
	text-decoration: none;
	}
#botonvideoarquitectonica2 a {
		padding-right: 1%;
		padding-left: 1%;
		padding-top: 0.5%;
		padding-bottom: 0.5%;
		width: 6%;
}
#botonvideoarquitectonica2:hover {
background-color: rgb(55, 209, 153);
}

#botonvideoarquitectonica2 li a {
	text-decoration: none;
	color: rgb(255, 255, 255);
}
#video {
    width: 73%;
    float: right;
    margin-bottom: 50rem;
    height: 50rem;
    position: relative;
}

#video p {
   color: #FF6E5B;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 600;
	display: block;
	font-size: 1.2rem;
    text-decoration: underline;
    margin-bottom: 1rem;
}

#videosa {
    width: 95%;
    position: absolute;
    top: 4rem;
    height: 85%;
    margin-bottom: 5rem;
    position: absolute;
}
#video1 {
    width: 60%;
    height: 50%;
    margin-bottom: 1rem;
}
#video1b {
    width: 100%;
    position: absolute;
    top: 0rem;
    left: 28rem;
}
#video1 img {
    position: absolute;
    top: 0.1rem;
}
#video1 p1 {
    float: right;
    width: 40%;
    color: rgb(3, 3, 3);
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
    font-size: 1rem;
    position: absolute;
    top: 9rem;
}
.alumnovideo {
    color: #FF6E5B;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
    font-size: 1rem;
}

#video2 {
    width: 60%;
    height: 50%;
    margin-bottom: 1rem;
}
#video2b {
    width: 100%;
    height: 20rem;
    position: absolute;
    top: 0rem;
    left: 28rem;
}
#video2 img {
    position: absolute;
    top: 22.4rem;
}
#video2 p1 {
    float: right;
    width: 40%;
    color: rgb(3, 3, 3);
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
    font-size: 1rem;
    position: absolute;
    top: 31.3rem;
}


#video3 {
    width: 60%;
    height: 50%;
    margin-bottom: 1rem;
}
#video3b {
    width: 100%;
    height: 20rem;
    position: absolute;
    top: 0rem;
    left: 28rem;
}
#video3 img {
    position: absolute;
    top: 44.6rem;
}
#video3 p1 {
    float: right;
    width: 40%;
    color: rgb(3, 3, 3);
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
    font-size: 1rem;
    position: absolute;
    top: 53.6rem;
}

#video4 {
    width: 60%;
    height: 50%;
    margin-bottom: 1rem;
}
#video4b {
    width: 100%;
    height: 20rem;
    position: absolute;
    top: 0rem;
    left: 28rem;
}
#video4 img {
    position: absolute;
    top: 66.8rem;
}
#video4 p1 {
    float: right;
    width: 40%;
    color: rgb(3, 3, 3);
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
    font-size: 1rem;
    position: absolute;
    top: 75.6rem;
}
/* VIDEO ARQUITECTONICA*/
#videoarquitectonica {
    width: 73%;
    float: right;
    margin-top: 1.3rem;
    margin-bottom: 50rem;
    height: 50rem;
    position: relative;
}

#videoarquitectonica p {
   color: #9b79cc;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 600;
	display: block;
	font-size: 1.2rem;
    text-decoration: underline;
    margin-bottom: 1rem;
}

#videosarquitectonicaa {
    width: 95%;
    position: absolute;
    top: 3rem;
    height: 85%;
    margin-bottom: 5rem;
    position: absolute;
}
#videoarquitectonica1 {
    width: 60%;
    height: 50%;
    margin-bottom: 1rem;
}
#videoarquitectonica1b {
    width: 100%;
    position: absolute;
    top: 0rem;
    left: 28rem;
}
#videoarquitectonica1 img {
    position: absolute;
    top: 0.1rem;
}
#videoarquitectonica1 p1 {
    float: right;
    width: 40%;
    color: rgb(3, 3, 3);
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
    font-size: 1rem;
    position: absolute;
    top: 9rem;
}
#videoarquitectura1b {
    width: 100%;
    position: absolute;
    top: 0rem;
    left: 28rem;
}
.alumnovideoarquitectonica {
    color: #9b79cc;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
    font-size: 1rem;
}

#videoarquitectonica2 {
    width: 60%;
    height: 50%;
    margin-bottom: 1rem;
}
#videoarquitectonica2b {
    width: 100%;
    height: 20rem;
    position: absolute;
    top: 26rem;
    left: 28rem;
}
#videoarquitectonica2 img {
    position: absolute;
    top: 22.4rem;
}
#videoarquitectonica2 p1 {
    float: right;
    width: 40%;
    color: rgb(3, 3, 3);
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
    font-size: 1rem;
    position: absolute;
    top: 3a.8rem;
}


#videoarquitectonica3 {
    width: 60%;
    height: 50%;
    margin-bottom: 1rem;
}
#videoarquitectonica3b {
    width: 100%;
    height: 20rem;
    position: absolute;
    top: 0rem;
    left: 52rem;
}
#videoarquitectonica3 img {
    position: absolute;
    top: 60.6rem;
}
#videoarquitectonica3 p1 {
    float: right;
    width: 40%;
    color: rgb(3, 3, 3);
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
    font-size: 1rem;
    position: absolute;
    top: 53.6rem;
}

#videoarquitectonica4 {
    width: 60%;
    height: 50%;
    margin-bottom: 1rem;
}
#videoarquitectonica4b {
    width: 100%;
    height: 20rem;
    position: absolute;
    top: 0rem;
    left: 28rem;
}
#videoarquitectonica4 img {
    position: absolute;
    top: 78.1rem;
}
#videoarquitectonica4 p1 {
    float: right;
    width: 40%;
    color: rgb(3, 3, 3);
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
    font-size: 1rem;
    position: absolute;
    top: 86.9rem;
}

/*DOCENTES*/
#docentes {
    width: 74%;
    float: right;
    margin-top: 1rem;
    margin-left: 2%;
    
}
#docentes h1 {
  color: rgb(55, 209, 153);
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 600;
	display: block;
	font-size: 1.2rem;
    text-decoration: underline;
    margin-bottom: 0.5rem;
}

#misuraquita {
	width: 46.5%;
	float: left;	
    position: relative;
    margin-top: 2%;
	}
#misuraquita h1 {
    font-size: 01.1rem;
	font-weight: 600; 
	font-family: 'Josefin Sans', sans-serif;
	color: rgb(55, 209, 153);
    float: right;
	width: 52%;
    position: absolute;
    top: 1%;
    left: 10rem;
    text-decoration: none;
}

#misuraquita p1 {
		font-size: 0.9rem;
		font-weight: 400; 
		font-family: 'Josefin Sans', sans-serif;
		color: rgb(3, 3, 3);
        float: right;
		width: 52%;  position: absolute;
        top: 18%;
        left: 10rem;
}

#misuraquita img {
		margin-top: 0.2rem;
	}


#giani {
	width: 46.5%;
	float: right;	
    position: relative;
    margin-top: 2%;
    
	}
#giani h1 {
    font-size: 01.1rem;
	font-weight: 600; 
	font-family: 'Josefin Sans', sans-serif;
	color: rgb(55, 209, 153);
    float: right;
	width: 52%;
    position: absolute;
    top: 1%;
    left: 10rem;
    text-decoration: none;
}

#giani p1 {
		font-size: 0.9rem;
		font-weight: 400; 
		font-family: 'Josefin Sans', sans-serif;
		color: rgb(3, 3, 3);
        float: right;
		width: 52%;  position: absolute;
        top: 18%;
        left: 10rem;
}

#giani img {
		margin-top: 0.2rem;
	}
#salguero {
	width: 46.5%;
	float: left;	
    position: relative;
    margin-top: 3%;
    
	}
#salguero h1 {
    font-size: 01.1rem;
	font-weight: 600; 
	font-family: 'Josefin Sans', sans-serif;
	color: rgb(55, 209, 153);
    float: right;
	width: 52%;
    position: absolute;
    top: 1%;
    left: 10rem;
    text-decoration: none;
}

#salguero p1 {
		font-size: 0.9rem;
		font-weight: 400; 
		font-family: 'Josefin Sans', sans-serif;
		color: rgb(3, 3, 3);
        float: right;
		width: 52%;  position: absolute;
        top: 18%;
        left: 10rem;
}

#salguero img {
		margin-top: 0.2rem;
	}
#testoni {
	width: 46.5%;
	float: right;	
    position: relative;
    margin-top: 3%;
    
	}
#testoni h1 {
    font-size: 01.1rem;
	font-weight: 600; 
	font-family: 'Josefin Sans', sans-serif;
	color: rgb(55, 209, 153);
    float: right;
	width: 52%;
    position: absolute;
    top: 1%;
    left: 10rem;
    text-decoration: none;
}

#testoni p1 {
		font-size: 0.9rem;
		font-weight: 400; 
		font-family: 'Josefin Sans', sans-serif;
		color: rgb(3, 3, 3);
        float: right;
		width: 52%;  position: absolute;
        top: 18%;
        left: 10rem;
}

#testoni img {
		margin-top: 0.2rem;
	}
#villamil {
	width: 46.5%;
	float: left;	
    position: relative;
    margin-top: 3%;
	}
#villamil h1 {
    font-size: 01.1rem;
	font-weight: 600; 
	font-family: 'Josefin Sans', sans-serif;
	color: rgb(55, 209, 153);
    float: right;
	width: 52%;
    position: absolute;
    top: 1%;
    left: 10rem;
    text-decoration: none;
}

#villamil p1 {
		font-size: 0.9rem;
		font-weight: 400; 
		font-family: 'Josefin Sans', sans-serif;
		color: rgb(3, 3, 3);
        float: right;
		width: 52%;  position: absolute;
        top: 18%;
        left: 10rem;
}

#villamil img {
		margin-top: 0.2rem;
	}
#gomez {
	width: 46.5%;
	float: right;	
    position: relative;
    margin-top: 3%;
    
	}
#gomez h1 {
    font-size: 01.1rem;
	font-weight: 600; 
	font-family: 'Josefin Sans', sans-serif;
	color: rgb(55, 209, 153);
    float: right;
	width: 52%;
    position: absolute;
    top: 1%;
    left: 10rem;
    text-decoration: none;
}
#gomez p1 {
		font-size: 0.9rem;
		font-weight: 400; 
		font-family: 'Josefin Sans', sans-serif;
		color: rgb(3, 3, 3);
        float: right;
		width: 52%;  position: absolute;
        top: 18%;
        left: 10rem;
}
#gomez img {
		margin-top: 0.2rem;
}

/*PROXIMA BIBLIO*/

#proximabiblio {
    width: 73.5%;
    float: right;
    margin-top: 1.3rem;
    margin-left: 1rem;
    margin-bottom: 1.5rem;
}
#proximabiblio h1 {
    color: #9B79CC;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 600;
	display: block;
	font-size: 1rem;
    text-decoration: underline;
    margin-bottom: 1rem;
}
#proximabiblio h2 {
    color: rgb(3, 3, 3);
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
	display: block;
	font-size: 1.3rem;
    margin-bottom: 1rem;
}

#proximabiblio p1 {
    color: #9B79CC;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
    font-size: 1.1rem;
}
#proximabiblio p2 {
    color: rgb(3, 3, 3);
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
    font-size: 1rem;
}
#proximabiblio p3 {
    color: rgb(3, 3, 3);
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
    font-size: 1rem;
}
#proximabibliotexto {
    width: 100%;
    float: right;
    clear: both;
}
#proximabilbiofoto {
    width: 100%;
    float: right;
    clear: both;
    margin-top: 1.3rem;
    margin-bottom: 1rem;
}
/*EXPERIENCIAS*/

#experienciajoven  {
    width: 73.5%;
    float: right;
    margin-top: 1.3rem;
    margin-left: 1rem;
    margin-bottom: 1rem;
}
#experienciajoven h1 {
    color: rgb(55, 209, 153);
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 600;
	display: block;
	font-size: 1.2rem;
    text-decoration: underline;
    margin-bottom: 0.5rem;
    margin-top: 1rem;
}

#experienciajoven h2 {
    color: rgb(55, 209, 153);
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
	display: block;
	font-size: 1rem;
    margin-bottom: 1.2rem;
}
#experienciajoven h3 {
    color: rgb(55, 209, 153);
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 600;
	display: block;
	font-size: 1rem;
    margin-bottom: 0.5rem;
    margin-top: 1rem;
}

.preguntasentrevista {
    color: rgb(3, 3, 3);
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
	display: block;
	font-size: 1.1rem;
}
#botonranking {
	background-color: rgb(55, 209, 153);
	color: rgb(255, 255, 255);
	font-size: 1.1rem;
	font-weight: 600;
	font-family: 'Josefin Sans', sans-serif;
	display: block;
	padding-right: 2%;
	padding-left: 2%;
	padding-top: 0.5%;
	padding-bottom: 0.5%;
	width: 32%;
	float: left;
	text-align: center;
	text-decoration: none;
    margin-top: 1rem;
}
#botonranking a {
		padding-right: 1%;
		padding-left: 1%;
		padding-top: 0.5%;
		padding-bottom: 0.5%;
		width: 6%;
        text-decoration: none;
        color: rgb(255, 255, 255);
}
#botonranking:hover {
background-color: rgba(55, 209, 153, 0.58);
}

#imageneexpjoven {
    width: 73.5%;
    float: left;
    margin-top: 1rem;
}
/*ULTIMA VISITA*/

#textoparque {
    width: 100%;
    float: right;
    clear: both;
}
#ultimaparque {
    width: 73.5%;
    float: right;
    margin-top: 1.3rem;
    margin-left: 1rem;
    margin-bottom: 1.5rem;
}
#ultimaparque h1 {
    color: #FF6E5B;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 600;
	display: block;
	font-size: 1.2rem;
    text-decoration: underline;
    margin-bottom: 1rem;
}
#ultimaparque h2 {
    color: rgb(3, 3, 3);
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
	display: block;
	font-size: 1rem;
    margin-bottom: 1rem;
}
#parqueambas1 {
    float: left;
}
#parquem1 {
    margin-right: 1rem;
    margin-bottom: 1rem;
}
#parqueambas2 {
    float: left;
    margin-bottom: 1.5rem;
}
#parquem3 {
    margin-right: 1rem;
    margin-bottom: 1rem;
}
#ultimaparque p1 {
    color: rgb(3, 3, 3);
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
    font-size: 1rem;
}
#ultimaparque p2 {
    color: rgb(3, 3, 3);
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
    font-size: 1rem;
}


/*

Responsive Mobile Menu v1.0
Plugin URI: responsivemobilemenu.com

Author: Sergio Vitov
Author URI: http://xmacros.com

License: CC BY 3.0 http://creativecommons.org/licenses/by/3.0/

*/

.rmm {
	display:block;
	position:relative;	
	width:100%;
	padding:0px;
	margin:0 auto !important;
	line-height:19px !important;
	background-color: rgb(55, 209, 153);
}
.rmm * {
	-webkit-tap-highlight-color:#fff !important;
	font-family: 'Josefin Sans', sans-serif;
}
.rmm a {
	text-decoration:none;
}
.rmm .rmm-main-list, .rmm .rmm-main-list li {
	margin:0px;
	padding:0px;
}
.rmm ul {
	display:block;
	width:auto !important;
	margin:0 auto !important;
	overflow:hidden;
	list-style:none;
}


/* sublevel menu - in construction */
.rmm ul li ul, .rmm ul li ul li, .rmm ul li ul li a {
	display:none !important;
	height:0px !important;
	width:0px !important;
}
/* */


.rmm .rmm-main-list li {
	display:inline;
	padding:padding:0px;
	margin:0px !important;
}
.rmm-toggled {
	display:none;
	width:100%;
	position:relative;
	overflow:hidden;
	margin:0 auto !important;
}
.rmm-button:hover {
	cursor:pointer;
}
.rmm .rmm-toggled ul {
	display:none;
	margin:0px !important;
	padding:0px !important;
}
.rmm .rmm-toggled ul li {
	display:block;
	margin:0 auto !important;
}



/* MINIMAL STYLE */

.rmm.minimal a:hover {
	opacity:0.7;
}
.rmm.minimal .rmm-main-list li a {
	display:inline-block;
	padding:8px 30px 8px 30px;
	margin:0px -3px 0px -3px;
	font-size:15px;
}
.rmm.minimal .rmm-toggled {
	width:95%;
	min-height:36px;
}
.rmm.minimal .rmm-toggled-controls {
	display:block;
	height:36px;
	text-align:left;
	position:relative;
}
.rmm.minimal .rmm-toggled-title {
	position:relative;
	top:9px;
	color: #fff;
	left:9px;
	font-size:16px;
}
.rmm.minimal .rmm-button {
	display:block;
	position:absolute;
	right:9px;
	top:7px;
}

.rmm.minimal .rmm-button span {
	display:block;
	margin:4px 0px 4px 0px;
	height:2px;
	background:#fff;
	width:25px;
}
.rmm.minimal .rmm-toggled ul li a {
	display:block;
	width:100%;
	text-align:center;
	padding:10px 0px 10px 0px;
	
}



/* PAGINA BOTONES URBANA */

#urbanaarriba2 {
    width: 100%;
}
#urbanaarriba2 h1 {
    color: #5BA4B5;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 600;
    font-size: 1.2rem;
    text-decoration: underline;
      margin-top: 1rem; 
}
#botongaleriaurbana1 {
float: right;
    background-color: #5BA4B5;
    position: absolute;
    top: 1rem;
    left: 41.2rem;
    padding-left: 0.9%;
    padding-right: 0.9%;
    padding-top: 0.6%;
    padding-bottom: 0.4%;
    font-family: 'Josefin Sans', sans-serif;
    list-style: none;
    text-decoration: none;
    color: #fff;
}

#botonvideourbana1 {
    float: right;
    background-color: #5BA4B5;
    position: absolute;
    top: 1rem;
    left: 42.5rem;
    padding-left: 0.9%;
    padding-right: 0.9%;
    padding-top: 0.6%;
    padding-bottom: 0.4%;
    font-family: 'Josefin Sans', sans-serif;
    list-style: none;
}
#botongaleriaurbana1 a {
    list-style: none;
    text-decoration: none;
    color: #fff;
}
#botonvideourbana1 a {
    list-style: none;
    text-decoration: none;
    color: #fff;
}
#botongaleriaurbana1:hover {
    background-color: rgb(55, 209, 153);
}
#botonvideourbana1:hover {
    background-color: rgb(55, 209, 153);
}
#botoncronogramaurbana1 {
    float: right;
    background-color: #5BA4B5;
    position: absolute;
    top: 1rem;
    left: 32.8rem;
    padding-left: 0.9%;
    padding-right: 0.9%;
    padding-top: 0.6%;
    padding-bottom: 0.4%;
    font-family: 'Josefin Sans', sans-serif;
    list-style: none;
}
#botoncronogramaurbana1 a {
    list-style: none;
    text-decoration: none;
    color: #fff;
}
#botoncronogramaurbana1:hover {
    background-color: rgb(55, 209, 153);
}
#botongaleriaurbana2 {
float: right;
    background-color: #5BA4B5;
    position: absolute;
    top: 1rem;
    left: 37rem;
    padding-left: 0.9%;
    padding-right: 0.9%;
    padding-top: 0.6%;
    padding-bottom: 0.4%;
    font-family: 'Josefin Sans', sans-serif;
    list-style: none;
    text-decoration: none;
    color: #fff;
}
#botongaleriaurbana2 a {
    list-style: none;
    text-decoration: none;
    color: #fff;
}
#botongaleriaurbana2:hover {
    background-color: rgb(55, 209, 153);
}

#botoncronogramageneral1 {
float: right;
    background-color: #FF6E5B;
    position: absolute;
    top: 1rem;
    left: 32.6rem;
    padding-left: 0.9%;
    padding-right: 0.9%;
    padding-top: 0.6%;
    padding-bottom: 0.4%;
    font-family: 'Josefin Sans', sans-serif;
    list-style: none;
    text-decoration: none;
    color: #fff;
}
#botoncronogramageneral1 a {
    list-style: none;
    text-decoration: none;
    color: #fff;
}
#botoncronogramageneral1:hover {
    background-color: rgb(55, 209, 153);
}
.alumnovideourbana {
    color: #5BA4B5;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
    font-size: 1rem;
}
	#abajo2 {
		background-color: rgb(55, 209, 153);
		width: 100%;
		height: 3rem;
		list-style: none;
		margin: 0%;
		margin-right: 0;
		margin-top: 43rem;
	}
#abajo2 h4 {
		font-family: 'Josefin Sans', sans-serif;
		text-align: center;
		font-size: 0.7rem;
		color: rgb(255, 255, 255);
		font-weight: 300;
		height: 2rem;
		padding-top: 0.5%;
		padding-bottom: -3.9%;
		margin-bottom: -1%;
	}
	#abajo2 img {
		width: 100%;
		}