*{
    padding: 0;
    margin: 0;
}
img, a {
    border: none;
    outline: none;
}
div {
    background-color: inherit;
}
body {
    background-image: url(imagenes/bg-white-pattern.png);
    font-family: 'Open Sans',Arial,Helvetica,Futura,Verdana,sans-serif;
    font-size: 16px;
    overflow-y: scroll;
    min-height:100%; /* PARA FIJAR FOOTER */
    position:relative; /* PARA FIJAR FOOTER */
}
html{
    height:100%; /* PARA FIJAR FOOTER */
}
.centrado {
    text-align: center;
}

@media screen and (min-width: 960px) {
    

.estructura {
    width: 960px;
    right: 0;
    left: 0;
    margin: auto;
    min-width: 960px;
    padding: 0px 24px;
}
.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 {
    line-height: 25px;
    background-color: #2b2727;
    border-bottom: solid 1px #515151;
    height: 25px;
    min-width: 1008px;
}
.barra_sup a{
    text-decoration: none;
}
.nav_sup ul {
    font-size: 0px;
}
.nav_sup ul li {
    float: right;
    height: 25px;
}
.nav_sup a {
    height: 25px;
    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.6rem;
    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: 100px;
	font-size: 0.75rem;
	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:180px;
    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: 230px; /* PARA FIJAR FOOTER */
}
.titulo-principal {
    position: relative;
    height: 95px;
    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.9rem;
}
.texto-titulo-principal h1 {
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: -5px;
}
.flechas {
    position: absolute;
    margin-top: 200px;
    z-index: 1;
    cursor:pointer;
}
.izq {
    margin-left: 30px;
}
.der {
    margin-right: 30px;
    right: 0;
}
.slider_principal {
    display: block;
    width: 100%;
    height: 500px;
    background-color: #5a5a5a;
    min-width: 1008px;
}
.fondo_accesos_d {
    padding-top: 20px;
    padding-bottom: 40px;
    background-color: #5a5a5a;
    border-bottom: solid 3px #9a9a9a;
    min-width: 1008px;
    margin-bottom: 40px;
}
.arrow-up {
	width: 0; 
	height: 0; 
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #f89d57;
    text-align: center;
    display: inline-block;
}
.arrow-up-back {
    position: absolute;
    width: 186px;
    margin-top: -22px;
    /*
    min-width: 110px;
    max-width: 110px;
    margin-left: 37px;
    */
}
.accesos_d ul li {
    display: inline-block;
    padding-top: 22px;
}
.iconos {
    vertical-align: middle;
    display: inline-block;
    height: 160px;
    min-width: 110px;
    max-width: 110px;
    margin: 0 12px 0 12px;
    padding: 20px 25px;
    color: white;
    text-decoration: none;
    font-size: 0.9rem;
    
    /* 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: 80px;
    margin-bottom: 10px;
}/*
.iconos:hover {
    background-color: #434343;
    border-bottom: solid 3px #383838;
}*/
.secciones {
    background-color: white;
    box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.09);
    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;
    padding-left: 15px;
    padding-right: 15px;
}
.secciones h2 {
    padding-bottom: 2px;
    margin-bottom: 5px;
}
.seccion_texto{
    padding: 15px;
}
.lado-izq {
    float: left;
}
.lado-izq-t {
    width: 684px;
    background-color: #f79d57;
    padding-left: 10px;
    margin-bottom: 10px;
}
.titulos h2 {
    font-size: 0.75rem;
    color: white;
}
.bloque-uno {
    height: 400px; /* SEPARAR DEL BLOQUE DOS*/
    margin-bottom: 65px;
}
.lado-izq-a {
    position: relative;
    float: left;
    width: 220px;
    height: 400px;
    margin-right: 17px;
}
.seccion_foto{
    height: 200px;
    background-repeat: no-repeat;
    background-position: center;
    
}

.foto-lado-izq-a {
    background-image: url(imagenes/docentes.jpg);
    background-size: 400px;
}
.lado-izq-b {
    position: relative;
    float: left;
    width: 220px;
    height: 400px;
    margin-right: 17px;
}
.foto-lado-izq-b {
    background-image: url(imagenes/propuesta-academica.png);
    background-size: 300px;    
}
.lado-izq-c {
    position: relative;
    float: left;
    width: 220px;
    height: 400px;
    margin-right: 17px;
}
.foto-lado-izq-c {
    background-image: url(imagenes/programa.png);
    background-size: 300px;    
}
.lado-der {
    float: right;
}
.lado-der-t {
    width: 220px;
    background-color: #a3a3a3;
    padding-left: 10px;
    margin-bottom: 10px;    
}
.lado-der-a h1 {
    font-size: 1.2rem;
}
.lado-der-a {
    position: relative;
    height: 390px;
    width: 220px;
    border: solid 5px #ccc;
}
.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: 684px;
    background-color: #58c4bb;
    padding-left: 10px;
    margin-bottom: 10px;
}
.lado-izq-2-a {
    position: relative;
    float: left;
    width: 694px;
    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: right;
    width: 473px;
    height: 200px;
    background-image: url(imagenes/proximo-evento.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 500px;
    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;
    height: 190px;
    width: 220px;
    border: solid 5px #ccc;
}
.lado-der-2-a img {
    width: 50px;
    margin-top: 5px;
    margin-left: 10px;
}



/* ----------------------------------------------------- PROPUESTA */
.imagen-propuesta {
    background-image: url(imagenes/imagen-propuesta.png);
    width: 960px;
    height: 285px;
}
.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 13px;
    display: inline-block;
    width: 435px;
}
.parrafo-comun {
    padding-bottom: 13px;
}
.parrafo-comun h2 {
    text-align: left;
    width: 98%;
    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: 98%;
    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;
    margin-left: 22px;
    display: inline-block;
    width: 285px;
}
.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: 180px;
    right: -20px;
    top: -10px;
}
.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-right: 10px;
}
.comision-2 {
    margin-left: 10px;
}
.comision-3 {
    margin-right: 10px;
}
.comision-4 {
    margin-left: 10px;
}
.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: 180px;
    right: -30px;
    top: -30px;
}
.imagen-ingresantes {
    background-image: url(imagenes/imagen-ingresantes.png);
    width: 960px;
    height: 285px;
}






/* ----------------------------------------------------- OPINIONES */
.icono-opiniones {
    position: absolute;
    width: 150px;
    right: 0;
    top: -30px;
}
.contenido-opinion {
    height: 180px;
    text-align: left;
}
.voto-opinion {
    display: inline-block;
    height: 180px;
    width: 490px;
}
.opinion-1 {
    background-image: url(imagenes/opiniones-1.png);
}
.opinion-2 {
    background-image: url(imagenes/opiniones-2.png);
}
.opinion-3 {
    background-image: url(imagenes/opiniones-3.png);
}
.info-opinion {
    margin-left: -5px;
    display: inline-block;
    vertical-align: top;
    width: 440px;
    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: 480px;
    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: 200px;
    right: -30px;
    top: -60px;
}
.columna-descargas {
    width: 309px;
    display: inline-block;
    vertical-align: top;
}
.columna-descargas1 {
    margin-right: 6px;
}
.columna-descargas2 {
    margin: 0 6px;
}
.columna-descargas3 {
    margin-left: 6px;
}
.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: 180px;
    right: -10px;
    top: -25px;
}
.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;
    position: absolute;
    top: 0;
}
.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: 140px;
    right: -20px;
    top: -10px;
}
.cabecera-agenda {
    width: 225px;
    display: inline-block;
    vertical-align: bottom;
    margin-right: 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: 140px;
    width: 185px;
    background-color: #f79d57;
    color: white;
    line-height: 2.7rem;
}
.fecha-agenda p {
    margin-top: 50px;
    text-align: right;
    font-size: 1.3rem;
}
.num-fecha {
    font-size: 4.7rem;
}
.contenido-agenda {
    display: inline-block;
}
.imagen-agenda {
    height: 180px;
    width: 470px;
    display: inline-block;
    vertical-align: bottom;
}
.agenda-1 {
    background-image: url(imagenes/agenda-1.png);
}
.agenda-2 {
    background-image: url(imagenes/agenda-2.png);
}
.agenda-3 {
    background-image: url(imagenes/agenda-3.png);
}
.agenda-4 {
    background-image: url(imagenes/agenda-4.png);
}
.info-agenda {
    padding: 15px 20px;
    height: 150px;
    width: 205px;
    display: inline-block;
    margin-left: -5px;
    background-color: white;
    box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.09);
}
.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: 160px;
    right: -10px;
    bottom: -20px;
}
.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 {
    margin-right: 12px;
}
.video-der {
    margin-left: 12px;
}
.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: -40px;
}
.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 {
    float: left;
}
.lado-izq-t-contacto {
    width: 684px;
    background-color: #f79d57;
    padding-left: 10px;
    margin-bottom: 10px;
}
.titulos-contacto h2 {
    font-size: 0.75rem;
    color: white;
}
form {
    margin-top: 10px;
    margin-left: 5px;
    font-size: 0.75rem;
}
.campo {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 3px;
    margin-bottom: 10px;
    width: 650px;
    border: none;
    background-color: #efefef;
}
.campo-a {
    height: 25px;
}
.campo-b {
    height: 190px;
    overflow-y: scroll;
    resize: none;
}
.bloque-uno-contacto {
    height: 427px; /* SEPARAR DEL BLOQUE DOS*/
    margin-bottom: 65px;
}
.lado-izq-a-contacto {
    position: relative;
    float: left;
    /* width: 220px;
    height: 400px;
    margin-right: 17px; */
}
.lado-der-contacto {
    float: right;
}
.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;
}
.lado-izqb {
    display: none;
}





/* ----------------------------------------------------- VER MAS */
.ver-mas {
    text-decoration: none;
    position: absolute;
    bottom: 15px;
    padding: 0 7px;
    text-align: center;
    color: #f79d57;
    font-size: 0.8rem;
    display: inline-block;
    border: solid 2px #f79d57;
    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;
}
.ver-mas:hover {
    background-color: #f79d57;
    color: white;
}
.ver-mas-b {
    text-decoration: none;
    position: absolute;
    bottom: 15px;
    padding: 0 7px;
    text-align: center;
    color: #a3a3a3;
    font-size: 0.8rem;
    display: block;
    border: solid 2px #a3a3a3;
    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;
}
.ver-mas-b:hover {
    background-color: #a3a3a3;
    color: #e8e8e8;
}
.ver-mas-c {
    text-decoration: none;
    position: absolute;
    bottom: 15px;
    padding: 0 7px;
    text-align: center;
    color: #58c4bb;
    font-size: 0.8rem;
    display: block;
    border: solid 2px #58c4bb;
    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;
}
.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;
    
    /*clear: both;*/
    margin-top: 80px;
    background-color: #555;
    border-top: solid 3px #f79d57;
    text-align: center;
    color: #a0a0a0;
    line-height: 140%;
    height: auto;
    min-width: 1008px;
}
.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: 60px;
    font-size: 0.6rem;
    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;
}
    
}