*{
	margin: 0px;
	padding: 0px;
}

@font-face {
    font-family: 'novecento_sans_wide_bookbold';
    src: url('../fuentes/novecentosans_widebold_macroman/Novecentosanswide-Bold-webfont.eot');
    src: url('../fuentes/novecentosans_widebold_macroman/Novecentosanswide-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fuentes/novecentosans_widebold_macroman/Novecentosanswide-Bold-webfont.woff2') format('woff2'),
         url('../fuentes/novecentosans_widebold_macroman/Novecentosanswide-Bold-webfont.woff') format('woff'),
         url('../fuentes/novecentosans_widebold_macroman/Novecentosanswide-Bold-webfont.ttf') format('truetype'),
         url('../fuentes/novecentosans_widebold_macroman/Novecentosanswide-Bold-webfont.svg#novecento_sans_wide_bookbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'novecento_sans_widebook';
    src: url('../fuentes/novecentosanswide_book_macroman/Novecentosanswide-Book-webfont.eot');
    src: url('../fuentes/novecentosanswide_book_macroman/Novecentosanswide-Book-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fuentes/novecentosanswide_book_macroman/Novecentosanswide-Book-webfont.woff2') format('woff2'),
         url('../fuentes/novecentosanswide_book_macroman/Novecentosanswide-Book-webfont.woff') format('woff'),
         url('../fuentes/novecentosanswide_book_macroman/Novecentosanswide-Book-webfont.ttf') format('truetype'),
         url('../fuentes/novecentosanswide_book_macroman/Novecentosanswide-Book-webfont.svg#novecento_sans_widebook') format('svg');
    font-weight: normal;
    font-style: normal;

}

.contenedor{
    width: 960px;
    margin: 0 auto 0 auto;
}

body{
    background-image: url(../imagenes/textured_paper.png);
	font-size: 16px;
	font-family: 'Roboto';
}

a{
	text-decoration: none;
	color: black;
}

a:hover{
	text-decoration: none;
	color: white;
}

h1{
	font-family: 'novecento_sans_wide_bookbold';
	font-size: 1.5rem;
	color:black;
	box-sizing: border-box;
    margin: 41px 15px 30px 0;
}

h3{
	font-family: 'novecento_sans_widebook';
	font-size: 0.9rem;
	color:black;
	box-sizing: border-box;
	margin:15px 15px 15px 0;
}

h4{
	font-family: 'novecento_sans_wide_bookbold';
	font-size: 0.9rem;
	color:black;
	box-sizing: border-box;
	margin:15px 15px 15px 0;
}

p{
	margin:0 10px 0 0;
	font-size: 0.75rem;
}

b{
    font-family: "Roboto";
    font-weight: 900;
}

header {
    width: 100%;
    height: 128px;
}

header img{
    width: 13%;
    height: auto;
    position: relative;
    float: left;
}

.social{
    height: 10px;
	margin: 10px;
    position: relative;
}

.social ul{
	position: absolute;
	top: 0px;
	right: 0px;
}

.social li{
	display: inline-block;
	list-style: none;
}


.navegador{
    height: 30px;
	margin-top: 72px;
	font-family:'novecento_sans_widebook';
	position: relative;
	float: right;
}

/*---MENU DESPLEGABLE ---*/  

			#header {
				  margin: auto;
				  width: 74%;
				  float: right;
				  font-size: 12px;
			}
			
			ul, ol {
				list-style:none;
			}
			
			.nav  li {
				float:left;
				transition: 1s;

			
}
			
			.nav li a {
				
				text-decoration:none;
				padding:10px 12px;
				display:block;
			}
			
			.nav li a:hover {
				background-color: #ff006c;
   color: white;
			}
			
			.nav li ul {
				display:none;
				position:absolute;
				width: 125px;
			}
			
			.nav li:hover ul {
				display:block;
			}
			
			.nav li ul li {
				position:relative;
				transition: 1s;
				background-color: darkgray;
				z-index:99;
				width: 122px;
                box-shadow: 2px 4px 8px #888888;
}
			
			.nav li ul li ul {
				top:0px;

			}
/*---FIN MENU DESPLEGABLE ---*/    

.contactofondo{
  background-color: #ff006c;
  color: white;
}

/*main*/

main section{
	margin-top: 35px;
	width: 100%;
	height: 472px;
	position: relative;
}

/*section article talleres*/

 .talleres{
	margin: 0px;
	width: 25%;
	height: 400px;
	position: relative;
	float: left;
}

 .talleres h1{
	position: relative;
	text-align: right;
}


 .imagen {
	width: 240px;
  height: 238px;
  position: relative;
	background-image: url(../imagenes/urbana-tv-1.jpg);
}
.imagen:hover {
width: 240px;
  height: 238px;
	background-image: url(../imagenes/hover1.png); /* le pones un valor de transparencia a tu gusto */
	transition: 1s;
}


 .galeria{
	padding-left: 10px;
	margin: 0px;
	width: 75%;
	height: 472px;
	position: relative;
	float: left;
	box-sizing: border-box;
}


/*FOOTER*/

footer{
	margin-top: 30px;
	width: 100%;
	height: 100px;
	position: relative;
	float: left;
	text-align: center;
	padding-top: 50px;
	box-sizing: border-box;
}

/*iconos y separadores*/

.ion-social-youtube-outline{
	padding: 4px 6px;
	width: 30px;
	height: 30px;
	margin: 10px;
	border: 1px solid #000;
	border-radius: 15px;
	box-sizing: border-box;
}

.ion-social-facebook{
	padding: 4px 10px;
	width: 30px;
	height: 30px;
	margin: 10px;
	border: 1px solid #000;
	border-radius: 15px;
	box-sizing: border-box;
}

.ion-social-googleplus-outline{
	padding: 4px 6px;
	width: 30px;
	height: 30px;
	margin: 10px;
	border: 1px solid #000;
	border-radius: 15px;
	box-sizing: border-box;
}

.separador1{
	width: 85%;
	clear: right;
}

.separador{
	width: 100%;
	clear: both;
}

/*galeria como es el dia a dia testimonios*/

.thumbnail {
	display:inline-block;
	padding: 4px;
	margin-bottom: 20px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.thumbnail:hover {
	color: #fff;
	border: 1px solid #ddd;
	transition: 2s;
	opacity: 2;
}




/* GENERALES */

.comillas {
	font-size: 36px;
	color: #333;
	line-height: 12px;
	font-family: 'Roboto';
}
.col-465 {
	float: left;
	width: 44%;	
	}
	.col-225 {
	float: left;
	width: 225px;	
	}
.margen-13-derecha {

	margin-right: 30px;


}

#banner-nivel {
	height: 175px;
	width: 100%;
	margin-bottom: -40px;
	overflow: hidden;
}
.nivel-mg {
	background-image: url(imagenes/banner-cabecera/mg.jpg);
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FC0;	
	}
	.nivel-m1 {
			background-image: url(imagenes/banner-cabecera/m1.jpg);
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #3C9;	
	}
	
	.nivel-m2 {
			background-image: url(imagenes/banner-cabecera/m2.jpg);
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #C3C;	
	}
	

	.banner-cabecera-inner {
	height: 60px;
	margin-top: 100px;
	width: 960px;
	font-family: 'Roboto';
	font-size: 40px;
	color: #fff;
	margin-right: auto;
	margin-left: auto;
	font-weight: 700;
	text-shadow: 3px 3px 10px #000000;
}
.margen-15-derecha {
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.margen-10-derecha {
	margin-right: 10px;
}
.margen-30-derecha {
	margin-right: 30px;
}

.margen-16-derecha {

	margin-right: 38px;

	margin-top: 23px;

}

.margen-20-derecha {
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.separador-vertical {
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #999;
}

.clear {
	clear: both;
}
.divisoria {
	height: 5px;
	width: 101%;
	margin-top: 25px;
	margin-bottom: 25px;
	border-top-width: 2px;
	border-top-style: outset;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCC;
	clear: both;
	float: none;
}


.divisoria-striped {
	background-image: url(imagenes/separador.png);
	background-repeat: repeat-x;
	height: 6px;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
	clear: both;
	float: none;
}

/* SECTION */

section {
	/* width: 75%; */
	margin-right: auto;
	margin-left: auto;
	padding-top: 80px;
	/* overflow: hidden; */
	padding-right: 73px;
	padding-left: -2px;
}

	/* Trabajo destacado */
	#imagen-destacada img {
		width:450px;
		height:auto;
		}
	.abstract-trabajo {
	width: 528px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	/* border-top-style: solid; */
	/* border-bottom-style: solid; */
	border-top-color: #ededed;
	border-bottom-color: #ededed;
	font-family: 'novecento_sans_widebook';
	font-size: 12px;
	color: #181616;
			}
#trabajos-destacados h1 {
		font-family: 'novecento_sans_widebook';
		font-size:24px;
		color:#333;
		display:inline-block;
		margin: 0 0 10px 0;
		
		}
		#trabajos-destacados p {
		font-family: "Open Sans";
		font-size:14px;
		color:#666;
		}

		.trabajos-relacionados {
	width: 960px;
	}


.trabajos-relacionados img {
	cursor: pointer;
	}




#overlay_jt {
  background-color: #000;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 235px;
  height: 120px;
  z-index: 1;
opacity: 0;}

	 
	
/* NIVELES */
#nivel h1 {
	font-family: 'novecento_sans_widebook';
	font-size: 24px;
	color: #FF006C;
	display: inline-block;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	background-color: transparent!important;
		}
		#nivel h3 {
	font-family: 'novecento_sans_widebook';
	font-size: 15px;
	color: #333;
	display: inline-block;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
		}
		#nivel h2 {
		font-family: 'novecento_sans_widebook';
		font-size:16px;
		color: #FF006C;
		display:inline-block;
		margin: 0 0 10px 0;
		}
		#nivel .nivel-uno h2 {
		font-family: 'novecento_sans_widebook';
		font-size:16px;
		color:#3C9;
		display:inline-block;
		margin: 0 0 10px 0;
		}
		#nivel .nivel-dos h2 {
		font-family: 'novecento_sans_widebook';
		font-size:16px;
		color:#C3C;
		display:inline-block;
		margin: 0 0 10px 0;
		}
		
		#nivel p {
		font-family: 'Roboto';
		font-size:12px;
		line-height: 16px;
		color: #010101;
		}

/* PROPUESTA PEDAGOGICA */
#aside-propuesta-pedagogica {
	padding: 22px;
	width: 318px;
	border: 1px solid #030303;	
	margin-top: 59px;
	background-color: whitesmoke;
}
	#aside-propuesta-pedagogica h2 {
	font-family: 'Roboto';
	color: #FF006C;
	font-size: 18px;
	
	}
	#aside-propuesta-pedagogica h3 {
	font-family: 'Roboto';
	color: #666;
	font-size: 16px;
	text-transform:none!important;
	
	}
	#aside-propuesta-pedagogica h3:hover {
	font-family: 'Roboto';
	color: #900;
	font-size: 16px;
	cursor: pointer;	
	}
#aside-propuesta-pedagogica p {
	font-family: 'Roboto';
	font-size: 14px;
	color: #999;
	font-family: 'Roboto';
	/* padding-top: 5px; */
	padding-right: 5px;
	padding-bottom: 5px;
	margin-right: 0px;
	margin-left: 0px;
	
	}
#propuesta-pedagogica h3 {
	font-family: 'Roboto';
	font-size: 16px;
	color: #333;
	display: block;
	margin: 0 0 10px 0;
	text-transform: uppercase;
}	
#propuesta-pedagogica p {
font-family: 'Roboto';
font-size: 14px;
color: #666;
}
	#aside-reserva-cupo h2 {
	font-family: 'Roboto';
	color: #666;
	font-size: 18px;
	
	}	

footer{
	margin-top: 30px;
	width: 100%;
	height: 100px;
	position: relative;
	float: left;
	text-align: center;
	padding-top: 50px;
	box-sizing: border-box;
}




/*Responsive header nav*/
@media screen and (max-width:540px){
	.contenedor{
		width: 100%;
          margin: 10px;
	}
	
	header img{
		width: 10%;
		margin: 10px;
	}
	
	#header{
		width: 100%;
	}
	
	.navegador{
		float:left;
		margin: 26px 0 0 26px;
		font-size: 0.8rem;
	}


}


/*Responsive cuerpo proyecto*/
@media screen and (max-width:540px){

.contactofondo{
  background-color: #ff006c;
  color: white;
}

/*main*/

main section{
	margin-top: 35px;
	width: 100%;
	height: 472px;
	position: relative;
}

/*section article talleres*/

 .talleres{
	margin: 0px;
	width: 25%;
	height: 400px;
	position: relative;
	float: left;
}

 .talleres h1{
	position: relative;
	text-align: right;
}


 .imagen {
	width: 240px;
  height: 238px;
  position: relative;
	background-image: url(../imagenes/urbana-tv-1.jpg);
}
.imagen:hover {
width: 240px;
  height: 238px;
	background-image: url(../imagenes/hover1.png); /* le pones un valor de transparencia a tu gusto */
	transition: 1s;
}


 .galeria{
	padding-left: 10px;
	margin: 0px;
	width: 75%;
	height: 472px;
	position: relative;
	float: left;
	box-sizing: border-box;
}




/* GENERALES */

.comillas {
	font-size: 36px;
	color: #333;
	line-height: 12px;
	font-family: 'Roboto';
}
.col-465 {
	float: left;
	width: 43%;	
	}
	.col-225 {
	float: left;
	width: 225px;	
	}
.margen-13-derecha {

	margin-right: 30px;


}

#banner-nivel {
	height: 175px;
	width: 100%;
	margin-bottom: -40px;
	overflow: hidden;
}
.nivel-mg {
	background-image: url(imagenes/banner-cabecera/mg.jpg);
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FC0;	
	}
	.nivel-m1 {
			background-image: url(imagenes/banner-cabecera/m1.jpg);
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #3C9;	
	}
	
	.nivel-m2 {
			background-image: url(imagenes/banner-cabecera/m2.jpg);
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #C3C;	
	}
	

	.banner-cabecera-inner {
	height: 60px;
	margin-top: 100px;
	width: 960px;
	font-family: 'Roboto';
	font-size: 40px;
	color: #fff;
	margin-right: auto;
	margin-left: auto;
	font-weight: 700;
	text-shadow: 3px 3px 10px #000000;
}
.margen-15-derecha {
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.margen-10-derecha {
	margin-right: 10px;
}
.margen-30-derecha {
	margin-right: 30px;
}

.margen-16-derecha {

	margin-right: 38px;

	margin-top: 23px;

}

.margen-20-derecha {
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.separador-vertical {
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #999;
}

.clear {
	clear: both;
}
.divisoria {
	height: 5px;
	width: 101%;
	margin-top: 25px;
	margin-bottom: 25px;
	border-top-width: 2px;
	border-top-style: outset;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCC;
	clear: both;
	float: none;
}


.divisoria-striped {
	background-image: url(imagenes/separador.png);
	background-repeat: repeat-x;
	height: 6px;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
	clear: both;
	float: none;
}

/* SECTION */

section {
	width: 87%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 80px;
	/* overflow: hidden; */
	padding-right: 73px;
	padding-left: -2px;
}

	/* Trabajo destacado */
	#imagen-destacada img {
		width:450px;
		height:auto;
		}
	.abstract-trabajo {
	width: 528px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	/* border-top-style: solid; */
	/* border-bottom-style: solid; */
	border-top-color: #ededed;
	border-bottom-color: #ededed;
	font-family: 'novecento_sans_widebook';
	font-size: 12px;
	color: #181616;
			}
#trabajos-destacados h1 {
		font-family: 'novecento_sans_widebook';
		font-size:24px;
		color:#333;
		display:inline-block;
		margin: 0 0 10px 0;
		
		}
		#trabajos-destacados p {
		font-family: "Open Sans";
		font-size:14px;
		color:#666;
		}

		.trabajos-relacionados {
	width: 540px;
	}


.trabajos-relacionados img {
	cursor: pointer;
	}




#overlay_jt {
  background-color: #000;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 235px;
  height: 120px;
  z-index: 1;
opacity: 0;}

	 
	
/* NIVELES */
#nivel h1 {
	font-family: 'novecento_sans_widebook';
	font-size: 24px;
	color: #FF006C;
	display: inline-block;
	margin-top: 23px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	background-color: transparent!important;
		}
		#nivel h3 {
	font-family: 'novecento_sans_widebook';
	font-size: 15px;
	color: #333;
	display: inline-block;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
		}
		#nivel h2 {
		font-family: 'novecento_sans_widebook';
		font-size:16px;
		color: #FF006C;
		display:inline-block;
		margin: 0 0 10px 0;
		}
		#nivel .nivel-uno h2 {
		font-family: 'novecento_sans_widebook';
		font-size:16px;
		color:#3C9;
		display:inline-block;
		margin: 0 0 10px 0;
		}
		#nivel .nivel-dos h2 {
		font-family: 'novecento_sans_widebook';
		font-size:16px;
		color:#C3C;
		display:inline-block;
		margin: 0 0 10px 0;
		}
		
		#nivel p {
		font-family: 'Roboto';
		font-size: 11px;
		line-height: 16px;
		color: #010101;
		}

/* PROPUESTA PEDAGOGICA */
#aside-propuesta-pedagogica {
	  padding: 22px;
  width: 400px;
  border: 1px solid #030303;
  margin-top: 88px;
  background-color: whitesmoke;
}
}
	#aside-propuesta-pedagogica h2 {
	font-family: 'Roboto';
	color: #FF006C;
	font-size: 18px;
	
	}
	#aside-propuesta-pedagogica h3 {
	font-family: 'Roboto';
	color: #666;
	font-size: 16px;
	text-transform:none!important;
	
	}
	#aside-propuesta-pedagogica h3:hover {
	font-family: 'Roboto';
	color: #900;
	font-size: 16px;
	cursor: pointer;	
	}
#aside-propuesta-pedagogica p {
	font-family: 'Roboto';
	font-size: 14px;
	color: #999;
	font-family: 'Roboto';
	/* padding-top: 5px; */
	padding-right: 5px;
	padding-bottom: 5px;
	margin-right: 0px;
	margin-left: 0px;
	
	}
#propuesta-pedagogica h3 {
	font-family: 'Roboto';
	font-size: 16px;
	color: #333;
	display: block;
	margin: 0 0 10px 0;
	text-transform: uppercase;
}	
#propuesta-pedagogica p {
font-family: 'Roboto';
font-size: 14px;
color: #666;
}
	#aside-reserva-cupo h2 {
	font-family: 'Roboto';
	color: #666;
	font-size: 18px;
	
	}	

footer{
	margin-top: 30px;
	width: 100%;
	height: 100px;
	position: relative;
	float: left;
	text-align: center;
	padding-top: 50px;
	box-sizing: border-box;
}
    
    
    iframe {
    width: 223px;
    }

}