@charset "utf-8";
:root {
    --radio: 2vw;
}
.titulo {
    font-size: 4vw;
}
.titulo,
titulo_s,
titulo_2 {
    display: block;
    color: #e1d1b9;
    /*rgb(0, 220, 255); #9000a1;*/
    
    text-align: left;
    font-family: 'tw cen mt';
    text-shadow: -1px -1px 8px #3f3125, 1px -1px 8px #3f3125, 1px 1px 8px #3f3125, -1px 1px 8px #3f3125;
}
.cuadro {
    position: relative;
    width: 97%;
    /*95%;*/
    
    max-width: 97%;
    /*95%;*/
    
    min-height: 93vh;
    max-height: 93%;
    -webkit-border-radius: var(--radio);
    border-radius: var(--radio);
    text-align: justify;
    margin: 10px;
    /*ie 7 and 8 do not support border radius*/
    
    -webkit-box-shadow: 0px 0px 20px #000000;
    box-shadow: 0px 0px 20px #000000;
    /*ie 7 and 8 do not support blur property of shadows*/
    
    background-color: rgba(255, 255, 255, 0.75);
    /*para el scrolla fuera*/
    
    box-sizing: border-box;
    padding: calc(var(--radio) / 2);
    /* border-radius /4*/
    /*para el scrolla fuera*/
    
    clear: both;
}

.lista
 {
	float:left;					
	position: absolute;
	height:90%;			
	width: 15vw;
	top : 0px;
	left : 0px;
        user-scalable:yes;

 }

.cuadrito_interno {
    position: absolute;
    height: calc(100% - var(--radio));
    width: calc(100% - var(--radio));
	overflow: hidden;
    /*   	background-color: red;	 */}
.cuadrito{
	font-size: 2vw;
}
.cuadrito_interno.blanco {
    background-color: white;
}
.author-box {
    width: 100%;
}
.author-box div.author-img,
.author-box div.author-content {
    display: inline-block;
    float: left;
}
.author-box div.author-content {
    margin-left: 10px;
}
.author-box div.author-img img {
    width: 150px;
    height: 150px;
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    border-radius: 50%;
    padding: 10px;
	text-align: center;
	display: inline-block;
	vertical-align:middle;
}
.author-box div.author-img img:hover {
    width: 150px;
    height: 150px;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    padding: 10px;
}
.author-box div.author-content h2 {
    line-height: 10px;
    font-size: 3vw;
}
h1 {
    margin: 0;
    font-size: 3vw;
}
h2 {
    margin: 0;
    font-size: 2vw;
    display: inline;
}
.pakmax-fancyshare img {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.pakmax-fancyshare img:hover {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}
.cuadrito_docentes {
    max-height: 100%;
    height: 100%;
    max-width: 100%;
    width: 100%;
    -webkit-border-radius: var(--radio);
    border-radius: var(--radio);
    border-color: #ffc926;
    border-width: 1px;
    text-align: justify;
    margin: 5px;
    background-color: rgba(255, 248, 255, 0.95);
    /*para el scrolla fuera*/
    
    overflow-y: auto;
    overflow-x: hidden;
    /*para el scrolla fuera*/
}
.responsivecontent {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.2%;
    margin-bottom: 20px;
}
.responsivecontent iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.iframe-loading 
{ 
    background: #ffffff;
	position: absolute;
	left : 15vw; height: 90%;
	width:82%;
	border: none;
	padding-left:1vw;	
    background-image: url('../cargando.gif'); 
	background-repeat: no-repeat;
	background-position: center, center;
	background-size:  contain;
}
