/* VERSION TABLET */
@media screen and (min-width: 481px) and (max-width: 959px){
    

.estructura {
    /*
    width: 960px;
    right: 0;
    left: 0;
    margin: auto;
    min-width: 960px;
    padding: 0px 24px;
    */
    width:94%;
    padding: 0 3%;
}
.contenedor {
    text-align: center;
    margin-bottom: 50px;
}
.contenedor-b {
    text-align: right;
    margin-bottom: 50px;
}
h1 {
    font-size: 1.2rem;
}
h2 {
    font-size: 0.9rem
}
p {
    font-size: 0.75rem;
}
    
    
/* ----------------------------------------------------- CABECERA */
.barra_sup {
    width: 100%;
    line-height: 23px;
    background-color: #2b2727;
    border-bottom: solid 1px #515151;
    height: 23px;
}
.barra_sup a{
    text-decoration: none;
}
.nav_sup ul {
    font-size: 0px;
}
.nav_sup ul li {
    float: right;
    height: 23px;
}
.nav_sup a {
    height: 23px;
    font-size: 12px;
    width: 20px;
    display: inline-block;
    text-align: center;
    list-style: none;    
}
.boton3:hover {
    background-color: #1a1a1a;
    cursor: pointer;
}
.barra_sup p {
    color: #e5e5e5;
    font-size: 0.5rem;
    float: left;
    display: block;
}


/* ----------------------------------------------------- BOTONERA */
.logo_roldan {
    padding-top: 6px;
    float: left;
}

.nav{
    background: #3f3029;
    clear: both;
}
    
#menu_btn{
    display: hidden;
}

#cssmenu {
    text-align: right;
}

#cssmenu > ul li#responsive-tab {
    display: none;
}

#cssmenu > ul li {
    display: inline-block;
}

#cssmenu > ul li.has-sub {
    position: relative;
    height: 65px;
}

#cssmenu > ul li.has-sub:hover ul {
    display: block;
}

#cssmenu > ul li.has-sub ul {
    display: none;
    position: absolute;
    z-index:10;
    background: #4b3a33;
}

#cssmenu > ul li a {
    /* ESTILOS DE LOS BOTONES DEL MENU */
    display: block;
    text-decoration: none;
    width: 60px;
	font-size: 0.65rem;
	color: #e9e1dd;
    line-height: 85px;
    height: 64px;
    text-align: center;
    -webkit-transition-property: background, border-radius;
    transition-property: background, border-radius;
    -webkit-transition-duration: .2s, 1s;
    transition-duration: .2s, 1s;
    -webkit-transition-timing-function: linear, ease-in;
    transition-timing-function: linear, ease-in;
    -webkit-transition-delay: 0, 1s;
    transition-delay: 0, 1s;
}

#cssmenu > ul li a:hover {
    background: #4a3a33;
	
}

#cssmenu > ul li.has-sub ul li a{
    /* ESTILOS DE LOS BOTONES DEL SUBMENU */
	font-size: 0.75rem;
    width:100px;
    overflow: hidden;
    height:40px;
    line-height: 40px;
    text-align: left;
    padding-left: 20px;
}

#cssmenu > ul li.has-sub ul li a:hover{
    background: #5a4a43;
}
#cssmenu > ul li.has-sub:hover {
    background-color: #4b3a33;
}
    
    
    
    
/* ----------------------------------------------------- MAIN */
.main {
    padding-bottom: 50px; /* PARA FIJAR FOOTER */
}
.flechas {
    position: absolute;
    margin-top: 135px;
    z-index: 1;
    cursor:pointer;
}
.izq {
    margin-left:15px;
    left:0;
    width: 36px;
}
.der {
    margin-right: 15px;
    right:0;
    width: 36px;
}
.slider_principal {
    display: block;
    width: 100%;
    background-color: #5a5a5a;
}
.slider_principal img{
    width: 1200px;
}
.fondo_accesos_d {
    padding-top: 15px;
    padding-bottom: 25px;
    background-color: #5a5a5a;
    border-bottom: solid 3px #9a9a9a;
    width: 100%;
    margin-bottom: 35px;
}
.arrow-up {
	width: 0; 
	height: 0; 
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #f89d57;
    text-align: center;
    display: inline-block;
}
.arrow-up-back {
    position: absolute;
    width: 100px;
    margin-top: -22px;
    /*
    min-width: 110px;
    max-width: 110px;
    margin-left: 37px;
    */
}
.accesos_d ul li {
    display: inline-block;
    padding-top: 10px;
}
.accesos_d {
    width: 100%;
}
.iconos {
    vertical-align: middle;
    display: inline-block;
    height: 100px;
    width: 70px;
    margin: 0 8px 0 8px;
    padding: 5px 12px 8px 12px;
    color: white;
    text-decoration: none;
    font-size: 0.6rem;
    overflow: hidden;
    
    /* color */    
    border-bottom: solid 3px #434343;
    background-color: #4d4d4d;
    cursor: pointer;
    -webkit-transition-property: background, border-radius;
    transition-property: background, border-radius;
    -webkit-transition-duration: .2s, 1s;
    transition-duration: .2s, 1s;
    -webkit-transition-timing-function: linear, ease-in;
    transition-timing-function: linear, ease-in;
    -webkit-transition-delay: 0, 1s;
    transition-delay: 0, 1s;
}
.iconos-active{
    background-color: #f89d57;
    border-bottom: solid 3px #ad6a35;
}
.iconos img {
    width: 50px;
    margin-bottom: 5px;
}
/*
.iconos:hover {
    background-color: #434343;
    border-bottom: solid 3px #383838;
}*/
.secciones {
    width: 100%;
    display: inline-block;
    background-color: white;
    box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.09);
    margin-bottom: 15px;
    color: #4e4e4e;
}
.secciones-b {
    background-color: #e8e8e8;
    box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.09);
}
.secciones-b h1, .secciones-b h2, .secciones-b p {
    color: #4e4e4e;
}
.secciones h2 {
    padding-bottom: 2px;
    margin-bottom: 5px;
}
.lado-izq {
    /*float: left;*/
}
.lado-izq-t {
    width: 99%;
    background-color: #f79d57;
    padding-left: 10px;
    margin-bottom: 10px;
}
.titulos h2 {
    font-size: 0.75rem;
    color: white;
}
.bloque-uno {
    /*
    height: 400px; 
    margin-bottom: 65px;
    */
}
.lado-izq-a {
    
}
.seccion_texto{
    padding: 15px;
}
.seccion_foto{
    height: 200px;
    background-repeat: no-repeat;
    background-position: center;
}
    
.foto-lado-izq-a {
    background-image: url(imagenes/docentes.jpg);
    background-size: 890px;
}
.lado-izq-b {
    
}
.foto-lado-izq-b {
    background-image: url(imagenes/propuesta-academica.png);
    background-size: 890px; 
    background-position: 0 -100px;
}
.lado-izq-c {
    
}
.foto-lado-izq-c {
    background-image: url(imagenes/programa.png);
    background-size: 890px;
}
.lado-der {
    /*float: right;*/
    margin-bottom: 15px;
}
.lado-der-t {
    width: 99%;
    background-color: #a3a3a3;
    padding-left: 10px;
    margin-top: 20px;
    margin-bottom: 10px;    
}
.lado-der-a h1 {
    font-size: 1.2rem;
}
.lado-der-a {
    position: relative;
    /*height: 390px;
    /*width: 220px;*/
    border: solid 5px #ccc;
    padding: 5px 15px;
}
.lado-der-a ul li {
    list-style: none;
    border-bottom: solid 1px #ccc;
    padding: 11px 0 15px 0;
}
.lado-der-a ul li:last-child{
    border: none;
}




.bloque-dos {
    /*
    height: 70px;
    */
}
.lado-izq-2 {
    /*float: left;*/
}
.lado-izq-t-2 {
    width: 99%;
    background-color: #58c4bb;
    padding-left: 10px;
    margin-top: 30px;
    margin-bottom: 10px;
}
.lado-izq-2-a {
    /*
    position: relative;
    /*float: left;
    width: 220px;
    height: 200px;
    */
}
.lado-izq-2-a h2 {
    margin-bottom: 10px;
}
.lado-izq-2-a ul li {
    list-style: none;
}
.foto-lado-izq-2-a {
    /*float: left;*/
    height: 200px;
    background-image: url(imagenes/proximo-evento.png);
    background-repeat: no-repeat;
    background-position: 0 -220px;
    background-size: 890px;
    box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.09);
}
.texto-lado-izq-2-a{
    padding: 15px;
}
.lado-der-2 {
    /*float: right;*/
}
.lado-der-2-a {
    position: relative;
    border: solid 5px #ccc;
    padding: 15px;
}
.lado-der-2-a img {
    width: 50px;
}
    



/* ----------------------------------------------------- PROPUESTA */
.imagen-propuesta {
    background-image: url(imagenes/imagen-propuesta.png);
    background-size: 900px;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 200px;
}
.bloque-unico {
    background-color: white;
    box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.09);
    padding: 20px 15px 40px 15px;
}
.columna {
    vertical-align: top;
    margin: 0 2%;
    display: inline-block;
    width: 45%;
}
.parrafo-comun {
    padding-bottom: 13px;
}
.parrafo-comun h2 {
    text-align: left;
    width: 96%;
    background-color: #f79d57;
    padding-left: 10px;
    margin-bottom: 5px;
    font-size: 0.75rem;
    color: white;
}
.parrafo-comun p {
    text-align: left;
    margin-bottom: 10px;
    color: #4e4e4e;
    font-size: 0.75rem;
}
.parrafo-gris h2 {
    text-align: left;
    width: 96%;
    background-color: #a3a3a3;
    padding-left: 10px;
    margin-bottom: 5px;
    font-size: 0.75rem;
    color: white;
}
.contenido-gris {
    width: inherit;
    background-color: #efefef;
    padding: 10px 15px 15px 15px;
}
.contenido-gris img {
    width: 75px;
    display: inline-block;
}
.gris-texto {
    vertical-align: top;
    text-align: left;
    display: inline-block;
}
.gris-texto p {
    margin-bottom: 8px;
    color: #4e4e4e;
    font-size: 0.75rem;
}
.gris-texto a {
    color: #a3a3a3;
    font-size: 0.8rem;
    border: solid 2px #a3a3a3;
    padding: 0 7px;
    text-decoration: none;
    -webkit-transition-property: background, border-radius;
    transition-property: background, border-radius;
    -webkit-transition-duration: .2s, 1s;
    transition-duration: .2s, 1s;
    -webkit-transition-timing-function: linear, ease-in;
    transition-timing-function: linear, ease-in;
    -webkit-transition-delay: 0, 1s;
    transition-delay: 0, 1s;
}
.gris-texto a:hover {
    background-color: #a3a3a3;
    color: #efefef;
}




/* ----------------------------------------------------- PROGRAMA */
.icono-programa {
    position: absolute;
    width: 110px;
    right: -20px;
    top: -0;
}
.contenedor-prog {
    margin-bottom: 40px;
}
.caja-prog {
    display: inline-block;
    background-color: white;
    box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.09);
    width: 309px;
}
.caja-prog-1 {
    margin-right: 6px;
}
.caja-prog-2 {
    margin: 0 6px;
}
.caja-prog-3 {
    vertical-align: top;
    margin-left: 6px;
}
.caja-prog h2, .caja-prog p {
    color: #4e4e4e;
    padding-left: 15px;
    padding-right: 15px;
}
.imagen-caja-prog1 {
    margin-bottom: 7px;
    height: 150px;
    background-image: url(imagenes/imagen-tp1.jpg);
    background-repeat: no-repeat;
    background-size: 400px;
}
.imagen-caja-prog2 {
    margin-bottom: 7px;
    height: 150px;
    background-image: url(imagenes/imagen-tp2.jpg);
    background-repeat: no-repeat;
    background-size: 400px;;
}
.imagen-caja-prog3 {
    margin-bottom: 7px;
    height: 150px;
    background-image: url(imagenes/imagen-tp3-7.png);
    background-repeat: no-repeat;
    background-size: 400px;
}




/* ----------------------------------------------------- DOCENTES */
.jefe-catedra {
    display: inline-block;
    width: 480px;
}
.jefe-catedra h2 {
    text-align: left;
    background-color: #f79d57;
    padding-left: 10px;
    margin-bottom: 5px;
    font-size: 0.75rem;
    color: white;
}
.contenido-jefe p {
    margin-bottom: 10px;
    text-align: left;
    color: #4e4e4e;
    font-size: 0.75rem;
}
.contenido-jefe {
    height: 222px;
    text-align: left;
    background-color: white;
    box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.09);
}
.contenido-jefe a {
    display: inline-block;
    width: 222px;
    height: 222px;
    background-image: url(imagenes/daniel-roldan.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 222px;
    -webkit-transition-property: background, border-radius;
    transition-property: background, border-radius;
    -webkit-transition-duration: .2s, 1s;
    transition-duration: .2s, 1s;
    -webkit-transition-timing-function: linear, ease-in;
    transition-timing-function: linear, ease-in;
    -webkit-transition-delay: 0, 1s;
    transition-delay: 0, 1s;
}
.contenido-jefe a:hover {
    background-image: url(imagenes/daniel-roldan3.png);
}
.info-jefe {
    padding: 10px 15px;
    vertical-align: top;
    display: inline-block;
    width: 222px;
}
.comision {
    display: inline-block;
    width: 460px;
}
.comision h2 {
    text-align: left;
    background-color: #f79d57;
    padding-left: 10px;
    margin-bottom: 5px;
    font-size: 0.75rem;
    color: white;
}
.comision-1 {
    margin-bottom: 45px;
}
.comision-2 {
}
.comision-3 {
    margin-bottom: 45px;
}
.comision-4 {
    margin-bottom: 45px;
}
.contenido-comision {
    display: inline-block;
    background-color: white;
    box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.09);
}
.contenido-comision p {
    margin-bottom: 6px;
    color: #4e4e4e;
    font-size: 0.8rem;
}
.docente-a {
    margin-right: 5px;
}
.docente-b {
    margin: 0 5px;
}
.docente-c {
    margin-left: 5px;
}
.docente {
    width: 142px;
    height: 142px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 142px;
    -webkit-transition-property: background, border-radius;
    transition-property: background, border-radius;
    -webkit-transition-duration: .2s, 1s;
    transition-duration: .2s, 1s;
    -webkit-transition-timing-function: linear, ease-in;
    transition-timing-function: linear, ease-in;
    -webkit-transition-delay: 0, 1s;
    transition-delay: 0, 1s;
}
.docente1 {
    background-image: url(imagenes/bidinost.png);
}
.docente1:hover {
    background-image: url(imagenes/bidinost3.png);
}
.docente2 {
    background-image: url(imagenes/marcos-farina.png);
}
.docente2:hover {
    background-image: url(imagenes/marcos-farina3.png);
}
.docente3 {
    background-image: url(imagenes/alvarez.png);
}
.docente3:hover {
    background-image: url(imagenes/alvarez3.png);
}
.docente4 {
    background-image: url(imagenes/caba.png);
}
.docente4:hover {
    background-image: url(imagenes/caba3.png);
}
.docente5 {
    background-image: url(imagenes/kantor.png);
}
.docente5:hover {
    background-image: url(imagenes/kantor3.png);
}
.docente6 {
    background-image: url(imagenes/laksman.png);
}
.docente6:hover {
    background-image: url(imagenes/laksman3.png);
}
.docente7 {
    background-image: url(imagenes/moreno.png);
}
.docente7:hover {
    background-image: url(imagenes/moreno3.png);
}
.docente8 {
    background-image: url(imagenes/oliver.png);
}
.docente8:hover {
    background-image: url(imagenes/oliver3.png);
}
.docente9 {
    background-image: url(imagenes/sanfelippo.png);
}
.docente9:hover {
    background-image: url(imagenes/sanfelippo3.png);
}
.docente10 {
    background-image: url(imagenes/pastore.png);
}
.docente10:hover {
    background-image: url(imagenes/pastore3.png);
}
.docente11 {
    background-image: url(imagenes/villamayor.png);
}
.docente11:hover {
    background-image: url(imagenes/villamayor3.png);
}
.docente12 {
    background-image: url(imagenes/pupe.png);
}
.docente12:hover {
    background-image: url(imagenes/pupe3.png);
}




/* ----------------------------------------------------- INGRESANTES */
.icono-personas {
    position: absolute;
    width: 120px;
    right: -30px;
    top: -10px;
}
.imagen-ingresantes {
    background-image: url(imagenes/imagen-ingresantes.png);
    background-size: 900px;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 200px;
}






/* ----------------------------------------------------- OPINIONES */
.icono-opiniones {
    position: absolute;
    width: 100px;
    right: -20px;
    top: -10px;
}
.contenido-opinion {
    height: 180px;
    text-align: left;
    margin-bottom: 205px;
}
.voto-opinion {
    height: 100%;
    width: 100%;
}
.opinion-1 {
    background-image: url(imagenes/opiniones-1.png);
    background-repeat: no-repeat;
}
.opinion-2 {
    background-image: url(imagenes/opiniones-2.png);
    background-repeat: no-repeat;
}
.opinion-3 {
    background-image: url(imagenes/opiniones-3.png);
    background-repeat: no-repeat;
}
.info-opinion {
    vertical-align: top;
    width: 92%;
    height: 155px;
    padding: 15px 15px 10px 15px;
    background-color: white;
    box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.09);
}
.opinion h2 {
    text-align: left;
    width: 470px;
    background-color: #f79d57;
    padding-left: 10px;
    margin-bottom: 5px;
    font-size: 0.75rem;
    color: white;
}
.info-opinion img {
    width: 45px;
}
.info-opinion p {
    text-align: left;
    margin-bottom: 10px;
    color: #4e4e4e;
    font-size: 0.75rem;
    padding: 0 10px;
}



/* ----------------------------------------------------- DESCARGAS */
.icono-descargas {
    position: absolute;
    width: 120px;
    right: -30px;
    top: -30px;
}
.titulo-principal {
    position: relative;
    height: 75px;
    background-color: #58c4bb;
    margin: 15px 0 25px 0;
    overflow: hidden;
}

.texto-titulo-principal {
    position: relative;
    top: 10px;
    left: 20px;
    color: white;
}
.texto-titulo-principal p {
    font-size: 0.8rem;
}
.texto-titulo-principal h1 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: -5px;
}
.columna-descargas {
    width: 309px;
    display: inline-block;
    vertical-align: top;
}
.columna-descargas1 {
    margin-right: 6px;
    margin-bottom: 20px;
}
.columna-descargas2 {
    margin: 0 6px;
    margin-bottom: 20px;
}
.columna-descargas3 {
    margin-left: 6px;
    margin-bottom: 20px;
}
.columna-descargas h2 {
    text-align: left;
    background-color: #f79d57;
    padding-left: 10px;
    margin-bottom: 5px;
    font-size: 0.75rem;
    color: white;
}
.columna-descargas p {
    display: block;
    height: 40px;
    padding: 8px 0 0 10px;
    text-align: left;
    margin-bottom: 20px;
    color: #4e4e4e;
    font-size: 0.75rem;
    cursor: pointer;
    -webkit-transition-property: background, border-radius;
    transition-property: background, border-radius;
    -webkit-transition-duration: .2s, 1s;
    transition-duration: .2s, 1s;
    -webkit-transition-timing-function: linear, ease-in;
    transition-timing-function: linear, ease-in;
    -webkit-transition-delay: 0, 1s;
    transition-delay: 0, 1s;
}
.columna-descargas p:hover {
    background-color: #f2f2f2;
}
.contenido-descargas {
    padding: 10px 15px;
    background-color: white;
    box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.09);
}
.separador-item {
    border-bottom: solid 1px #ddd;
}





/* ----------------------------------------------------- GALERIA TP */
.icono-galeria {
    position: absolute;
    width: 140px;
    right: -25px;
    top: -15px;
}
.contenedor-gal1 {
    position: relative;
    margin-bottom: 40px;
}
.caja-apagada {
    width: 309px;
    box-sizing: border-box;
    background-color: #e8e8e8;
    border: solid 5px #ccc;
    display: inline-block;
    height: 237px;
    cursor: pointer;
}
.caja-gal-1 {
    margin-right: 6px;
}
.caja-gal-2 {
    margin: 0 6px;
}
.caja-gal-3 {
    display: inline-block;
    background-color: white;
    box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.09);
    width: 309px;
    margin-left: 10px;
    height: 237px;
}
.caja-gal-3 h2, .caja-gal-3 p {
    color: #4e4e4e;
    padding-left: 15px;
    padding-right: 15px;
}
.caja-apagada h2, .caja-apagada p {
    color: #9b9b9b;
    padding-left: 15px;
    padding-right: 15px;
}
.imagen-caja-gal1 {
    margin-bottom: 7px;
    height: 150px;
    background-image: url(imagenes/imagen-tp1.jpg);
    background-repeat: no-repeat;
    background-size: 400px;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%);
}
.imagen-caja-gal2 {
    margin-bottom: 7px;
    height: 150px;
    background-image: url(imagenes/imagen-tp2.jpg);
    background-repeat: no-repeat;
    background-size: 400px;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%);
}
.imagen-caja-gal3 {
    margin-bottom: 7px;
    height: 150px;
    background-image: url(imagenes/imagen-tp3-7.png);
    background-repeat: no-repeat;
    background-size: 400px;
}
.contenedor-gal-t {
    margin-bottom: 9px;
}
.contenedor-gal-t2 {
    margin-bottom: 80px;
}
.imagen-gal-t {
    display: inline-block;
    width: 147px;
    height: 147px;
    margin: 0 5.5px;
    box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.09);
}
.imagen-gal-t1 {
    display: inline-block;
    width: 147px;
    height: 147px;
    margin-right: 5.5px;
    box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.09);
}
.imagen-gal-t2 {
    display: inline-block;
    width: 147px;
    height: 147px;
    margin-left: 5.5px;
    box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.09);
}




/* ----------------------------------------------------- SITIOS RECOMENDADOS */
.columna-sitios {
    width: 225px;
    display: inline-block;
    vertical-align: top;
}
.columna-sitios1 {
    margin-right: 7px;
}
.columna-sitios2 {
    margin: 0 7px;
}
.columna-sitios3 {
    margin: 0 7px;
}
.columna-sitios4 {
    margin-left: 7px;
}
.columna-sitios h2 {
    text-align: left;
    background-color: #f79d57;
    padding-left: 10px;
    margin-bottom: 5px;
    font-size: 0.75rem;
    color: white;
}
.columna-sitios p {
    display: block;
    height: 50px;
    padding: 8px 0 0 10px;
    text-align: left;
    margin-bottom: 10px;
    padding-bottom: 3px;
    color: #4e4e4e;
    font-size: 0.75rem;
    overflow: hidden;
}
.contenido-sitios {
    padding: 10px 15px 25px 15px;
    background-color: white;
    box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.09);
}





/* ----------------------------------------------------- AGENDA */
.icono-agenda {
    position: absolute;
    width: 130px;
    right: -20px;
    top: -5px;
}
.cabecera-agenda {
    width: 120px;
    display: inline-block;
    vertical-align: bottom;
    margin-bottom: 15px;
}
.cabecera-agenda h2 {
    text-align: left;
    background-color: #f79d57;
    padding-left: 10px;
    margin-bottom: 5px;
    font-size: 0.75rem;
    color: white;
}
.fecha-agenda {
    padding: 20px;
    height: 70px;
    width: 80px;
    background-color: #f79d57;
    color: white;
    line-height: 1.5rem;
}
.fecha-agenda p {
    margin-top: 30px;
    text-align: right;
    font-size: 0.7rem;
}
.num-fecha {
    font-size: 2.7rem;
}
.contenido-agenda {
    display: inline-block;
    width: 100%;
}
.imagen-agenda {
    height: 180px;
    width: 100%;
    display: inline-block;
    vertical-align: bottom;
}
.agenda-1 {
    background-image: url(imagenes/agenda-1.png);
    background-repeat: no-repeat;
    background-size: 890px;
    background-position: 0 -120px;
}
.agenda-2 {
    background-image: url(imagenes/agenda-2.png);
    background-repeat: no-repeat;
    background-size: 890px;
    background-position: 0 -20px;
}
.agenda-3 {
    background-image: url(imagenes/agenda-3.png);
    background-repeat: no-repeat;
    background-size: 890px;
    background-position: 0 -50px;
}
.agenda-4 {
    background-image: url(imagenes/agenda-4.png);
    background-repeat: no-repeat;
    background-size: 890px;
    background-position: 0 -120px;
}
.info-agenda {
    padding: 15px 20px;
    height: 150px;
    width: 98%;
    display: inline-block;
    background-color: white;
    box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.09);
    margin-bottom: 20px;
}
.info-agenda p {
    text-align: left;
    margin-bottom: 10px;
    color: #4e4e4e;
    font-size: 0.75rem;
}
.info-agenda h2 {
    text-align: left;
    margin-bottom: 10px;
    color: #4e4e4e;
    font-size: 0.9rem;
}
.boton-agenda {
    font-size: 0.75rem;
    padding: 0 7px;
    display: inline-block;
    vertical-align: bottom;
    border: solid 2px #f79d57;
    text-decoration: none;
    color: #f79d57;
    -webkit-transition-property: background, border-radius;
    transition-property: background, border-radius;
    -webkit-transition-duration: .2s, 1s;
    transition-duration: .2s, 1s;
    -webkit-transition-timing-function: linear, ease-in;
    transition-timing-function: linear, ease-in;
    -webkit-transition-delay: 0, 1s;
    transition-delay: 0, 1s;
}
.boton-agenda-on {
    padding: 0 7px;
    display: inline-block;
    background-color: #f79d57;
    border: solid 2px #f79d57;
    text-decoration: none;
    color: white;
}
.boton-agenda:hover {
    background-color: #f79d57;
    border: solid 2px #f79d57;
    color: white;
}




/* ----------------------------------------------------- TUTORIALES */
.icono-tutoriales {
    position: absolute;
    width: 110px;
    right: -10px;
    bottom: -10px;
}
.caja-video {
    background-color: white;
    box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.09);
    width: 465px;
    overflow: hidden;
    margin-bottom: 30px;
    display: inline-block;
    min-height: 380px;
}
.caja-video p, .caja-video h2 {
    text-align: left;
}
.video-izq {
}
.video-der {
}
.caja-video h2, .caja-video p {
    color: #4e4e4e;
    padding-left: 15px;
    padding-right: 15px;
}
.caja-video h2 {
    margin-bottom: 3px;
}
.caja-video img {
    margin-bottom: 10px;
}




/* ----------------------------------------------------- CONTACTO */
.icono-mail {
    position: absolute;
    right: -40px;
    top: -35px;
    width: 180px;
}
.secciones-contacto {
    background-color: white;
    box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.09);
}
.secciones-b-contacto {
    background-color: #e8e8e8;
    box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.09);
}
.secciones-contacto h2, .secciones-contacto p, .texto-form {
    color: #4e4e4e;
    padding-left: 15px;
    padding-right: 15px;
}
.secciones-b-contacto h1, .secciones-b-contacto h2, .secciones-b-contacto p {
    color: #4e4e4e;
    padding-left: 15px;
    padding-right: 15px;
}
.secciones-contacto h2 {
    padding-bottom: 2px;
    margin-bottom: 5px;
}
.lado-izq-contacto {
    width: 100%;
}
.lado-izq-t-contacto {
    width: 685px;
    background-color: #f79d57;
    padding-left: 10px;
    margin-bottom: 10px;
}
.titulos-contacto h2 {
    font-size: 0.75rem;
    color: white;
}
form {
    width: 600px;
    margin-top: 10px;
    margin-left: 5px;
    font-size: 0.75rem;
}
.campo {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 3px;
    margin-bottom: 10px;
    width: 100%;
    border: none;
    background-color: #efefef;
}
.campo-a {
    height: 25px;
}
.campo-b {
    height: 190px;
    overflow-y: scroll;
    resize: none;
}
.bloque-uno-contacto {
    overflow: hidden;
    width: 100%;
    margin-bottom: 65px;
}
.lado-izq-a-contacto {
    padding-top: 4px;
    position: relative;
    width: 100%;
    margin-bottom: 30px;
}
.lado-der-contacto {
}
.lado-der-t-contacto {
    width: 220px;
    background-color: #a3a3a3;
    padding-left: 10px;
    margin-bottom: 10px;    
}
.lado-der-a-contacto h1 {
    font-size: 1.2rem;
}
.lado-der-a-contacto {
    position: relative;
    height: 390px;
    width: 220px;
    border: solid 5px #ccc;
}
.lado-der-a-contacto ul li {
    list-style: none;
    border-bottom: solid 1px #ccc;
    padding: 11px 0 15px 0;
}
.google-map {
    margin-bottom: 10px;
}





/* ----------------------------------------------------- VER MAS */
.ver-mas {
    text-decoration: none;
    text-align: center;
    color: #f79d57;
    font-size: 0.8rem;
    display: inline-block;
    border: solid 2px #f79d57;
    cursor: pointer;
    margin-top: 15px;
    padding: 0px 7px;
    -webkit-transition-property: background, border-radius;
    transition-property: background, border-radius;
    -webkit-transition-duration: .2s, 1s;
    transition-duration: .2s, 1s;
    -webkit-transition-timing-function: linear, ease-in;
    transition-timing-function: linear, ease-in;
    -webkit-transition-delay: 0, 1s;
    transition-delay: 0, 1s;
}
.ver-mas:hover {
    background-color: #f79d57;
    color: white;
}
.ver-mas-b {
    text-decoration: none;
    text-align: center;
    color: #a3a3a3;
    font-size: 0.8rem;
    display: inline-block;
    border: solid 2px #a3a3a3;
    cursor: pointer;
    padding: 0px 7px;
    -webkit-transition-property: background, border-radius;
    transition-property: background, border-radius;
    -webkit-transition-duration: .2s, 1s;
    transition-duration: .2s, 1s;
    -webkit-transition-timing-function: linear, ease-in;
    transition-timing-function: linear, ease-in;
    -webkit-transition-delay: 0, 1s;
    transition-delay: 0, 1s;
}
.ver-mas-b:hover {
    background-color: #a3a3a3;
    color: #e8e8e8;
}
.ver-mas-c {
    text-decoration: none;
    text-align: center;
    color: #58c4bb;
    font-size: 0.8rem;
    display: inline-block;
    border: solid 2px #58c4bb;
    cursor: pointer;
    padding: 0px 7px;
    -webkit-transition-property: background, border-radius;
    transition-property: background, border-radius;
    -webkit-transition-duration: .2s, 1s;
    transition-duration: .2s, 1s;
    -webkit-transition-timing-function: linear, ease-in;
    transition-timing-function: linear, ease-in;
    -webkit-transition-delay: 0, 1s;
    transition-delay: 0, 1s;
}
.ver-mas-c:hover {
    background-color: #58c4bb;
    color: white;
}


/* ----------------------------------------------------- FOOTER */
.footer {
    /* position:absolute; PARA FIJAR FOOTER */
    /* bottom: 0;PARA FIJAR FOOTER */
    left: 0px;
    right: 0px;
    margin: auto;
    background-color: #555;
    border-top: solid 3px #f79d57;
    text-align: center;
    color: #a0a0a0;
    line-height: 140%;
    height: auto;
    width: 100%;
}
.footer p {
    padding-top: 10px;
    margin-bottom: 10px;
    font-size: 0.6rem;
    font-style: italic;
    line-height: 0.85rem;
}
.footer_border {
    height: 8px;
    background-image: url(imagenes/footerpattern.png);
    background-repeat: repeat-x;
    margin-bottom: 10px;
}
.sub_footer a {
    display: inline-block;
    width: 55px;
    font-size: 0.55rem;
    font-weight: lighter;
    text-decoration: none;
    color: #a3a3a3;   
}
.sub_footer ul li {
    list-style: none;
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 30px;
}
.sub_footer ul li::after {
    background: #7e7e7e;
    width: 1px;
    height: 10px;
    content: '';
    display: inline-block;
    vertical-align: middle;
}
.sub_footer ul li:last-child:after {
    display: none;
}
    
}