/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Clases generales */
.center_div {
	width: 100%;
	max-width: 960px;
	margin: auto;
	overflow: hidden;
}
header .center_div {
	overflow: visible;
}
.rosa {
	background-color: #e97c9e;
}
.celeste {
	background-color: #84d1dd;
}
.azul {
	background-color: #255061;
}
.amarillo {
	background-color: #f2cd1e;
}
html {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	font-family: 'Open Sans';
	color: #666;
	font-size: 14px;
}
/* HOME */
header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 60px;
	background: #84d1dd;
	z-index: 100;
}
header #main_header h1 {
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	margin-top: 15px;
	width: 120px;
	height: 30px;
	background-image: url('../img/logo_grande.svg');
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
}
header .center_div {
	position: relative;
}
header #tablet_header {
	display: none;
}
header nav#botonera {
	font-weight: 800;
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	right: 20px;
	top: 0px;
	height: 100%;
}
#botonera>ul {
	height: 100%;
}

#botonera>ul>li{ 
	display: inline-block;
	margin-left: 20px;
	cursor: pointer;
	text-align: right;
	position: relative;
	vertical-align: top;
	padding: 23px 0;
	color: #fff;
}
#main_botonera #botonera>ul>li{
	height: 100%;
}
#botonera>ul>li>a {
	height: 100%;
	text-transform: uppercase;
}
#botonera>ul>li:not(.selected):hover>ul {
	display: block;
	transform: rotateX(0deg);
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
}
#botonera>ul>li>ul {
	transform-origin: 50% 0%;
	-webkit-transform-origin: 50% 0%;
	-moz-transform-origin: 50% 0%;
	transform: rotateX(90deg);
	-webkit-transform: rotateX(90deg);
	-moz-transform: rotateX(90deg);
	position: absolute;
	top: 60px;
	background: #fff;
	font-weight: 500;
	width: 120px;
	text-align: center;
	left: 50%;
	margin-left: -60px;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
}
#botonera>ul>li>ul>li {
	padding: 10px 0;
	display: block;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
}
#botonera>ul>li>ul>li>a {
	color: #84d1dd;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	display: block;
	width: 100%;
	position: relative;
}
#botonera>ul>li>ul>li:hover {
	background: #84d1dd;
}
#botonera>ul>li>ul>li:hover>a {
	color: #fff;
	font-weight: bold;
}
#botonera .selected {
	color: #255061;
	pointer-events:none;
	background: url('../img/iconos/triangulo.svg') no-repeat bottom center;
}
#botonera a {
	color: inherit;
}
#botonera a {
	color: inherit;
	text-decoration: none;
	display: inline;
}
#botonera li:hover>a {
	color: #255061;	
}
body>main {
	position: absolute;
	top: 94px;
	bottom: 0;
	left: 0;
	right: 0;
	overflow-x: hidden;
	overflow-y: auto;
	background-image: url("../img/bg.png");
}
footer {
	width: 100%;
	padding: 20px 0;
	margin-top: 20px;
	color: #fff;
	position: relative;
}
footer>div {
	position: relative;
}
footer h2 {
	width: 120px;
	border-bottom: 5px solid #fff;
	padding-bottom: 14px;
	margin-bottom: 1.2rem;
	height: 42px;
	background: url('../img/logo_grande.svg') top left no-repeat;
	text-indent: -9000px;
	background-size: 90px;
}
footer p {
	font-size: .85rem;
	line-height: 1.6;
}
footer p>strong {
	font-weight: 800;
}
footer a{
	color: #fff;
	text-decoration: none;
	font-family: 'Signika',sans-serif;
	font-weight: 700;
	font-size: 1.3rem;
	display: block;
	width: 240px;
	text-align: right;
	position: absolute;
	right: 20px;
	top: 12px;
}
footer a:hover {
	color: #255061;
}
/*body>main.docentes {
	top: 60px;
}*/
section {
	position: relative;

}
#contenido>h2 {
	position: fixed;
	text-transform: uppercase;
	display: block;
	font-family: 'Signika',Arial,sans-serif;
	z-index: 99;
	color: #fff;
	font-size: 1rem;
	font-weight: 700;
	height: 14px;
	padding: 10px 1000px;
	left: 50%;
	top: 60px;
	margin-left: -1470px;
	width: 940px;
	background-color: #f2cd1e;
}
#contenido>h2>a {
	text-decoration: none;
	color: #fff;
	
}
#contenido>h2>a:hover {
	color: #255061;	
}
h2 ul a {
	text-decoration: none;
	color: #fff;
}
h2 ul>li.selected>a{
	color: #255061;
	pointer-events:none;
}
#contenido>h2>ul {
	position: absolute;
	right: 1010px;
	top: 5px;
	display: block;
}
#contenido>h2>ul>li {
	display: inline-block;
	text-transform: none;
	color: #fff;
	font-weight: 500;
	margin-top: 5px;
	margin-left:10px;
}
#contenido>h2>ul>li:hover>a {
	color: #255061;
}
section.sticky>h2 {
	z-index: 2;
	color: #fff;
	font-size: 1.1rem;
	font-weight: 700;
	padding: 10px 1000px;
	position: relative;
	left: -990px;
	width: 100%;
	background-color: #f2cd1e;
}
section.sticky.fijo {
	padding-top: 35px;
	
}
section.sticky.fijo>h2 {
	position: fixed;
	width: 960px;
	left: 50%;
	margin-left: -1470px;
	top: 60px;
}
#contenido .center_div>section>h3 {
	font-weight: 700;
	font-family: 'Signika', 'Open Sans',sans-serif;
	font-size: 1.5rem;
	padding: 1.3rem 0 1rem 30px;
	color: #f2cd1e;
	text-transform: lowercase;
	background-position: center left;
	background-repeat: no-repeat;
	margin: .4rem 0;
}
#trabajos>h3.destacados {
	background-image: url('../img/iconos/pin.png');
}
#blog>h3 {
	color: #84d1dd!important;
	background-image: url('../img/iconos/regla_cel.png');
}
section#trabajos>article {
	width: 50%;
	height: 220px;
	float: left;
}
section#trabajos>article:hover .info {
	width: 40%;
}
section#trabajos>article:hover .img {
	width: 60%;
}
section#trabajos>article>div {
	width: 50%;
	float: left;
	height: 100%;
	color: #fff;
	background-position: center center;
	background-size: cover;
	text-align: center;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
}
section#trabajos>article>div>h3 {
	font-weight: 700;
	font-size: 1.35rem;
	margin-top: 5rem;
}
section#trabajos>article>div>h4 {
	font-weight: 200;
	font-size: 1rem;
	margin-top: 1rem;
}
section#trabajos>article>div>h5 {
	font-weight: 300;
	font-size: .8rem;
	margin-top: 3rem;
}
section#trabajos #mas_trabajos {
	padding: 0px 20px;
	display: block;
	clear: both;
	text-align: center;
	width: auto;
	cursor: pointer;
	background: #84d1dd;
	color: #fff;
	text-align: right;
}
section#trabajos #mas_trabajos span {
	font-family: 'Signika', 'Open Sans',sans-serif;
	display: block;
	padding: 10px 0;
	padding-right: 20px;
	background: url('../img/iconos/lupa_bl.png') center right no-repeat;
}
#redes {
	margin: 30px 0;
}
#redes>#inscripcion {
	width: 440px;
	height: 80px;
	padding: 15px;
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
	color: #fff;
	font-family: 'Signika','Open Sans',sans-serif;
}
#redes>#inscripcion h3 {
	padding-top: 30px;
	background: url('../img/iconos/fecha_bl.png') top left no-repeat;
	font-size: 2rem;
	font-weight: 900;
}
#redes>#inscripcion h3>span {
	font-weight: 300;
}
#redes>#inscripcion p {
	font-size: .9rem;
	margin-top: .5rem;
}
#redes>ul.redes {
	display: inline-block;
	width: 470px;
	height: 110px;
	vertical-align: top;
}
#redes>ul.redes>li {
	width: 110px;
	height: 110px;
	margin-right: 10px;
}
ul.redes>li {
	display: inline-block;
	background-position: center center;
	background-repeat: no-repeat;
}
ul.redes>li.instagram {
	background-image: url('../img/iconos/instagram.png')
}
ul.redes>li.fb {
	background-image: url('../img/iconos/fb.png')
}
ul.redes>li.tw {
	background-image: url('../img/iconos/tw.png')
}
ul.redes>li.flickr {
	background-image: url('../img/iconos/flickr.png')
}
#redes>ul.redes>li.ultimo {
	margin-right: 0;
}

/* Blog */

section#blog>.columna {
	width: 470px;
	display:inline-block;
	vertical-align: top;
	margin-right: 20px;
}
.derecha {
	margin-right: 0!important;
}
section#blog article {
	width: 470px;
	margin-bottom: 20px;
	vertical-align: top;
	background: url('../img/iconos/linea_top.png') no-repeat top left;
	padding-top: 2rem;
	line-height: 1.3;
	position: relative;
	color: #205062;
}
section#blog article.derecha {
	margin-right: 0;
}
section#blog article.con_img>* {
	vertical-align: top;
}
section#blog article.con_img>img {
	width: 220px;
	margin-right: 20px;
	display: inline-block;
}
section#blog article.con_img>div {
	width: 220px;
	display: inline-block;
}
section#blog article.chico h4 {
	font-family: 'Signika','Open Sans',sans-serif;
	font-size: 1.4rem;
	font-weight: 700;
}
section#blog article a {
	color: #84d1dd;
	display: block;
	text-decoration: none;
	padding-left: 26px;
	padding-top: 4px;
	background-position: center left;
	margin-bottom: .5rem;
	font-size: .9rem;
	background-repeat: no-repeat;
}
section#blog article a.lapiz {
	margin-top: 2rem;
	background-image: url('../img/iconos/lapiz.png');
}
section#blog article a.fecha {
	background-image: url('../img/iconos/fecha_cel.png');
}
section#blog article a.mas {
	background-image: url('../img/iconos/lupa_azul.png');
	font-family: 'Signika','Open Sans',sans-serif;
	font-weight: 700;
	color: #255061;
	background-position: center right;
	padding: 0;
	display: inline-block;
	padding-right: 30px;
	padding-bottom: 2px;
	position: absolute;
	right: 0;
	bottom: -10px;
}
section#blog article.chico a.lapiz {
	margin-top: 1rem;
}
section#blog article.chico a.mas {
	color: rgba(0,0,0,0);
}
/*section#blog article>img {
	width: 470px;
	position: relative;
	top: -20px;
	left: -20px;
}*/
section#blog article>h4 {
	font-family: 'Signika','Open Sans',sans-serif;
	font-weight: 700;
	font-size: 1.8rem;
}
section#blog article h3 {
	font-size: 1.2rem;
	line-height: 1.3;
	font-weight: 800;
}
section#blog article p {
	margin-top: 1rem;
	font-size: .9rem;
	font-weight: 400;
	line-height: 1.4;
}
/*section#blog article a {
	display: inline-block;
	color: #e97c9e;
	text-decoration: underline;
	margin-top: 2rem;
}*/


/* DOCENTES */
section#roldan>article {
	display: block;
	width: 100%;
	text-align: left;
}
section#roldan>h3 {
	background-image: url('../img/iconos/roldan.svg');
}
section#roldan .img {
	width: 470px;
	height: 470px;
	display: inline-block;
	margin: 0px 20px 0px 0;
	position: relative;
	overflow: hidden;
}
section#roldan .img>div {
	position: absolute;
	top: 50%;
	left: 50%;
	background-position: center bottom;
	background-size: 100%;
	width: 430px;
	height: 430px;
	margin-left: -215px;
	margin-top: -172px;
	transition: all .6s;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
}
section#roldan>article>div {
	vertical-align: bottom;
}
section#roldan .img:hover>div {
	width: 470px;
	height: 470px;
	margin-left: -235px;
	margin-top: -208px;
	background-size: 100%;
}
section#roldan .info {
	width: 460px;
	display: inline-block;
	vertical-align: top;
}
section#roldan .info>* {
	line-height: 1.3;
	margin-bottom: .6rem;
}
section#roldan .info h3{
	font-size: 1.3rem;
	font-weight: 900;
	font-family: 'Signika','Open Sans',sans-serif;
	color: #f2cd1e;
}
section#roldan .info>p {
	font-size: .9rem;
}
section#roldan .info h2 {
	font-size: 2rem;
	color: #e97c9e;
	font-weight: 900;
	margin-top: 7rem;
}
#roldan .info ul.trabajos {
	margin: 20px 0;
}
#roldan .info ul.trabajos>li{
	display: inline-block;
	width: 25%;
	transition: all .4s;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
}
#roldan .info ul.trabajos:hover>li {
	opacity: .35;
	-webkit-opacity: .35;
	-moz-opacity: .35;
}
#roldan .info ul.trabajos:hover>li:hover {
	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
}
#roldan .info ul.trabajos>li>img {
	width: 100%;
}
#roldan .info>aside {
	margin-right: 10px;
	width: 460px;
	padding-top: 25px;
	margin-right: 20px;
	vertical-align: top;
	display: inline-block;
	color: #7ed1de;
	font-family: 'Signika','Open Sans',sans-serif;
	background: url('../img/iconos/linea_top.png') top left no-repeat;
	margin-bottom: 0;
}
#roldan .info>aside>div {
	width: 220px;
	margin-right: 20px;
	display: inline-block;
}
#roldan .info>aside>div:last-child {
	margin-right: 0;
}
#roldan .info>aside p.icon {
	color: #7ed1de;
	display: block;
	font-size: .9rem;
	padding: 5px 5px 3px 24px;
	background-position: center left;
	background-repeat: no-repeat;	
}
#roldan .info>aside p.ubicacion {
	background-image: url('../img/iconos/lugar_celeste.png');
}
#roldan .info>aside p.nacimiento {
	background-image: url('../img/iconos/fecha_cel.png');
}
#roldan .info>aside ul.tags {
	margin-top: .5rem;
	padding: 0px 5px 3px 24px;
	color: #7ed1de;
	display: block;
	font-family: 'Signika','Open Sans',sans-serif;
	font-size: .9rem;
	background: url('../img/iconos/tag.png') top left no-repeat;
}
#roldan .info>aside ul.tags>li {
	display: inline-block;
	text-decoration: underline;
	margin-right: 5px;
	line-height: 1.4;

}
#roldan .info>aside p.contacto {
	text-align: center;
	font-size: .9rem;
	font-weight: 900;
	color: #fff;
	display: block;
	padding: .8rem 0;
}
#roldan .info>aside p.contacto>a {
	color: #fff;
	text-decoration: none;
}
#roldan .info>aside ul.redes {
	height: 50px;
	position: relative;
	margin-top: 5px;
}
#roldan .info>aside ul.redes>li {
	width: 25%;
	height: 100%;
}


section#docentes>h3 {
	background-image: url('../img/iconos/lapiz.png');
	color: #84d1dd!important;
}
section#docentes>article {
	display: inline-block;
	margin: 0 10px;
	margin-bottom: 20px;
	position: relative;
}
section#docentes>article>div {
	width: 222px;
	height: 222px;
	border-radius: 111px;
	-webkit-border-radius: 111px;
	-moz-border-radius: 111px;
	background-color: #84d1dd;
}
section#docentes>article.cuarto { 
	margin-right: 0;
}
section#docentes>article>div>h3 {
	position: absolute;
	left: 5px;
	right: 5px;
	bottom: 30px;
	padding: 10px;
	background: #255061;
	text-align: center;
	z-index: 1;
	color: #fff;
	font-weight: 900;
	text-transform: uppercase;
}
section#docentes>article>div>div {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 200px;
	height: 200px;
	margin-top: -100px;
	margin-left: -100px;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	background-size: 100%;
	background-position: center center;
	z-index: 0;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
}
section#docentes>article:hover>div>div {
	width: 222px;
	height: 222px;
	margin-top: -111px;
	margin-left: -111px;
	border-radius: 111px;
	-webkit-border-radius: 111px;
	-moz-border-radius: 111px;
	background-size: 120%;
}


/* INVITADOS */
section#charla>div {
	width: 100%;
	height: 300px;
	border: 4px #fff solid;
	position: relative;

}
section#charla>div>div {
	position: absolute;
	top: 0;
	bottom: 0;
	font-family: 'Signika','Open Sans',sans-serif;
}
section#charla>div>div.img {
	left: 0;
	right: 50%;
	background: url('../img/isol.png') no-repeat center bottom;
	background-size: contain;
}
section#charla>div>div.info {
	right: 0;
	left: 50%;
	text-align: center;
}
section#charla>div>div.info>div {
	width: 90%;
	color: #fff;
	padding: 5%;
	
}
section#charla>div>div.info>div>h3 {
	font-size: 2.5rem;
	font-weight: 900;
}
section#charla>div>div.info>div>h4 {
	font-size: 1.4rem;
	border-bottom: 1px #fff solid;
	padding-bottom: .6rem;
	margin-bottom: 1rem;
} 
section#charla>div>div.info>div>h5 {
	padding: 6px 0 3px 24px;
	/*padding-left: 24px;*/
	display: inline-block;
	background-position: center left;
	background-repeat: no-repeat;
}
section#charla>div>div.info>div>h5.fecha {
	background-image: url('../img/iconos/calendario_bl.svg');
}
section#charla>div>div.info>div>h5.lugar {
	background-image: url('../img/iconos/lugar.svg');
	padding-left: 20px;
}
section#charla>div>div.info>h4 {
	color: #e97c9e;
	padding: 1.5rem;
	padding-bottom: 0;
	font-size: 1.5rem;
}
section#charla>div>div.info>p {
	font-family: 'Open Sans',sans-serif;
	padding: 1rem 3rem;
	font-size: .9rem;
	line-height: 1.6;
	color: #333;
}
section#charla>h3 {
	background-image: url('../img/iconos/lamparita_am.svg');
}
section#invitados>article {
	
	vertical-align: top;
	display: inline-block;
	margin: 0 10px;
	position: relative;
	width: 222px;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
}
section#invitados>article.abierto {
	width: 464px;
}
section#invitados>h3 {
	background-image: url('../img/iconos/calendario_am.svg');
}
section#archivo>h3 {
	background-image: url('../img/iconos/maletin_am.svg');
}
section#archivo>ul {
	width: 100%;
}
section#archivo>ul>li {
	width: 225px;
	cursor: pointer;
	margin-right: 20px;
	margin-bottom: 2rem;
	display: inline-block;
}
section#archivo>ul>li>img {
	width: 100%;
}
section#archivo>ul>li.cuarto {
	margin-right:0;
}
section#archivo>ul>li>h4 {
	color: #e87b9f;
	font-family: 'Signika','Open Sans',sans-serif;
	font-weight: 900;
	font-size: 1.5rem;
	margin-top: 1rem;
}
section#archivo>ul>li>h5 {
	padding: .5rem 0 .3rem 1.6rem;
	display: block;
	font-size: .9rem;
	font-weight: 700;
	background: url('../img/iconos/calendario_gris.svg') no-repeat center left;
}
section#archivo>ul>li>p {
	font-size: .85rem;
	line-height: 1.4;
	margin-top: .3rem;
}
#invitados article>div {
	vertical-align: top;
	display: inline-block;
	width: 222px;
	height: 222px;
	border-radius: 111px;
	-webkit-border-radius: 111px;
	-moz-border-radius: 111px;
	position: relative;
	text-align: left;
	background-color: #84d1dd;
	color: #fff;
}
#invitados article>div.informacion {
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	overflow: hidden;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	position: absolute;

}
section#invitados>article>div>div.informacion{
	width:auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 5;
	height: 182px;
	padding: 20px 20px;
	border-radius: 111px;
	-webkit-border-radius: 111px;
	-moz-border-radius: 111px;
	background: rgba(0,0,0,.3);
	text-align: center;
	display: inline-block;
	/*background: url('../img/invitados/henning.png') center right;*/
	opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	margin-top: -30px;
	background-size: 75%;
	transition: .3s all;
	-webkit-transition: .3s all;
	-moz-transition: .3s all;
	font-family: 'Signika','Open Sans',sans-serif;
}
section#invitados>article:hover>div>div.informacion {
	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	margin-top: 0px;
}
section#invitados>article>div.main {
	z-index: 1;
	margin-right: 20px;
}
#invitados article div.informacion h4 {
	font-size: 1.6rem;
	padding-top: 3.5rem;
	font-weight: 900;
	/*text-shadow: 0 1px 5px #255061;
	-webkit-text-shadow: 0 1px 5px #255061;
	-moz-text-shadow: 0 1px 5px #255061;*/
}
#invitados article div.informacion h5 {
	font-size: 1rem;
	margin-top: .5rem;
	font-weight: 100;
	/*text-shadow: 0 1px 5px #255061;
	-webkit-text-shadow: 0 1px 5px #255061;
	-moz-text-shadow: 0 1px 5px #255061;*/

}
section#invitados>article.cuarto { 
	margin-right: 0;
}
section#invitados>article>div>h3 {
	position: absolute;
	left: 5px;
	right: 5px;
	bottom: 30px;
	padding: 10px;
	background: #f2cd1e;
	text-align: center;
	z-index: 6;
	color: #fff;
	font-weight: 900;
	text-transform: uppercase;
}
section#invitados>article>div>div.img {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 200px;
	height: 200px;
	margin-top: -100px;
	margin-left: -100px;
	border-radius: 100px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	background-size: 100%;
	background-position: center center;
	z-index: 0;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
}
section#invitados>article>div.main:hover>div.img {
	width: 222px;
	height: 222px;
	margin-top: -111px;
	margin-left: -111px;
	border-radius: 111px;
	-webkit-border-radius: 111px;
	-moz-border-radius: 111px;
	background-size: 120%;
	background-color: rgba(0,0,0,.3);
}
section#invitados>article.abierto>div.main>div {
	width: 222px;
	height: 222px;
	margin-top: -111px;
	margin-left: -111px;
	border-radius: 111px;
	-webkit-border-radius: 111px;
	-moz-border-radius: 111px;
	background-size: 120%;
}
/* TPS ALUMNOS */
section#destacados .mask {
	overflow: hidden;
	width: 100%;
	height: 100%;
}
section#destacados div.slide {
	display: block;
	width: 400%;
	height: 300px;
}
section#destacados div.slide>article {
	width: 25%;
	height: 100%;
	float: left;
	position: relative;
}
section#destacados div.slide>article .img {
	width: 75%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-size: cover;
	background-position: center center;
	z-index: 0;
}
section#destacados h4 {
	font-weight: 900;
	font-size: 3rem;
}
section#destacados div.slide>article .info {
	position: absolute;
	z-index: 1;
	color: #fff;
	top: 0;
	bottom: 0;
	right: 0;
	width: 25%;
	padding: 15px 20px;
	line-height: 1.3;
}

section#destacados div.slide>article .info h3 {
	font-size: 1.4rem;
	font-weight: 900;
	margin-bottom: 8px;
	margin-top: 1rem;
}
section#destacados div.slide>article .info h4 {

}
section#destacados div.slide>article .info h5 {
	margin-top:1rem;
	font-size: .8rem;
	font-weight: 300;
}

section#propuesta>main {
	vertical-align: top;
	width: 440px;
	display: inline-block;
	font-family: 'Signika', sans-serif;
	line-height: 1.5;
	color: #1f5061;
	font-size: .9rem;
	margin-bottom: 2rem;
	margin-right: 20px;
}
h3.bienvenidos {
	font-weight: 900;
	padding-bottom: 6rem;
	font-size: 3rem;
	color: #e97c9e;
	margin-top: 4rem;
	margin-bottom: 1.5rem;
	font-family: 'Signika', sans-serif;
	background: url('../img/linea_bienvenidos.png') no-repeat bottom left;
}
section#propuesta main p {
	margin-top: 10px;
}
section#propuesta main h3 {
	color:#255061;
	font-weight: 900;
	font-size: 1.6rem;
}
section#propuesta main img {
	width: 100%;
}
section#propuesta>aside {
	vertical-align: top;
	display: inline-block;
	width: 440px;
	margin-left: 60px;
}
section#propuesta>aside>img {
	width: 100%;
}
#propuesta aside ul#botones {
	text-align: right;
}
section#propuesta>aside #botones>li {
	display: inline-block;
	margin-left: 20px;
	margin-top: 20px;
	text-align: left;
}
section#propuesta>aside #botones>li>a {
	display: inline-block;
	padding: 20px 13px;
	line-height: 1.3;
	width: 114px;
	height: 114px;
	color: #fff;
	text-decoration: none;
	font-size: 1.5rem;
	font-family: 'Signika', sans-serif;
	font-weight: 800;

}

/* TPS Alumnos */
#contenido.tps ul#selector {
	position: absolute;
	width: 100%;
	height: 60px;
	color: #fff;
	z-index: 10;
	font-family: 'Signika',Arial,sans-serif;
}
#contenido.tps ul#selector>div {
	position: relative;
	height: 100%;
	width: 100%;
	max-width: 960px;
	margin: auto;
	background-color: inherit;
}
#contenido.tps ul#selector>div>li {
	position: absolute;
	background-color: inherit;
	height: 60px;
	cursor: pointer;
}
#contenido.tps ul#selector>div>li:hover {
	background-color: #1d3f4d;
}
.tps #selector .ano {
	right: 75%;
	left: 0;
}
.tps #selector .trabajo {
	right: 0;
	left: 25%;
}
#contenido.tps ul#selector>div>li>h3 {
	font-size: 20px;
	position: absolute;
	top: 20px;
	left: 10px; 
	right: 10px;
	font-weight: 700;
}
#contenido.tps ul#selector>div>li>h3>span.flecha {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 10px;
	background: url('../img/flecha.svg');
	background-repeat: no-repeat;
	background-position: right center;
	background-size: contain;	
	transition: transform .3s;
	-webkit-transition: transform .3s;
	-moz-transition: transform .3s;
}

#contenido.tps ul#selector>div>li.open>ul {
	transform: scaleY(1);
	-moz-transform: scaleY(1);
	-webkit-transform: scaleY(1);
	font-weight: 300;
}
#contenido.tps ul#selector>div>li.open>h3>span.flecha {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
}
#contenido.tps ul#selector>div>li>ul {
	background-color: #1d3f4d;
	position: absolute;
	width: 100%;
	top: 60px;
	transform-origin: 50% 0%;
	-moz-transform-origin: 50% 0%;
	-webkit-transform-origin: 50% 0%;
	transform: scaleY(0);
	-moz-transform: scaleY(0);
	-webkit-transform: scaleY(0);
	transition: transform .3s;
	-webkit-transition: transform .3s;
	-moz-transition: transform .3s;
}

#contenido.tps ul#selector>div>li>ul>li {
	display: block;
	height: 16px;
	font-size: 16px;
	padding:22px 10px;
	cursor: pointer;
}
#contenido.tps ul#selector>div>li>ul>li:hover {
	background-color: #183440;
}
#contenido.tps section#trabajo {
	position: absolute;
	top: 60px;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
}
#contenido.tps section#trabajo>div {
	position: relative;
	width: 100%;
	max-width: 960px;
	margin: auto;
	height: 100%;
}
#contenido.tps section#trabajo>div ul.cuatris {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 75%;
	background: rgba(255,255,255,.5);
	text-align: center;
	font-size: 1rem;
	line-height: 1.6;
}
#contenido.tps section#trabajo>div ul.cuatris h4 {
	font-family: 'Signika',Arial,sans-serif;
	color: #84d1dd;
	font-weight: 900;
	font-size: 1.4rem;
	margin-top: 2rem;
	margin-bottom: .5rem;
}
#contenido.tps section#trabajo>div ul.cuatris>li>ul>li {
	display: block;
	margin-bottom: .8rem;
	text-decoration: underline;
	cursor: pointer;
}
#contenido.tps section#trabajo>div ul.cuatris>li>ul>li.open {
	pointer-events: none;
	text-decoration: none;
	font-weight: 600;
	color: #255061;
}
#contenido.tps section#trabajo>div ul.cuatris>li>ul>li:hover {
	color: #255061;
	text-decoration: none;
}
#contenido.tps section#trabajo>div article.trabajo {
	position: absolute;
	left: 25%;
	right: 0;
	top: 0;
	bottom: 0;
	background-position: center center;
	background-size: cover;
}
#contenido.tps section#trabajo>div article.trabajo .info {
	position: absolute;
	width: 10rem;
	height: 12rem;
	bottom: 10px;
	right: 10px;
	padding: 30px 10px;
	color: #fff;
	text-align: center;
}
#contenido.tps article.trabajo h4 {
	font-family: 'Signika', Arial, sans-serif;
	font-weight: 900;
	font-size: 1.5rem;
	margin-bottom: .5rem;
}
#contenido.tps article.trabajo h5 {
	font-family: 'Signika', Arial, sans-serif;
	font-size: 1.2rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid #fff;
	margin-bottom: 1rem;
}
#contenido.tps article.trabajo a {
	text-decoration: none;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	padding: 6px;
	padding-left: 30px;
	margin-top: .6rem;
	background-position: left center;
	background-size: contain;
	background-repeat: no-repeat;
}
#contenido.tps article.trabajo a.descarga {
	background-image: url('../img/icono_dl.svg');
}
#contenido.tps article.trabajo a.ver {
	background-image: url('../img/icono_ver.svg');
}


/* Alumnos */

section#blog.alumnos {
	width: 630px;
	margin-right: 90px;
	display: inline-block;
	vertical-align: top;
	float:left
}
section#blog.alumnos>.columna {
	width: 630px;
}
section#blog.alumnos>.columna>article {
	width: 100%;
}
section#blog.alumnos>.columna>article>img {
	width: 230px;
	margin-right: 20px;
}
section#blog.alumnos>.columna>article>div {
	width:376px;
}
section#blog.alumnos article.chico h4 {
	font-size: 1.2rem;
}
aside.alumnos {
	width: 180px;
	padding: 20px;
	float:left;
	vertical-align: top;
	color: #fff;
}
aside.alumnos h3 {
	display: inline-block;
font-weight: 700;
font-family: 'Signika', 'Open Sans',sans-serif;
font-size: 1.5rem;
padding: 0.3rem 0 1rem 30px;
margin-bottom: .5rem;
	text-transform: lowercase;
	background-position: top left;
	background-repeat: no-repeat;
}
aside.alumnos.descargas {
	margin-top: 90px;
	margin-bottom: 20px;
}
aside.alumnos.descargas h3 {
	background-image: url('../img/iconos/dl.png');
}
aside.alumnos.charlas h3 {
	background-image: url('../img/iconos/fecha_bl.png');
}
aside.alumnos.descargas>ul>li>a {
	display: block;
	padding: .3rem 0;
	text-decoration: none;
	color: #fff;
}

aside.alumnos.charlas>ul>li {
	display: block;
	padding: .3rem 0;
	line-height: 1.4;
}
aside.alumnos.charlas>ul>li>h4 {
	font-family: 'Signika', 'Open Sans',sans-serif;
	font-weight: 700;
	font-size: 1rem;
}
aside.alumnos.charlas>ul>li>p {
	font-size: .9rem;
	font-weight: 400;
}




/* Docente individual */

#profesor>h3 {
	background-image: url('../img/iconos/lamparita_am.svg');
}
#profesor>h4 {
	display: block;
padding-top: 3rem;
font-size: 2rem;
font-family: 'Signika','Open Sans',sans-serif;
font-weight: 900;
margin-bottom: .5rem;
color: #7ed1de;
background: url('../img/iconos/linea_top.png') top left no-repeat;
}
#profesor>p.fecha {
	color: #7ed1de;
	font-family: 'Signika','Open Sans',sans-serif;
	font-size: .9rem;
	padding: 5px 5px 3px 0;
}
#profesor>p.fecha>a {
	color: inherit;
	text-decoration: none;
	color: rgba(0,0,0,0);
	transition: all .4s;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	margin-left: 10px;
	padding: 2px 22px;
	position: relative;
	/*top: 3px;*/
	display: inline-block;
	text-indent: -20px;
	background: url('../img/iconos/share_celeste.png') top left no-repeat;	
}
#profesor>p.fecha>a:hover {
	color: inherit;
	text-indent: 0px;
}

#profesor ul.trabajos {
	margin: 20px 0;
}
#profesor ul.trabajos>li{
	display: inline-block;
	width: 25%;
	transition: all .4s;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
}
#profesor ul.trabajos:hover>li {
	opacity: .35;
	-webkit-opacity: .35;
	-moz-opacity: .35;
}
#profesor ul.trabajos:hover>li:hover {
	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
}
#profesor ul.trabajos>li>img {
	width: 100%;
}
#profesor>aside {
	margin-right: 10px;
	width: 220px;
	padding-top: 25px;
	margin-right: 20px;
	vertical-align: top;
	display: inline-block;
	color: #7ed1de;
	font-family: 'Signika','Open Sans',sans-serif;
	background: url('../img/iconos/linea_top.png') top left no-repeat;
}
#profesor>aside>p.icon {
	color: #7ed1de;
	display: block;
	font-size: .9rem;
	padding: 5px 5px 3px 24px;
	background-position: center left;
	background-repeat: no-repeat;	
}
#profesor>aside>p.ubicacion {
	background-image: url('../img/iconos/lugar_celeste.png');
}
#profesor>aside>p.nacimiento {
	background-image: url('../img/iconos/fecha_cel.png');
}
#profesor>aside>ul.tags {
	margin-top: .5rem;
	padding: 0px 5px 3px 24px;
	color: #7ed1de;
	display: block;
	font-family: 'Signika','Open Sans',sans-serif;
	font-size: .9rem;
	background: url('../img/iconos/tag.png') top left no-repeat;
}
#profesor>aside>ul.tags>li {
	display: inline-block;
	text-decoration: underline;
	margin-right: 5px;
	line-height: 1.4;

}
#profesor>aside>p.contacto {
	text-align: center;
	margin-top: 1rem;
	font-size: .9rem;
	font-weight: 900;
	color: #fff;
	display: block;
	padding: 1.3rem 0;
}
#profesor>aside p.contacto>a {
	color: #fff;
	text-decoration: none;
}
#profesor>aside>ul.redes {
	height: 50px;
	position: relative;
	margin-top: 5px;
}
#profesor>aside>ul.redes>li {
	width: 25%;
	height: 100%;
}
#profesor>div.bio {
	margin-right: 10px;
	width: 460px;
	padding-top: 25px;
	vertical-align: top;
	display: inline-block;
	color: #7ed1de;
	font-family: 'Signika','Open Sans',sans-serif;
	background: url('../img/iconos/linea_top.png') top left no-repeat;
}
#profesor>div.bio>h4 {
	font-size: 1.6rem;
	
	font-weight: 900;
	margin-bottom: 1.5rem;
}
#profesor>div.bio>p {
	color: #333;
	font-size: .9rem;
	line-height: 1.4;
	margin-bottom: .6rem;
}

/* Invitado individual */
#invitado_ind {
	padding-right: 20px;
}
#invitado_ind>h3 {
	background-image: url('../img/iconos/lamparita_am.svg');
}
#invitado_ind>h4 {
	display: block;
padding-top: 3rem;
font-size: 2rem;
font-family: 'Signika','Open Sans',sans-serif;
font-weight: 900;
margin-bottom: .5rem;
color: #e97c9e;
background: url('../img/iconos/linea_top.png') top left no-repeat;
}
#invitado_ind>p.fecha {
	color: #e97c9e;
	font-family: 'Signika','Open Sans',sans-serif;
	font-size: .9rem;
	padding: 5px 5px 3px 25px;
	background: url('../img/iconos/fecha_rosa.png') top left no-repeat;	
}
#invitado_ind>p.fecha>a {
	color: inherit;
	text-decoration: none;
	color: rgba(0,0,0,0);
	transition: all .4s;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	margin-left: 10px;
	padding: 2px 22px;
	position: relative;
	/*top: 3px;*/
	display: inline-block;
	text-indent: -20px;
	background: url('../img/iconos/share_rosa.png') top left no-repeat;	
}
#invitado_ind>p.fecha>a:hover {
	color: inherit;
	text-indent: 0px;
}

#invitado_ind ul.trabajos {
	margin: 20px 0;
}
#invitado_ind ul.trabajos>li{
	display: inline-block;
	width: 25%;
	transition: all .4s;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
}
#invitado_ind ul.trabajos:hover>li {
	opacity: .35;
	-webkit-opacity: .35;
	-moz-opacity: .35;
}
#invitado_ind ul.trabajos:hover>li:hover {
	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
}
#invitado_ind ul.trabajos>li>img {
	width: 100%;
}
#invitado_ind>aside {
	margin-right: 10px;
	width: 220px;
	padding-top: 25px;
	margin-right: 20px;
	vertical-align: top;
	display: inline-block;
	color: #e97c9e;
	font-family: 'Signika','Open Sans',sans-serif;
	background: url('../img/iconos/linea_top.png') top left no-repeat;
}
#invitado_ind>aside>p.icon {
	color: #e97c9e;
	display: block;
	font-size: .9rem;
	padding: 5px 5px 3px 24px;
	background-position: center left;
	background-repeat: no-repeat;	
}
#invitado_ind>aside>p.ubicacion {
	background-image: url('../img/iconos/lugar_rosa.png');
}
#invitado_ind>aside>p.nacimiento {
	background-image: url('../img/iconos/fecha_rosa.png');
}
#invitado_ind>aside>ul.tags {
	margin-top: .5rem;
	padding: 0px 5px 3px 24px;
	color: #e97c9e;
	display: block;
	font-family: 'Signika','Open Sans',sans-serif;
	font-size: .9rem;
	background: url('../img/iconos/tag_rosa.png') top left no-repeat;
}
#invitado_ind>aside>ul.tags>li {
	display: inline;
	text-decoration: underline;
	margin-right: 5px;
	line-height: 1.4;

}
#invitado_ind>aside>p.contacto {
	text-align: center;
	margin-top: 1rem;
	font-size: 1.2rem;
	font-weight: 900;
	color: #fff;
	display: block;
	padding: 1rem 0;
}
#invitado_ind>aside>p.contacto>a {
	color: #fff;
	text-decoration: none;
}
#invitado_ind>aside>ul.redes {
	height: 50px;
	position: relative;
	margin-top: 5px;
}
#invitado_ind>aside>ul.redes>li {
	width: 25%;
	height: 100%;
}
#invitado_ind>div.bio {
	margin-right: 10px;
	width: 460px;
	padding-top: 25px;
	vertical-align: top;
	display: inline-block;
	color: #e97c9e;
	font-family: 'Signika','Open Sans',sans-serif;
	background: url('../img/iconos/linea_top.png') top left no-repeat;
}
#invitado_ind>div.bio>h4 {
	font-size: 1.6rem;
	
	font-weight: 900;
	margin-bottom: 1.5rem;
}
#invitado_ind>div.bio>p {
	color: #333;
	font-size: .9rem;
	line-height: 1.4;
	margin-bottom: .6rem;
}


/* Charla individual */

#charla_ind>h3 {
	background-image: url('../img/iconos/lamparita_am.svg');
}
#charla_ind>h4 {
	display: block;

font-size: 2rem;
font-family: 'Signika','Open Sans',sans-serif;
font-weight: 900;
margin-bottom: .5rem;
color: #7ed1de;
padding-top: 3rem;
background: url('../img/iconos/linea_top.png') top left no-repeat;
}
#charla_ind>p.fecha {
	color: #7ed1de;
	font-family: 'Signika','Open Sans',sans-serif;
	font-size: .9rem;
	padding: 5px 5px 3px 25px;
	background: url('../img/iconos/fecha_cel.png') top left no-repeat;	
}
#charla_ind>p.fecha>a {
	color: inherit;
	text-decoration: none;
	color: rgba(0,0,0,0);
	transition: all .4s;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	margin-left: 10px;
	padding: 2px 22px;
	position: relative;
	/*top: 3px;*/
	display: inline-block;
	text-indent: -20px;
	background: url('../img/iconos/share_celeste.png') top left no-repeat;	
}
#charla_ind>div.acerca {
	display: block;
	padding: 2rem 0;
}
#charla_ind>div.acerca>* {
	display: inline-block;
	vertical-align: top;
}
#charla_ind>div.acerca>ul {
	width: 220px;
	margin-left: 20px;
	color: #7ed1de;
	font-family: 'Signika','Open Sans',sans-serif;
	padding-top: 40px;
	font-size: 1.3rem;
	background: url('../img/iconos/quote_cel.svg') top left no-repeat;	
}
#charla_ind>div.acerca>ul>li {
	padding: 2.5rem 0;
	background: url('../img/iconos/linea_top.png') top left no-repeat;
}
#charla_ind>p.fecha>a:hover {
	color: inherit;
	text-indent: 0px;
}
.clearer {
	clear: both;
}
#charla_ind ul.trabajos {
	margin: 0;
	display: inline-block;
	width: 220px;
	padding-top: 25px;
	background: url('../img/iconos/linea_top.png') top left no-repeat;
}
#charla_ind ul.trabajos>li{
	display: inline-block;
	width: 49%;
	margin-right: 1%;
	transition: all .4s;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
}
#charla_ind ul.trabajos:hover>li {
	opacity: .35;
	-webkit-opacity: .35;
	-moz-opacity: .35;
}
#charla_ind ul.trabajos:hover>li:hover {
	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
}
#charla_ind ul.trabajos>li>img {
	width: 100%;
}
#charla_ind>aside {
	margin-right: 10px;
	width: 220px;
	padding-top: 25px;
	margin-right: 20px;
	vertical-align: top;
	display: inline-block;
	color: #7ed1de;
	font-family: 'Signika','Open Sans',sans-serif;
	background: url('../img/iconos/linea_top.png') top left no-repeat;
}
#charla_ind>aside>p.icon {
	color: #7ed1de;
	display: block;
	font-size: .9rem;
	padding: 5px 5px 3px 24px;
	background-position: center left;
	background-repeat: no-repeat;	
}
#charla_ind>aside>p.ubicacion {
	background-image: url('../img/iconos/lugar_celeste.png');
}
#charla_ind>aside>p.nacimiento {
	background-image: url('../img/iconos/fecha_cel.png');
}
#charla_ind>aside>ul.tags {
	margin-top: .5rem;
	padding: 0px 5px 3px 24px;
	color: #7ed1de;
	display: block;
	font-family: 'Signika','Open Sans',sans-serif;
	font-size: .9rem;
	background: url('../img/iconos/tag.png') top left no-repeat;
}
#charla_ind>aside>ul.tags>li {
	display: inline;
	text-decoration: underline;
	margin-right: 5px;
	line-height: 1.4;

}
#charla_ind>aside>p.contacto {
	text-align: center;
	margin-top: 1.8rem;
	font-size: .9rem;
	font-weight: 900;
	color: #fff;
	display: block;
	padding: 1.3rem 0;
}
#charla_ind>aside>ul.redes {
	height: 50px;
	position: relative;
	margin-top: 5px;
}
#charla_ind>aside>ul.redes>li {
	width: 25%;
	height: 100%;
}
#charla_ind>div.bio {
	margin-right: 10px;
	width: 460px;
	padding-top: 25px;
	vertical-align: top;
	display: inline-block;
	color: #7ed1de;
	font-family: 'Signika','Open Sans',sans-serif;
	background: url('../img/iconos/linea_top.png') top left no-repeat;
}
#charla_ind>div.bio>h4 {
	font-size: 1.6rem;
	
	font-weight: 900;
	margin-bottom: 1.5rem;
}
#charla_ind>div.bio>p {
	color: #333;
	font-size: .9rem;
	line-height: 1.4;
	margin-bottom: .6rem;
}


/* Contacto */
#contacto>h3 {
	color: #84d1dd!important;
}
#contacto>main {
	display: inline-block;
	width: 620px;
	margin-right: 60px;
}
#contacto aside {
	display: inline-block;
	vertical-align: top;
	float: right;
	width: 110px;
	height: 110px;
	padding: 18px 15px;
	color: #fff;
	font-family: 'Signika',sans-serif;
}
#contacto aside>h3 {
	display: block;
	font-size: 1.5rem;
	font-weight: 900;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 2px solid #fff;
}
#form {
	margin-top: 3rem;
	margin-bottom: 2rem;
}
#form>li {
	display: inline-block;
	font-family: 'Signika',sans-serif;
}
#form>li>p {
	color: #f2cd1e;
	font-weight: 900;
	font-size: 1.2rem;
	padding-bottom: .5rem;
}
#form li.nombre {
	width: 100%;
	
}
#form li.mail {
	width: 45%;
	margin-right: 10%;
}
#form li.tel {
	width: 45%;
}
#form li.mensaje {
	width: 100%;
}
#from li.mensaje input {
	height: 120px;
}
textarea {
outline: none;
-webkit-appearance: textarea;
background-color: transparent;
border: none;
border-image-source: initial;
border-image-slice: initial;
border-image-width: initial;
border-image-outset: initial;
border-image-repeat: initial;
-webkit-rtl-ordering: logical;
-webkit-user-select: text;
font-family: 'Signika',sans-serif;
flex-direction: column;
resize: none;
cursor: auto;
padding: 5px;
white-space: pre-wrap;
word-wrap: break-word;
font-size: 14px;
color: #255061;
border-bottom: 3px solid #fff;
-webkit-user-select: text!important;
-khtml-user-select: text!important;
-moz-user-select: text!important;
-ms-user-select: text!important;
user-select: text!important;
width: 100%;
height: 90px;
font-size: 1.3rem;
}
input {
	display: inline-block;
	-webkit-appearance: normal;
-moz-appearance: normal;
outline: none;
-moz-outline: none;
-webkit-outline: none;
background-color: transparent;
border: none;
-moz-border: none;
-webkit-border: none;
font-family: 'Signika',sans-serif;
border-image-source: initial;
border-image-slice: initial;
border-image-width: initial;
border-image-outset: initial;
border-image-repeat: initial;
-webkit-rtl-ordering: logical;
padding: 10px 0;
font-size: 1.3rem;
text-align: left;
color: #255061;
border-bottom: 3px solid #fff;
-webkit-user-select: text!important;
-khtml-user-select: text!important;
-moz-user-select: text!important;
-ms-user-select: text!important;
user-select: text!important;
margin-bottom: 2rem;
width: 100%;
}

/* REFERENCIAS */

#referencias>h3 {
	background-image: url('../img/iconos/refs.svg');
}
#referencias article {
	padding-top: 2rem;
	background: no-repeat top left url('../img/iconos/linea_top.png');
	margin-bottom: 2rem;
}
#referencias article>p.fecha {
	color: #84d1dd;
	background: no-repeat left center url('../img/iconos/fecha_cel.png');
	padding: 5px 0 2px 20px;
	font-family: 'Signika',sans-serif;
	margin-bottom: 1rem;
}
#referencias article>div.col1 {
	width: 470px;
	margin-right: 20px;
	display: inline-block;
	line-height: 1.3;
}
#referencias article>div.col1>h4 {
	font-family: 'Signika',sans-serif;
	font-size: 2rem;
	margin-bottom: .4rem;
	font-weight: 900;
}
#referencias article>aside {
/*	width: 95px;
	height: 95px;
	padding: 15px;*/
	margin-right: 20px;
	display: inline-block;
	vertical-align: top;
	font-family: 'Signika',sans-serif;
	font-weight: 900;
/*	color: #fff;
	font-family: 'Signika',sans-serif;
	font-weight: 900;
	font-size: 1.2rem;*/
}
#referencias article>aside>a {
	width: 95px;
	height: 95px;
	padding: 15px;
	display: inline-block;
	vertical-align: top;
	color: #fff;
	
	font-size: 1.2rem;
	text-decoration: none;
}	
#referencias article>aside.blog {
	margin: 0;
}
#referencias article>aside.materiales {
	padding: 0;
	width: 150px;
	color: #84d1dd;
	height: auto;
	font-weight: 500;
	font-size: 1rem;
}
#referencias article>aside.img {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	width: 95px;
	height: 95px;
	padding: 15px;
}
#referencias article>aside.web {
	margin-left: 171px;
}
#referencias article>aside.materiales h4 {
	font-size: 1.3rem;
	font-weight: 900;
	margin-bottom: .8rem;
}
#referencias ul.videos {
	margin-top: 1.5rem;
}
#referencias ul.videos li {
	display: inline-block;
	margin-right: 20px;
}
#referencias ul.videos li:last-child {
	margin: 0;
}
#referencias ul.videos>li>p{
	font-family: 'Signika',sans-serif;
	font-size: 1.3rem;
	margin-top: .5rem;
	font-weight: 900;
	color: #e97c9e;
}

/* EVENTOS */

#eventos {
	font-family: 'Signika',sans-serif;
}
#eventos>h3 {
	background-image: url('../img/iconos/calendario_am.svg');
}
#eventos>ul#referencias {
	position: absolute;
	right: 0;
	top: 60px;
}
#eventos>ul#referencias>li {
	width: 95px;
	padding-left: 25px;
	margin-left: 20px;
	display: inline-block;
	background-position: 0 9px;
	background-repeat: no-repeat;
}
#eventos>ul#referencias>li.charlas {
	background-image: url('../img/iconos/l_charla.png');
	color: #84d1dd;
}
#eventos>ul#referencias>li.talleres {
	background-image: url('../img/iconos/l_taller.png');
	color: #f2cd1e;
}
#eventos>ul#referencias>li.muestras {
	background-image: url('../img/iconos/l_muestra.png');
	color: #e97c9e;
}
#eventos>p {
	text-transform: uppercase;
}
#eventos ul#almanaque {
	margin-top: 2rem;
}
#eventos ul#dias>li {
	width: 120px;
	margin-right: 20px;
	color: #f2cd1e;
	display: inline-block;
	font-weight: 700;
	font-size: 1.1rem;
	margin-bottom: 1rem;
}
#eventos ul#dias>li:last-child {
	margin-right: 0;
}
#eventos ul.semana>li {
	padding-top: 10px;
	border-top: 4px solid #84d1dd;
	display: inline-block;
	margin-right: 20px;
	width: 120px;
	min-height: 110px;
	margin-bottom: 15px;
	vertical-align: top;
	font-size: .9rem;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
}
#eventos ul.semana>li.otro_mes {
	opacity: .25!important;
	-webkit-opacity: .25!important;
	-moz-opacity: .25!important;
	pointer-events: none;

}
#eventos ul.semana>li:last-child {
	margin-right: 0;
}
#eventos ul#almanaque:hover ul.semana>li {
	opacity: .5;
	-webkit-opacity: .5;
	-moz-opacity: .5;
}
#eventos ul#almanaque ul.semana>li:hover {
	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
}
#eventos ul.semana>li>h4 {
	font-size: 1.2rem;
	font-weight: 900;
	margin-bottom: .5rem;
}
#eventos ul.semana>li>p {
	padding-top: 8px;
	background-position: top left;
	background-repeat: no-repeat;
	color: #84d1dd;
	margin-bottom: .6rem;
	display: inline-block;
	cursor: pointer;
}
#eventos ul.semana>li>p:hover {
	color: #255061!important;
	text-decoration: underline;
}
#eventos ul.semana>li>p.charla {
	background-image: url('../img/iconos/l_charla.png');
}
#eventos ul.semana>li>p.taller {
	background-image: url('../img/iconos/l_taller.png');
	color: #f2cd1e;
}
#eventos ul.semana>li>p.muestra {
	background-image: url('../img/iconos/l_muestra.png');
	color: #e97c9e;
}
#eventos ul.semana>li.actual {
	background-color: #84d1dd;
}
#eventos ul.semana>li.actual>h4 {
	padding-left: 10px;
	color: #fff;
}

/* CRONOGRAMA */

#cronograma h3 {
	background-image: url('../img/iconos/regla_cel.png');
	color: #84d1dd!important;
}
#cronograma>#clases {
	width: 940px;
	font-family: 'Signika',sans-serif;
}
#cronograma>#clases>li>.header {
	width: 900px;
	padding: 15px 20px;
	color: #fff;
	cursor: pointer;
	background-image: url('../img/iconos/circ_mas.png');
	background-position: 915px 10px;
	background-repeat: no-repeat;
}
#cronograma>#clases>li.abierta>.header {
	background-image: url('../img/iconos/circ_menos.png');
}
#cronograma>#clases>li>.header>h4 {
	font-size: 1.4rem;
	font-weight: 900;
}
#cronograma>#clases>li>.header>p {
	font-size: .9rem;
	margin-top: .35rem;
	padding: 5px 0 0px 22px;
	display: inline-block;
	margin-right: 20px;
	background-position: center left;
	background-repeat: no-repeat;

}
#cronograma>#clases>li>.header>p.fecha {
	background-image: url('../img/iconos/calendario_bl.svg');
}
#cronograma>#clases>li>.header>p.registro {
	background-image: url('../img/iconos/fotos.png');
}
#cronograma>#clases>li.abierta .header {
	opacity: .5;
	-webkit-opacity: .5;
	-moz-opacity: .5;
}
#cronograma>#clases>li {
	width: 100%;
	margin-bottom: 1rem;
}
#cronograma>#clases>li>div.contenido {
	max-height: 0;
	overflow: hidden;
	color: #255061;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
}
#cronograma>#clases>li.abierta>div.contenido {
	max-height: 300px;
	padding: 15px;
	font-weight: 300;
	line-height: 1.3;
}
#cronograma>#clases>li.abierta>div.contenido h5 {
	font-weight: 900;
	font-size: 1.6rem;
	margin-bottom: 1rem;
}
#cronograma>#clases>li>div.contenido>div.main {
	width: 420px;
	display: inline-block;
	margin-right: 20px;
	vertical-align: top;
}
#cronograma>#clases>li>div.contenido>div.main a {
	color: #f2cd1e;
	display: inline-block;
	padding: 10px 15px;
	font-weight: 700;
	border: #f2cd1e 2px solid;
	text-decoration: none;
	float: right;
	margin: 1rem 0;
}
#cronograma>#clases>li>div.contenido>aside {
	width: 180px;
	color: #84d1dd;
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
}
#cronograma>#clases>li>div.contenido>aside>* {
	padding-left: 25px;
	display: block;
	font-size: .9rem;
}
#cronograma>#clases>li>div.contenido>aside>a {
	color: #84d1dd;
}
#cronograma>#clases>li>div.contenido>aside>a:hover {
	color: #255061;
}
#cronograma>#clases>li>div.contenido>aside h6 {
	font-weight: 900;
	font-size: 1rem;
	padding: 8px 0 6px 25px;
	text-transform: lowercase;
	background-position: left center;
	background-repeat: no-repeat;
}
#cronograma>#clases>li>div.contenido>aside h6.links {
	background-image: url('../img/iconos/links.png')
}
#cronograma>#clases>li>div.contenido>aside h6.material {
	background-image: url('../img/iconos/lapiz.png')
}
#cronograma>#clases>li>div.contenido>aside h6.fecha {
	background-image: url('../img/iconos/fecha_cel.png')
}
#cronograma ul.trabajos {
	margin: 0;
	display: inline-block;
	width: 220px;
	padding-top: 25px;
	background: url('../img/iconos/linea_top.png') top left no-repeat;
}
#cronograma ul.trabajos>li{
	display: inline-block;
	width: 49%;
	margin-right: 1%;
	transition: all .4s;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
}
#cronograma ul.trabajos:hover>li {
	opacity: .35;
	-webkit-opacity: .35;
	-moz-opacity: .35;
}
#cronograma ul.trabajos:hover>li:hover {
	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
}
#cronograma ul.trabajos>li>img {
	width: 100%;
}

/* EVENTO PASADO */
#evento>h3 {
	background-image: url('../img/iconos/pin.png');
}
#evento>article {
	padding-top: 30px;
	background: no-repeat top left url('../img/iconos/linea_top.png');
	margin-bottom: 1.5rem;
}
#evento p.fecha {
	color: #7ed1de;
	font-family: 'Signika','Open Sans',sans-serif;
	font-size: .9rem;
	padding: 5px 5px 3px 25px;
	background: url('../img/iconos/fecha_cel.png') no-repeat center left;
}
#evento p.fecha>a {
	color: inherit;
	text-decoration: none;
	color: rgba(0,0,0,0);
	transition: all .4s;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	margin-left: 10px;
	padding: 2px 22px;
	position: relative;
	/*top: 3px;*/
	display: inline-block;
	text-indent: -20px;
	background: url('../img/iconos/share_celeste.png') top left no-repeat;	
}
#evento p.fecha>a:hover {
	color: inherit;
	text-indent: 0px;
}

#evento article.main .col1 {
	display: inline-block;
	width: 460px;
	vertical-align: top;
	margin-right: 20px;
	margin-top: 1rem;
}
#evento article.main .col1>h4 {
	font-family: 'Signika', sans-serif;
	font-size: 2rem;
	font-weight: 900;
	margin-bottom: 1rem;
}
#evento article.main .col1>p {
	line-height: 1.2;
	font-size: .9rem;
	margin-bottom: 1rem;
}
#evento .links>ul>li {
	width: 90px;
	height: 90px;
	padding: 15px;
	display: inline-block;
	margin-right: 20px;
	font-size: 1.3rem;
	line-height: 1.2;
	font-weight: 900;
	font-family: 'Signika', sans-serif;
	color: #fff;
	vertical-align: top;
}
#evento .links>ul>li.maria {
	display: block;
	margin-top: 20px;
}

/* Testimonios */
/*.rosa {
	background-color: #e97c9e;
}
.celeste {
	background-color: #84d1dd;
}
.azul {
	background-color: #255061;
}
.amarillo {
	background-color: #f2cd1e;
}*/
#viviendo>h3 {
	background-image: url('../img/iconos/dialogo.svg');
}
#viviendo>article {
	width: 940px;
	height: 285px;
	position: relative;
	border: 3px solid #fff;
}
#viviendo>article>div {
	display: inline-block;
	vertical-align: bottom;
}
#viviendo>article>.img {
	width: 680px;
	height: 100%;
	background-position: center center;
	background-size: cover;
	position: relative;
}
#viviendo>article>.img>.info {
	width: 180px;
	padding: 20px;
	position: absolute;
	bottom: 20px;
	left: 20px;
	color: #fff;
	font-family: 'Signika',sans-serif;
	font-size: 1.1rem;
}
#viviendo>article>.data {
	width: 220px;
	padding: 20px;
	font-family: 'Signika',sans-serif;
	color: #255061;
}
#viviendo>article>.data>h4 {
	font-weight: 900;
	font-size: 1.8rem;
	margin-top: 2rem;
	margin-bottom: .5rem;
}
#viviendo>article>.data>h5 {
	margin-bottom: 3rem;
}
#experiencias>h3 {
	background-image: url('../img/iconos/maleta.svg');
}
#experiencias ul>li {
	width: 220px;
	margin-right: 20px;
	display: inline-block;
	text-align: center;
	font-family: 'Signika',sans-serif;
	font-size: 1.1rem;
	margin-bottom: 5rem;
	color: #255061;
}
#experiencias ul>li:last-child {
	margin-right: 0;
}
#experiencias ul>li>.img {
	display: block;
	width: 220px;
	height: 220px;
	border-radius: 110px;
	-webkit-border-radius: 110px;
	-moz-border-radius: 110px;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 2rem;
}
#experiencias ul>li>h4 {
	font-weight: 900;
	margin: 1rem;
	font-size: 1.5rem;
	color: #e97c9e;
}
#experiencias ul>li>h5 {
	margin-bottom: 1rem;
}
#experiencias ul>li>p {
	font-weight: 300;
}

#volver {
	position: absolute;
	right: 20px;
	top: 15px;
	text-decoration: none;
	font-weight: 700;
	color: #255061;
}
#volver:hover {
	color: #84d1dd;
}
@media screen and (max-width: 960px) {
	section#blog.alumnos {
		width: 68%;
		margin-left: 2%;
		margin-right: 2%;
	}
	section#blog.alumnos>.columna {
		width: 100%;
	}
	section#blog.alumnos>.columna>article {
		width: 100%;
	}
	section#blog.alumnos>.columna>article>div {
		width: 64%;
	}
	section#blog.alumnos>.columna>article>img {
		width: 30%;
		margin-right: 5%;
	}
	section#blog.alumnos article p {
		padding: 0;
	}
	aside.alumnos {
		width: 22%;
		padding: 2%;
		float: left;
		vertical-align: top;
		color: #fff;
	}
	header h1>svg {
		/*margin-left: 0px;*/
	}
	header .center_div {
		position: relative;
	}
	header nav#botonera {
		position: absolute;
		/*right: 0px;*/
	}
	#contenido>h2 {
		margin: 0;
		left: 0;
		right: 0;
		width: auto;
		padding: 10px;
	}

	
	#contenido>h2>ul {
		right: 20px;
	}
	section>h2 {
		z-index: 2;
		color: #fff;
		font-size: 1.1rem;
		font-weight: 700;
		padding: 10px;
		position: relative;
		left: 0px;
		width: 100%;
		background-color: #f2cd1e;
	}
	section.fijo>h2 {
	position: fixed;
	left: 0;
	width: 100%;
	padding: 10px;
	top: 60px;
	margin: 0;
	}

	section#blog>.columna {
	width: 49%;
	display:inline-block;
	vertical-align: top;
	margin: 0;
	margin-right: 2%;
	padding: 0;
	}
	section#blog article {
		/*padding: 0;*/
		width: 100%;
	}
	section#blog article>img {
		width: 100%;
		top: 0px;
		left: 0px;
	}
	section#blog article h3 {
		padding: 10px;
	}
	section#blog article p {
		padding: 10px;
	}
	/*section#blog article a {
		padding: 10px;
	}*/
	section#roldan>article {
		position: relative;
	}
	section#roldan>article>div {
		vertical-align: top;
	}
	section#roldan div.img {
		/*position: absolute;
		height: 300px;
		padding: 0;
		bottom: 0;
		margin: 0;*/
		/*display: block;
		width: 300px;
		height: 300px;
		position: relative;
		margin: auto;*/
		width: 40%;
		margin-right: 5%;

	}
	section#roldan div.img>div {
		width: 300px;
		height: 300px;
		top: 0;
		left: 0;
		margin: 0;
	}
	section#roldan div.img:hover>div {
		width: 340px;
		height: 340px;	
		top: 0;
		bottom:0;
		left: -20px;
		margin: 0;
	}
	section#roldan .info {
		width: 50%;
		/*padding-left: 330px;
		padding-right: 20px;*/
		/*width: auto;
		padding-bottom: 30px;
		padding-top: 30px;*/
	}
	section#roldan .info h2 {
		margin-top: 0rem;
	}
	section#roldan .info>aside {
		width: 100%;
	}
	section#roldan .info>aside>div {
		margin-right: 4%;
		width: 48%;
	}
	section#docentes>article {
		margin:0;
		width: 33%;
		position: relative;
	}
	section#docentes>article>div {
		position: relative;
		left: 50%;
		top: 50%;
		margin-left: -111px;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	/* Invitados */
	#invitados article>div.informacion {
		position: absolute;
		padding-left: 242px;
		margin:0;
		top: 0;
		right: 0;
		left: 0;
		bottom: 0;
		width: auto;
		height: 222px;
	}
	section#invitados>article {
		width: 50%;
		margin: 0;
	}
	section#invitados>article>div.main {
		display: block;
		margin:20px auto;
	}
	section#archivo>ul>li {
		width: 22%;
		margin-right: 4%;
	}
	section#redes>#inscripcion {
		width: 46%;
		padding: 2%;
		margin: 0;
		height: auto;
	}
	section#redes>ul.redes {
		width: 50%;
		height: 100%;
		margin: 0;
		position: absolute;
	}
	section#redes>ul.redes>li {
		width: 25%;
		margin: 0;
		height: 100%;
	}
	#cronograma>#clases {
		width: 100%;
		font-family: 'Signika',sans-serif;
	}
	#cronograma>#clases>li>.header {
		width: 96%;
		padding: 15px 2%;
		color: #fff;
		background-image: url('../img/iconos/circ_mas.png');
		background-position: 99% 10%;
		background-repeat: no-repeat;
	}
	#eventos ul.semana>li {
	width: 12%;
	margin-right: 2.5%;
	}
	#eventos ul#dias>li {
		width: 12%;
		margin-right: 2.5%;
	}
	#eventos>ul#referencias {
		width: 100%;
		text-align: right;
		right: 1%;
	}
	#eventos>ul#referencias>li {
	width: 9%;
	padding-left: 3%;
	margin-left: 2.5%;
	}
	footer {
	padding: 5%;
	width: 90%;
	}
	footer a {
		right: 0;
	}
	#referencias article>div.col1 {
	width: 50%;
	margin-right: 2%;
	}
	#referencias article>div.col1 {
	width: 50%;
	margin-right: 2%;
	}
	#referencias article>aside {
	width: 14%!important;
	margin-right: 2%;
	}
	#referencias article>aside:last-child {
		margin-right: 0;
	}
	#referencias article>aside>a {
		width: auto;
		padding: 10%;
	}
	section#propuesta>main {
		width: 50%;
		margin-right: 2%;
	}
	section#propuesta>aside {
		width: 48%;
		margin-left: 0;
	}
	section#propuesta>aside #botones>li:first-child {
		margin-left: 0;
	}
	section#propuesta>aside #botones>li {
		width: 47%;
		margin-left: 6%;
	}
	#propuesta {
		width: 96%;
		margin: 2% auto;
	}
	h3.bienvenidos{
		width: 96%;
		margin-right: 2%;
		margin-left: 2%;
	}
	#referencias article>aside.web {
	margin-left: 17%;
	}
}

@media screen and (max-width: 768px) {
	header #main_header {
		width: 50%;
		position: fixed;
		display: block;
		z-index: 10;
		top: 0;
		bottom: 0;
		right: 100%;
		background: #255061;
		transition:all .5s;
		-webkit-transition:all .5s;
		-moz-transition:all .5s;
	}
	header.abierto #main_header {
		right: 50%;
	}
	header #main_header h1 {
		width: 80px;
		height: 80px;
		display: block;
		margin: 10px auto;
		background-image: url('../img/logo.svg');
	}
	header nav#botonera {
		position: relative;
		right: auto;
		display: block;
	}
	header #main_header nav li {
		display: block;
		text-align: center;
		margin:0;
		width: 100%;
		padding: 30px 0;
		border-bottom: 1px solid rgba(255,255,255,.3);
	}
	#botonera .selected {
		background-image: none;
	}
	header #tablet_header {
		display: block;
		height: 100%;
	}
	header.abierto #show_menu {
		background-image: url('../img/img_cerrar.png');
		right:50%;
		margin-right: -50px;
	}
	header #show_menu {
		transition:all .5s;
		-webkit-transition:all .5s;
		-moz-transition:all .5s;
		position: absolute;
		right: 0px;
		margin-right: 0px;
		display: block;
		width: 50px;
		height: 100%;
		background: url('../img/img_menu.png') center center no-repeat;
		text-indent: -99999px;
		cursor: pointer;
	}
	header #tablet_header h1 {
		position: absolute;
		left: 10px;
		top: 15px;
		width: 120px;
		height: 30px;
		background-image: url('../img/logo_grande.svg');
		background-position: left center;
		background-repeat: no-repeat;
		background-size: contain;
	}
	header #tablet_header h1 svg {
		width: 100%;
		height: 100%;
	}
	section#roldan div.img {
		/*margin: 0;
		left:50%;
		margin-left:-150px;
		top: 30px;*/
		display: block;
		width: 300px;
		height: 300px;
		position: relative;
		margin: auto;
	}
	section#roldan .info {
		/*padding-top: 330px;
		padding-right: 20px;
		width: auto;
		padding-left: 20px;
		padding-bottom: 30px;
		text-align: center;*/
		width: auto;
		padding: 30px;
	}
	section#roldan .info h2 {
		background: #255061;
		padding: 5px;
		width: 50%;
		min-width: 360px;
		margin: auto;
		color: #fff;
	}
	section#docentes>article {
		width: 50%;
	}
	section#archivo>ul>li {
		width: 48%;
		margin-right: 4%;
	}
	section#archivo>ul>li.segundo {
		margin-right: 0;
	}
	#botonera>ul>li>ul {
	position: relative;
	max-height: 0;
	transform: none;
	width: 100%;
	left: 0;
	margin: 0;
	overflow: hidden;
	top:30px;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	}
	#botonera>ul>li:hover>ul {
		max-height: 200px;

	}
	#botonera>ul>li:hover>a {
		color:#84d1dd!important;	
	}
	#botonera li:hover>a {
	color:#84d1dd!important;	
}
	#botonera a:hover {
		color:#84d1dd!important;	
	}
	#botonera>ul>li.selected a {
		color:#84d1dd;	
	}
	/* ALUMNOS */
	section#blog.alumnos {
		width: 96%;
		float:none;
		display: block;
		clear: both;
	}
	section#blog.alumnos>.columna {
		width: 100%;
	}
	section#blog.alumnos>.columna>article {
		width: 100%;
	}
	section#blog.alumnos>.columna>article>div {
		width: 64%;
	}
	section#blog.alumnos>.columna>article>img {
		width: 30%;
		margin-right: 5%;
	}
	section#blog.alumnos article p {
		padding: 0;
	}
	aside.alumnos {
		margin: 0 2%;
		clear: both;
		width: 43%;
		padding: 2%;
		float: none;
		vertical-align: top;
		color: #fff;
		display: inline-block;
		margin-bottom: 40px;
	}
	aside.alumnos.descargas {
		margin-top: 0;
	}
	aside.alumnos.charlas {
		margin: 0;
		margin-bottom: 40px;
	}
	#cronograma>#clases>li>div.contenido>div.main {
		width: 96%;
		padding: 2%;
	}
	#cronograma>#clases>li>div.contenido>aside {
		display: none;
	}
	
	section#cronograma {
		width: 96%;
		margin: 0 2%;
	}
	#eventos {
		width: 96%;
		margin: 0 2%;
	}
	#referencias {
		width: 96%;
		margin: 0 2%;
	}
	#blog {
		width: 96%;
		margin: 0 2%;
	}
	section#blog article p {
		padding: 10px 0;
	}
	section#blog article.con_img>img {
		width:100%;
		margin-bottom: 1rem;
	}
	section#blog article.con_img>div {
		width:100%;
	}
	#referencias article>div.col1 {
		width: 100%;
		display: block;
		margin-bottom: 1rem;
	}
	#referencias article>aside.materiales {
		width: 52%!important;
	}
	#referencias article>aside.materiales {
		width: 52%!important;
	}
	#referencias article>aside {
		width: 21%!important;
	}
	#referencias article>aside.web {
		margin: 0;
		width: 21%;
		height: 21%;
	}
	#referencias article>aside.img {
		margin: 0;
		width: 21%;
		height: 21%;
	}
	#referencias article>aside.web {
	margin-left: 0%;
	}
	#referencias article>aside.img {
	margin: 0;
	width: 50%!important;
	height: 95px;
	padding: 12px;
	}
	h3.bienvenidos {

	}
}
@media all and (max-width: 480px) {
	.center_div>section {
		text-align: center;
	}
	#contenido .center_div>section>h3 {
		display: inline-block;
	}
	section#blog article a {
		display: inline-block;
	}
	section#blog article {
		background-position: top center;
		text-align: left;
	}
	section#archivo>ul>li>h5 {
		display: inline-block;
	}
	section#invitados>article {
		margin: 0 2%;
		margin-top: 1rem;
		width: 96%;
	}
	section#invitados>article>div.main {
		margin: 5px auto;
	}
	section#charla>div {
		border: none;
	}
	section#charla>div>div.img {
		display: none;
	}
	section#charla>div>div.info {
		left: 0;
	}
	section#archivo>ul>li {
		margin: auto;
		margin-top: 1rem;
		margin-bottom: 1rem;
		width: 260px;
	}
	section#trabajos>article {
		display: block;
		float: none;
		width: 100%;
	}
	section#blog>.columna {
		display: block;
		width: auto;
		margin: auto;
	}
	header #main_header nav li {
		font-size:.8rem;
		padding: 20px 0;
	}
	header nav#botonera {
		top: 0;
	}
	header #main_header h1 {
		width: 40px;
		height: 40px;
		display: block;
		margin: 10px auto;
	}
	section#redes>#inscripcion {
		display: block;
		width: 94%;
		padding: 3%;
	}
	section#redes>ul.redes {
		position: relative;
		display: block;
		height: 110px;
		width: 100%;
	}
	/* ALUMNOS */
	section#blog.alumnos>.columna>article>div {
		display: block;
		width: 80%;
		margin:auto;
		position: relative;
	}
	section#blog.alumnos>.columna>article>img {
		display: block;
		width: 80%;
		margin:auto;
		margin-bottom: 1rem;
	}
	section#blog article a.mas {
		bottom: 0;
	}
	#cronograma>#clases {
		text-align: left;
	}
	#eventos>ul#referencias {
		position: relative;
		top: 0;
		text-align: center;
		margin-top: 1rem;
	}
	#eventos>ul#referencias>li {
	width: auto;
	padding-left: 25px;
	margin-left: 20px;
	text-align: left;
	}
	ul#dias {
		display: none;
	}
	#eventos ul.semana>li {
	width: 90%;
	text-align: left;
	}
	#eventos ul.semana>li>p {
		display: block;
	}
	section#roldan div.img {
		width: 80%;
	}
	section#roldan div.img>div {
		margin: auto;
display: block;
position: relative;
	}
	#profesor>h4 {
		background-position: top center;
	}
	#profesor>aside {
		background-position: top center;
	}
	#profesor>div.bio {
		background-position: top center;
		margin-top: 2rem;
	}
	#profesor ul.trabajos {
		width: 80%;
		margin: 2rem auto ;

	}
	#profesor ul.trabajos>li {
		width: 50%;
		margin-top: -2px;
	}
	#referencias article {
		background-position: top center;
	}
	#referencias article>p.fecha {
		display: inline-block;
	}
	#referencias article>aside.materiales {
		width: 90%!important;
		text-align: center;
		margin: 1rem;
	}
	#referencias article>aside {
	width: 35%!important;
	text-align: left;
	}
	#referencias article>aside.web {
		margin-left: 0;
	}
	section#propuesta>main {
		width: 100%;
		display: block;
		text-align: left;
	}
	section#propuesta>aside {
		width: 100%;
		display: block;
	}
	section#propuesta>aside #botones>li {
		width: 30%;
		margin-left: 5%;
		vertical-align: top;
	}
	#viviendo {
		width: 96%;
		margin: 2% auto;
	}
	#viviendo>article>.data {
		width: 90%;
		padding: 5%;
	}
	#viviendo>article>.data>h5 {
		margin-bottom: 1rem;
	}
	#viviendo>article>.img>.info {
		right: 20px;
		left: auto;
	}
	#viviendo>article {
		width: 100%;
		height: auto;
	}
	#viviendo>article>.img {
		width: 100%;
		display: block;
		height: 240px;
	}
	#viviendo>article>.data>h4 {
		margin: .6rem;
	}
	#experiencias ul>li {
		margin-bottom: 1rem;
	}
	#invitado_ind>h4 {
		background-position: top center;
	}
	#invitado_ind>p.fecha {
		display: inline-block;
	}
	#invitado_ind>aside {
		background-position: top center;
		margin-bottom: 2rem;
	}
	#invitado_ind>div.bio {
		background-position: top center;
		width: 100%;
	}
	#invitado_ind {
		width: 96%;
		margin: 2% auto;
		padding: 0;
	}
	#volver {
		top: 27px;
		right: 0;
	}
	#charla_ind {
		width: 96%;
		margin: 2%;
	}
	#charla_ind>h4 {
		background-position: top center;
	}
	#charla_ind>p.fecha {
		display: inline-block;
	}
	#charla_ind>div.acerca>ul {
		margin-top: 2rem;
		background-position: top center;
	}
	#charla_ind>div.acerca>ul>li {
		background-position: top center;	
	}
	#charla_ind>div.bio {
		background-position: top center;
		width: 100%; 
	}
	#charla_ind>aside {
		background-position: top center;
		margin-right: 0;
	}
	#video {
		width: 300px!important;
		height: 225px!important;
	}
	#contacto {
		width: 96%;
		margin: 2%;
	}
	#contacto>main {
		width: 100%;
	}
	#contacto aside {
		float: none;
	}
	#contacto>h3{
		padding-left: 0!important;
	}
	.center_div {
		text-align: center;
	}
	aside.alumnos {
		width: 33%;
		padding: 3%;
	}
}
@media all and (max-width: 400px) {
	section#docentes>article>div {
		position: relative;
		left: 50%;
		top: 50%;
		margin:5px;
		margin-left: -80px;
		width: 160px;
		height: 160px;
	}
	section#docentes>article>div>.img {
		width: 150px;
		height: 150px;
		margin-top: -75px;
		margin-left: -75px;
	}
	section#docentes div:hover>div.img {
		width: 160px;
		height: 160px;
		margin-left: -80px;
		margin-top: -80px;
	}
	section#docentes>article>div>h3 {
		bottom: 0;
		left: 0;
		right: 0;
	}
}
