.contenidos{
    padding: 0 0 0 0;
    margin: 0 0 0 0;
	background-color: #F2F2F2;	
}
/*13px*/
.cuerpo_activo, 
.contenidos {
	font-size: 14px;
}

.menu_interno {     
    text-align:left;
    overflow:hidden;
    float:left;
    width:204px;
    background-color: #F2F2F2;
    margin: 0 0 0 0;
    padding: 0 0 0 0;   
    clear: both;        
}

.menu_interno  li.activo_int:before{
    content: '\232A';
    padding-right: 5px;
    font-size: 9px;
    color: white;
    font-weight: bold;
}

.menu_interno  li.activo_int{
    background-color: rgba(10, 69, 149, 0.35);
    padding-left: 2em;
    text-indent: -1.2em;
}

.menu_interno  ul li.activo_int a{
    color: white;
}

.menu_interno li.identado_int {
    padding-left: 2em;
}

.menu_interno ul {

    padding-left: 0em;
    margin-top: .5em; 

}
.menu_interno ul li {
    padding: 0.5em 0.25em 0.35em 0.7em;
    list-style: none;
    border-bottom: 1px solid rgb(220, 222, 224)
        /*border-bottom: 2px groove rgba(255, 255, 255, 0.44);*/
        /*padding: 0.25em 0.25em 0.25em 0.25em; estas dos líneas van con veñeta y el de arriba*/
        /*list-style-image:url('/contenidos/img/ic_punto.png');*/
}

.menu_interno ul li a {
    text-decoration: none;   
    color: #3e7bb7;
}



.menu_interno ul li a:hover {
    color: #FF8000;
}

.menu_interno ul li.activo_int a:hover {
    color: white;
}

/*--------------------------------------*/

#titulo_activo {
    font-size: 16px;
    font-weight: bold;
    padding: .35em 0em .25em 1em;
    letter-spacing: .2px;
}
/*26/03/18*/
h2#titulo_activo {
	margin: 0em;
}

.titulo_seccion {
	font-size: 1.6em;
    margin: .67em 0;
    font-weight: normal;
    padding: 0 0 .2em 0;
    border-bottom: solid 1px #D0D0D0;
}
/*--------------------------------------*/
.c_linea_separar{
    margin: 0px;
    height: 0px;
    border: 0px;
}
.c_tit_separador{
    background-color: #e4e0c5;
}
.c_camino_navegacion {
    padding: 0.8em 1em 0.6em 1em;
}
/*---------------------------------------*/
.contenido {
    overflow:hidden;  	  
    padding: 0em 0.25em 0em 0.25em ;	
    text-align:left;	      
}    

.c_cuerpo_activo {
    padding: 0 0 0 0 ;
    margin: 0 0 0 0 ;   
}

.cuerpo_texto {
    text-align:left;
    overflow:hidden;
    padding: 0em 1em 0em 1em;	
}	
/*---------------------------------------*/
/* Generales para LaUNs, Deptos, Sec, Gobierno, etc. */

/* Niveles de indentación */
.nivel_1 {
    margin-left:0.5em;
}

.nivel_2 {
    margin-left:2.5em;
}

.nivel_3 {
    margin-left:4em;
}

.nivel_4 {
    margin-left:5.5em;
}

/* Reducción de interlineado para párrafos */

.interlineado_reducido {
    margin-bottom: 0.3em;
    margin-top: 0.3em;
}

/* Interlineado para listas */

.interlineado_intermedio {
    line-height:2em;
}

.interlineado_normal {
    line-height: 1em;
    padding-bottom:0.5em;
}


/* Fila destacada */
.fila_destacada_institucional {
    background: #E7EBF1;
    padding-left: 0.5em;
    padding-right: 2em;
    margin-bottom: .8em;
}

/* Color para hr */
.color_suave {
    border-top: 1px solid #E7E7E7;
}

/* Links - goto */
.goto_azul {
	background-image: url(/secciones/img/icons/goto_12px_blue.svg);
	height: 0.79em;
	background-repeat: no-repeat;
	padding-left: 1em;
	display: inline-block;
	position: relative;
	top: 1px;
}

/* Bloques div rectorado-secretarias */
.bloque_izq_rectorado {
    float: left;
    width: 47%;
    margin-left: 1em;
    margin-right: 2em;
}

.bloque_der_rectorado {
    float: left;
    width: 47%;
}

/* Bloques div departamentos-academicos */

.bloque_izq_deptos {
    float: left;
    margin-left: 5em;
}

.bloque_der_deptos {
    float: right;
    padding-right: 10em;
}

.gris {
    color: rgb(138, 138, 138);
}


/* Wrap con sangria*/

div.wrapper_sangria {
    padding-left: 2em;
    padding-right: 2em;
    padding-top: .5em;
    padding-bottom: 1em;
}

/* Wrap amplio*/

div.wrapper_amplio {
    padding-left: .5em;
    padding-right: .5em;
    padding-top: .5em;
    padding-bottom: 1em;
}

/* Estilo para texto */

h1 {
    font-size: 1.6em;
    margin: .67em 0;
    font-weight: normal;
    padding: 0 0 .2em 0;
    border-bottom: solid 1px #D0D0D0;
}

h2 {
    font-size: 1.2em;
    margin: .5em 0 .7em 0;
    font-weight: bold;
}	

/*27/03/18 para nomralizar el comportameinto de los h3 generales*/
.wrapper_sangria h3 {	
	font-size: 1.6em;
    margin: .67em 0;
    font-weight: normal;
    padding: 0 0 .2em 0;
    border-bottom: solid 1px #D0D0D0;
}

	/* */
.wrapper_sangria h4 {
	font-size: 1.2em;
	margin: .5em 0 .7em 0;
	font-weight: bold;
}

	/* 16-04-2018  - titulo igual a .wrapper_sangria h4 */
.tit_seccion2 {
	font-size: 1.2em;
	margin: .5em 0 .7em 0;
	font-weight: bold;
}

/*-------------*/
  /* 03-04-2018 */
.txt_hidden { 
	display:none;visibility:hidden;
}

.texto_justificado {
    text-align: justify;
    text-justify: inter-word;
}

.texto_centrado {
    text-align: center;
}

.naranja_oscuro {
    color: #FF8000;	
}

img.foto_izq {
    margin-top: 1em;
    margin-bottom: .5em;
    margin-right: 1.5em;
    float: left;
}

img.foto_der {
    margin-top: 1em;
    margin-bottom: .5em;
    margin-left: 1.5em;
    float: right;
}

p.espaciado {
    padding-top: 1.5em;
}

.wrap_himno_uns {
    text-align: center;
}	

/*detalle de autoridades*/
.autoridad{
	padding-bottom: 0.85em;	
}
.autoridad_sub{
	
	margin-top: 0em;
}
/*fin detalle de autoridades*/

/*  Gestion - capacitaciones  */
.eje1 {  border-bottom: 2px solid #E36C0A;}  	/* 227,108,10 -> #E36C0A */

.eje1_txt { font-size:1.4em; color:#FFF; background-color:#E36C0A; padding:0 .4em;}

.eje2 { border-bottom: 2px solid #31849B; } 	/* 49,132,155 -> #31849B */
.eje2_txt { font-size:1.4em; color:#FFF; background-color:#31849B; padding:0 .4em;}

.eje3 { border-bottom: 2px solid #5F497A; }		/*  95,73,122 ->  #5F497A  */
.eje3_txt { font-size:1.4em; color:#FFF; background-color:#5F497A; padding:0 .4em;}

.eje4 { border-bottom: 2px solid #76923C; }		/* 118,146,60->#76923C -- 194,214,155-> #C2D69B */
.eje4_txt { font-size:1.4em; color:#FFF; background-color:#76923C; padding:0 .4em;}

.eje5 { border-bottom: 2px solid #943634;}	   /*148,54,52 -> #943634 -- 217,149,148->#D99594 */
.eje5_txt { font-size:1.4em; color:#FFF; background-color:#943634; padding:0 .4em;}

	
	



/* -------------------------------------------- */
/*  Estilos para links de interés.
*/

.wrapper_links_interes {
    margin: 1.5em auto 2em auto;
}

/* Cada links_xxxx es el ancho total del contenedor de acuerdo al valor del
 width en "contenedor_link" */

.links_institucional {
    width: 775px;
}

.links_extension {
    width: 408px;
}

.links_academicas {
    width: 160px;
}

.links_extension {
    width: 408px;
}

.links_gestion {
    width: 465px;
}

.links_alumnos {
    width: 700px;  
}

.links_docentes {
    width: 450px;
}


.fila_contenedores {
}

.fila_contenedores_doble {
    display: table-cell;		
}

.contenedor_link {
    width: 155px;
    height: 86px;
    display: table-cell;
    vertical-align: middle;
}

.contenedor_link_xl{
    width: 155px;
    height: 172px;
    display: table-cell;
    vertical-align: middle;
}

/* Ajuste para contenedores en sección alumnos*/
.contenedor_link_alumnos {
    width: 175px;
}

.img_link {
    border: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;

    opacity: .75;
    background: #9BB1C9;
    transition: .25s;
    background-blend-mode: luminosity;
}

.img_link:hover {
    opacity: 1;
    background-blend-mode: unset;
}

		/* Link a ingreso UNS */
		.ingreso_uns {
			width: 116px;
			height: 54px;
			background-image: url('/secciones/img/ingreso_uns.jpg');
		}

		/* Carreras de grado */	
		.carreras_de_grado {
			width: 116px;
			height: 54px;
			background-image: url('/secciones/img/carreras_de_grado.jpg');
		}

		/* Competencia Pedestre Vamos al Campus */	
		.vamos_al_campus {
			width: 129px;
			height: 56px;
			background-image: url('/secciones/img/vamos_al_campus.jpg');
		}

		/* Programa Empleo UNS */	
		.programa_empleo_uns {
			width: 103px;
			height: 59px;
			background-image: url('/secciones/img/programa_empleo_uns.jpg');
		}

		/* Cultura y Extensión UNS */	
		.cultura_extension {
			width: 101px;
			height: 68px;
			background-image: url('/secciones/img/cultura_extension.jpg');
		}

		/* ediUNS */	
		.ediuns {
			width: 65px;
			height: 58px;
			background-image: url('/secciones/img/ediuns.jpg');
		}

		/* Profesional.UNS */	
		.profesional_uns {
			width: 151px;
			height: 25px;
			background-image: url('/secciones/img/profesional_uns.jpg');
		}

		/* Radio.UNS */	
		.radio_uns {
			width: 107px;
			height: 55px;
			background-image: url('/secciones/img/radio_universidad.jpg');
		}	

		/* Tarjeta Estudiantil */	
		.tarjeta_estudiantil {
			width: 107px;
			height: 68px;
			background-image: url('/secciones/img/tarjeta_estudiantil.jpg');
		}

		/* Uni2 */	
		.uni2 {
			width: 115px;
			height: 43px;
			background-image: url('/secciones/img/uni2.jpg');
		}	

		/* Polo Tecnológico */	
		.polo_tecnologico {
			width: 137px;
			height: 35px;
			background-image: url('/secciones/img/polo_tecnologico.jpg');
		}

		/* Argentina.gob.ar */	
		.argentina_gob {
			width: 118px;
			height: 33px;
			background-image: url('/secciones/img/argentina_gob.jpg');
		}

		/* Argentina Investiga */	
		.argentina_investiga {
			width: 140px;
			height: 41px;
			background-image: url('/secciones/img/argentina_investiga.jpg');
		}

		/* Ministerio de Educación de la Nación */	
		.ministerio_educacion {
			width: 100px;
			height: 30px;
			background-image: url('/secciones/img/ministerio_educacion.jpg');
		}

		/* Plan Estratégico */	
		.plan_estrategico {
			width: 141px;
			height: 133px;
			background-image: url('/secciones/img/plan_estrategico.jpg');
		}

		/* CIN */	
		.cin {
			width: 74px;
			height: 56px;
			background-image: url('/secciones/img/cin.jpg');
		}

		/* AFIP */	
		.afip {
			width: 128px;
			height: 37px;
			background-image: url('/secciones/img/afip.jpg');
		}

		/* CIC */	
		.cic {
			width: 81px;
			height: 29px;
			background-image: url('/secciones/img/cic.jpg');
		}

		/* Conicet */	
		.conicet {
			width: 92px;
			height: 55px;
			background-image: url('/secciones/img/conicet.jpg');
		}


		/* Conicet Bahía Blanca */	
		.conicet_bahia {
			width: 77px;
			height: 56px;
			background-image: url('/secciones/img/conicet_bahia.jpg');
		}

		/* Argentina Turismo */
		.argentina_turismo {
			width: 103px;
			height: 48px;
			background-image: url('/secciones/img/argentina_turismo.jpg');
		}

		/* SPU */

		.spu {
			width: 135px;
			height: 31px;
			background-image: url('/secciones/img/spu.jpg');
		}

		.pnfp {
			width: 110px;
			height: 78px;
			background-image: url('/secciones/img/pnfp.jpg');
			background-repeat: no-repeat;
		}


		/* educ.ar */
		.educar {
			width: 73px;
			height: 37px;
			background-image: url('/secciones/img/educar.jpg');
		}


		/* Ministerio de Ciencia, Tecnología e Innovación Productiva */
		.ministerio_ciencia_tecnologia {
			width: 107px;
			height: 36px;
			background-image: url('/secciones/img/ministerio_ciencia_tecnologia.jpg');
		}

		/* Ministerio de Trabajo, Empleo y Seguridad Social */
		.ministerio_trabajo {
			width: 86px;
			height: 36px;
			background-image: url('/secciones/img/ministerio_trabajo.jpg');
		}

		/* Agencia Nacional de Promoción Científica y Tecnológica */
		.agencia {
			width: 115px;
			height: 49px;
			background-image: url('/secciones/img/agencia.jpg');
		}

		/* Universia */
		.universia {
			width: 116px;
			height: 51px;
			background-image: url('/secciones/img/universia.jpg');
		}

		/* Observatorios */

		.ods {
			width: 153px;
			height: 43px;
			background-image: url('/secciones/img/ods.png');
		}

		.oer {
			width: 177px;
			height: 43px;
			background-image: url('/secciones/img/oer.png');
		}	
