﻿body#body-principal {
    padding-top: 150px;
}

body {
    padding-top: 178px;
}

body.front {
    padding-top: 85px;
}
@media (min-width: 640px){
    body.front {
        padding-top: 148px;
    }
}

/*@media (max-width: 640px){
    body.front {
        padding-top: 85px;
    }
}*/

body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: Calibri, sans-serif;
}

.alert-danger {
    background-color: #c52020;
    color: white;
    font-size: 0px !important;
	display: none !important;
}

#block-block-1 {
    border: 4px solid orange;
    padding: 4px;
    border-radius: 15px;
    box-shadow: #ccc 5px 5px 5px;
    background-color: white;
}

#block-block-1:hover {
    border: 4px solid red;
    background-color: #fcefa1;
}

.block-title {
    font-size: 45px;
    margin-bottom: 25px;
    margin-top: 20px;
}

/****************************/

ul.action-links{
    margin-top: 120px !important;
}

/****************************/

.barrita-superior {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	background-color: darkgray;
	z-index: 1599;
	color: white;
	line-height: 35px;
	margin-right: 15px;
	margin-left: 15px;
}

.logged-in .barrita-superior {
    top: 30px;
    z-index: 2000;
}

.barrita-superior ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.barrita-superior ul li {
    display: inline-block;
    /*margin-right: 30px;*/
	margin-left: 40px;
}

.barrita-superior ul li a {
    text-decoration: none;
    color: white;
}

.barrita-superior ul li a:hover {
    text-decoration: underline;
}

/*********************************/

/* BARRIA MENU PRINCIPAL */
.menu-principal {
	position: fixed;
	/*top: 30px;*/
	top: 35px;
	height: 100px;
	left: 0;
	right: 0;
	background-color: white;
	z-index: 1599;
	color: gray;
	width: 100%;
	padding-top: 15px;
	
	
}
.menu-principal-2 {
	/*margin-top: 5px;*/
	margin-right: 10px;
	width: 230px;
	font-size: 12px;
	float:right !important;
}

/*.menu-principal #logo-uba {
    float: left;
    margin-top: 5px;
	margin-left: 55px;
	margin-bottom: 5px;
}*/

.menu-principal #logo-fvet {
    margin-top: -20px;
	/*margin-left: 100px;
    float: left;
	margin-bottom: 5px;
	width: 600px;
	height: 50px;*/
}
/*
.menu-principal #logo-100 {
    /*margin-left: 190px;*/
    margin-top: 5px;
	float: left;
}*/

/*.menu-principal #logo-initra {
    margin-top: 10px;
} */

/*

Sacado, era el ccs viejo que hacia que se viera mejor el desplegable, con la mod de Ruben ya no sirve.

.menu-principal ul {
    list-style: none;
    padding: 0;
    margin: 0;
    float: right;
    margin-right: 30px;
}

.menu-principal ul li {
    display: inline-block;
}

.menu-principal ul li a {
    text-decoration: none;
    padding: 10px;
    border-radius: 5px;
    color: black;
}

.menu-principal ul li a:hover {
    background-color: #684999;
    color: white;
}
*/

.menu-principal ul li a:hover {
    background-color: #684999;
    color: white;
}

.navbar-inverse .navbar-nav>li>a{
    color:#CECECE !important;
	font-weight:bold;/*titulo de barra principal en negrita*/
}

.navbar-inverse .navbar-nav>li>a:hover{
    color:white !important;
}

.titulo-bloque {
    color: #684999;
    text-align: center;
    font-family: Helvetica,Arial;
    font-size: 40px;
}

.titulo-home-facultadciencias {
    height: 120px;
    /*background-color: #BDD7ED;*/
    color: #684999;
    padding-top: 60px;
    padding-bottom: 70px;
    text-align: center;
    font-family: Helvetica, Arial;
	/*margin-top: 50px;*/
}

.titulo-home-facultadciencias span.linea1 {
    display: block;
    line-height: 0;
    letter-spacing: 0.4px;
}

.titulo-home-facultadciencias span.linea2 {
    display: block;
    line-height: 80px;
    font-weight: bold;
    letter-spacing: 0;
}

.titulo-home-facultadciencias span.linea1 {
    font-size: 24px;
}
.titulo-home-facultadciencias span.linea2 {
    font-size: 32px;
}

@media (min-width: 640px){
    .titulo-home-facultadciencias span.linea1 {
        font-size: 40px;
    }
    .titulo-home-facultadciencias span.linea2 {
        font-size: 50px;
    }
}

/*****************************************/
.carousel-control {
width: 40px;
height: 40px;
top: 50%;
}
.carousel-control .glyphicon-chevron-left {
left:5%;
margin-left:10px;
}
.carousel-control .glyphicon-chevron-left a {
left:5%;
margin-left:10px;
}
.carousel-control .glyphicon-chevron-right {
right:5%;
margin-right:10px;
}
.carousel-control .glyphicon-chevron-right a {
right:5%;
margin-right:10px;
}
/*.glyphicon-chevron-left{
left:10%;
margin-left:-10px;
}*/

/**************************************/

/* Sacado a pedido de Nati
.calesita-home .carousel-indicators {
    bottom: 5px;
    left: inherit;
    width: 100%;
    text-align: right;
    right: 40px;
}*/
/************************
1920*1080
/*************************
*/
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
	margin: 0;
	width: 100%;
}

.btn-fvet {
    text-decoration: none;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 75px;
    padding-right: 75px;
    border-radius: 5px;
    background-color: #1D2554;
    color: #1D2554;
    font-size: 20px;
}

.btn-fvet:hover {
    color: #1D2554;
}

/*.dos-botones-molestos-calesita-home {
    position: absolute;
    bottom: 0;
    z-index: 1598;
    text-align: center;
    width: 100%;
}
*/

/*Esto es el agregado para el covid-19*/

.home-prevencion{
	background-color: white;
	font-size: xxx-large;
	padding-left: 15px;
	padding-right: 15px;
	/*padding-top: 10px;
	margin-top: 10px;*/
}

.home-prevencion.col-sm-12{
	background-color: #684999!important;
	font-size: xxx-large!important;
}

.home-prevencion.col-sm-12 a{
	background-color: #684999!important;
	font-size: xxx-large!important;
	color: white!important;
}

.home-prevencion.col-sm-6{
	background-color: #684999!important;
	font-size: xxx-large!important;
	border: solid;
	border-left-color: #6861AC;
	border-right-color: #6861AC;
	border-top: none;
	border-bottom: none;
}


/* Anterior
.home-prevencion.col-sm-6{
	background-color: #684999!important;
	font-size: xxx-large!important;
	border-style: solid;
	border-color: white;
}
*/

.home-prevencion.col-sm-6 a{
	background-color: #684999!important;
	font-size: xxx-large!important;
	color: white!important;
}

/* links hosp escuela y esc agropecuaria home */
.links-hospescuela-home {
    background-color: #16947D;
    /*height: 70px;*/
    color: #1D2554;
    font-family: Helvetica,Arial;
}

.links-hospescuela-home img {
    max-width: 60px;
    min-height: 60px;
}

.links-hospescuela-home h4 {
    font-size: 14px;
    line-height: 60px;
}

.links-hospescuela-home a {
    color: #1D2554;
    font-size: 20px;
}

.home-infopara {
    background-color: #BDD7ED;
    padding: 20px;
	color: #1D2554;
}

.home-prevencion{
	background-color:white;
}

.home-prevencion col-sm-5{
	background-color:#1D2554;
	font-size:xxx-large;
}


.home-infopara h3 {
    margin-bottom: 15px;
    color: black;
}

.home-infopara ul {
    list-style: none;
    line-height: 35px;
}

.home-infopara img {
    height: 30px;
    width: 30px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 5px;
}

.home-infopara ul a {
    color: #1D2554;
}

.home-infopara a {
    color: #1D2554;
}

.home-infopara ul li span {
    color: #1D2554;
}

.home-infopara .block-title {
    text-align: center;
    margin-bottom: 25px;
    margin-top: 20px;
}

.accesos-biblioteca-uba {
    background-color: #684999;
    /*color: white;*/
	color: #1D2554;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 18px;
}

.accesos-biblioteca-uba ul {
    list-style: none;
    /*line-height: 32px;*/
}

.accesos-biblioteca-uba ul a {
    color: #1D2554;
}

.accesos-biblioteca-uba img {
    height: 30px;
    width: 30px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 5px;
}

/*********************************/

.nota-rotativa-home img {
    max-height: 200px;
}

.nota-rotativa-home .block-title {
    display: block;
    /*background-color: #2E2E2E;*//*MODIFICADO*/
    color: white;
    /*padding: 5px;*/
    text-align: center;
    margin-bottom: 0px;
    margin-top: 0;
    font-size: 45px;
}
.actividades{
    display: block;
    background-color: #6861AC;/*MODIFICADO*/
    /*color: white;*/
	color: white;
    padding: 5px;
    padding-right: 15px;
    margin-bottom: 0;
    margin-top: 20px;/*espacio de actividades*/
    text-align: center;
    font-size: 25px;
}
.actividades a{
	display: block;
	background-color: #6861AC;/*MODIFICADO*/
	color: white;
	/*color: white;*/
	/*padding: 5px;*/
	padding-right: 15px;
	margin-bottom: 0;
	margin-top: 0;
	text-align: center;
	font-size: 25px;
	text-decoration: none;
}

.ver-mas{
    display: block;
    background-color: #6861AC;/*MODIFICADO*/
	color: white;
    /*color: white;*/
    padding: 5px;
    padding-right: 15px;
    margin-bottom: 0;
    margin-top: 0;
    text-align: right;
    font-size: 15px;
}

.ver-mas:hover {
    color: white;
}

.bloque-eventos-side {
    /*background-color: #E2E2E2;*/
	background-color: #E2E2E2;
}

.bloque-eventos-side .block-title {
    display: block;
    /*background-color: #684999; modificado */
	background-color: #1D2554;
    color: white;
    padding: 5px;
    text-align: center;
    margin-top: 1px;
    font-size: 1em;
}

.bloque-eventos-side .thumbnail{
    background-color: #D8D8D8;
    margin-left: 10px;
    margin-right: 10px;
}

.bloque-eventos-side .noti-title {
    display: block;
    background-color: #684999;
	color: white;
    /*color: white;*/
    padding: 5px;
    text-align: center;
    margin-top: 0;
    font-size: 18px;
	width:auto;
}

/*********************************/
 /*posicion del texto RUBEN 19102018*/

.carousel-caption h3 {
	/*padding: 10px;*/
	/*padding-top: 30px;*/
	padding-bottom: 1px;
	text-align: left;
	/*margin-left:20px;*/
	margin-bottom: -50px;
	background-color: rgba(10,10,10,0.5);
}

.carousel-caption h3 a {
	padding-bottom: 1px;
	color: #FFF;
	text-decoration: none;
	margin-left:45px;
	/*margin-top: 35px;*/
	/*text-align: left;*/

}
.carousel-caption h4 {
	/*padding: 10px;*/
	text-align: left;
	margin-left:45px;
	/*margin-bottom: -49px;*/
	/*background-color: rgba(10,10,10,0.5);*/
}

.carousel-caption h4 a {
	color: #FFF;
	text-decoration: none;
	margin-left:45px;
	/*margin-top: 35px;*/
	/*text-align: left;*/

}

/*********************************/

.accesos-cicual-sistemas {
    background-color: #91BDE1;
    color: #1D2554;
    padding-top: 30px;
    font-size: 18px;
}

.accesos-cicual-sistemas ul {
    list-style: none;
    line-height: 32px;
}

.accesos-cicual-sistemas ul a {
    color: #1D2554;
}

.accesos-cicual-sistemas ul a img {
    max-width: 30px;
    margin-bottom: 10px;
    margin-right: 5px;
}

/*********************************/

.institucional-home {
    background-color: #684999;
    /*color: white;*/
	color: white;
    padding: 20px;
}

.institucional-home .block-title {
    text-align: center;
    margin-bottom: 25px;
    margin-top: 10px;
}

.institucional-home .btn-fvet {
    /*width: 100px;*/
    margin: 0 auto;
    display: block;
}

/********************************/

.bloque-hospital{
    background-color: #684999;
    /*color: white;*/
    padding: 20px;
	color: white;
}

.bloque-hospital .block-title{
    text-align: center;
    margin-bottom: 25px;
    margin-top: 25px;
}

/*********************************/

.grado-home  {
    background-color: #6861AC;
    color: white;
    padding: 20px;
}

.grado-home  .block-title {
    text-align: center;
    margin-bottom: 25px;
    margin-top: 20px;
}

.grado-home  .btn-fvet {
    /*width: 100px;*/
    margin: 0 auto;
    display: block;
    background-color: silver;
    color: #684999;
}

/*************************/

.posgrado-home {
    background-color: #6861AC;
    color: white;
    padding: 20px;
}

.posgrado-home .block-title {
    text-align: center;
    margin-bottom: 25px;
    margin-top: 20px;
}

.posgrado-home .btn-fvet {
    /*width: 100px;*/
    margin: 0 auto;
    display: block;
}

/*******************************/

.investigacion-home  {
    background-color: #91BDE1;
    color: #1D2554;
    padding: 20px;
}

.investigacion-home .block-title {
    text-align: center;
    margin-bottom: 25px;
    margin-top: 10px;
}

.investigacion-home .btn-fvet {
    /*width: 100px;*/
    margin: 0 auto;
    display: block;
}

/**********************************/

.extension-home  {
    background-color: #91BDE1;
    color: white;
    padding: 20px;
}

.extension-home  .block-title {
    text-align: center;
    margin-bottom: 25px;
    margin-top: 10px;
}

.extension-home  .btn-fvet {
    /*width: 100px;*/
    margin: 0 auto;
    display: block;
}

/*************************/

.bienestar-home {
    background-color: #6861AC;
    color: white;
    padding: 20px;
}

.bienestar-home .block-title {
    margin-bottom: 25px;
    margin-top: 10px;
    text-align: center;
}

.bienestar-home .btn-fvet {
    /*width: 100px;*/
    margin: 0 auto;
    display: block;
}

/**********************************/

.footer-accesos {
    background-color: #16947D;
    color: white;
    padding-top: 20px;
    padding-bottom: 20px;
}

.footer-accesos ul li {
    border-left: 2px solid #6861AC;
    padding-left: 6px;
}

.footer-accesos ul li.titulo {
    border-left: 2px solid white;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: -1px;
}

.footer-accesos ul li a {
    color: #1D2554;
}

/******************************/

.barrita-inferior {
    background-color: #684999;
    line-height: 30px;
    color: white;
    text-align: center;
}

.barrita-inferior ul {
    margin: 0;
}

.barrita-inferior ul li a {
    color: white;
    font-weight: bold;
}

/***********************************/

.footer-logo-y-redes {
    background-color: #1D2554;
    color: white;
    padding-top: 20px;
    padding-bottom: 20px;
}

.footer-logo-y-redes .media {
    margin-left: 30px;
}

.footer-logo-y-redes address {
    margin-bottom: 0;
}

.footer {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
}

/*****iframe*****/


/*****iframe*****/

.separado-top {
	margin-top: 20px;
}

.field-name-field-image .field-items img {
	width: 100%;
	height: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
}

/* clase Paul Ancla */
a.ancla {
    position: relative;
    top: -200px;
    float: left;
    margin: 0;
    padding: 0;
}

body.front a.ancla {
    top: -220px;
}

a.ancla2 {
    position: relative;
    top: -550px;
    float: left;
    margin: 0;
    padding: 0;
}

body.front a.ancla2 {
    top: -550px;
}

ul.nav li.dropdown:hover ul.dropdown-menu{
display: block;
}
ul.nav li.dropdown ul.dropdown-menu {
margin-top: 0;
}

.navbar .navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: top;
    background-color: #1D2554;
}

.navbar .navbar-inverse {
    display: inline-block;
    float: none;
    vertical-align: top;
}

.navbar.navbar-inverse {
    background-color: #1D2554 !important;
    border-color: #1D2554 !important;
    border-radius: 0 !important;
}

.navbar .container-fluid{
    padding-left: 0;
    padding-right: 0;
}

.menu-principal .navbar .navbar-collapse {
    text-align: center;
    background-color: #1D2554 !important;
}

#barPanelNuevo[aria-expanded=true] {
    overflow: visible !important;
    text-align: left;
    background-color: #1D2554 !important;

}

#barPanelNuevo[aria-expanded=true] .dropdown-menu {
    /*left: 100%;*/
	left: 100%;
}

/*
imagenes de los bloques principales
*/

.institucional-home h3 {
    margin-bottom: 20px;
    color: black;
}

.institucional-home ul {
    list-style: none;
    line-height: 35px;
}

.institucional-home img {
    height: 30px;
    width: 30px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 5px;
}

.institucional-home a {
    color: white;
}

.institucional-home ul a {
    color: white;
}

.institucional-home ul li span {
    color: #D9EDF7;
}

/*
*/

.posgrado-home h3 {
    margin-bottom: 20px;
    color: black;
}

.posgrado-home ul {
    list-style: none;
    line-height: 35px;
}

.posgrado-home li {
    list-style: none;
    line-height: 35px;
}

.posgrado-home img {
    height: 30px;
    width: 30px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 5px;
}

.posgrado-home a {
    color: white;
}

.posgrado-home ul a {
    color: white;
}

.posgrado-home li a {
    color: white;
}

.posgrado-home ul li span {
    color: #684999;
}

/*
*/

.investigacion-home h3 {
    margin-bottom: 20px;
    color: black;
}

.investigacion-home ul {
    list-style: none;
    line-height: 35px;
}

.investigacion-home img {
    height: 30px;
    width: 30px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 5px;
}

.investigacion-home a {
    color: #1D2554;
}

.investigacion-home ul a {
    color: #1D2554;
}

.investigacion-home ul li span {
    color: #1D2554;
}

/*
*/

.bienestar-home h3 {
    margin-bottom: 20px;
    color: black;
}

.bienestar-home ul {
    list-style: none;
    line-height: 35px;
}

.bienestar-home img {
    height: 30px;
    width: 30px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 5px;
}

.bienestar-home a {
    color: white;
}

.bienestar-home ul a {
    color: white;
}

.bienestar-home ul li span {
    color: #684999;
}

/*
*/

.justificado{
    text-align: justify;
}

/*paginas secundarias*/

.bloque-hospital ul {
    list-style: none;
    line-height: 35px;
}

.bloque-hospital img {
    height: 30px;
    width: 30px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 5px;
}

.bloque-hospital a {
    color: white;
}

.bloque-hospital ul a {
    color: white;
}

.bloque-hospital ul li span {
    color: #1D2554;
}

.resumen-eventos td {
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.resumen-eventos .img-responsive{
    width: auto;
}


.img-evento{
    width: 350px;
    height: 200px;
    min-width: 350px;
    min-height: 200px;
    max-width: 350px;
    max-height: 200px;

}

/*Prueba nodo*/

.breadcrumb {
	background-color: #1D2554;
	color: white;
	/*padding-left: 15px;*/
	font-size: 13px;
	padding-top: 20px;
	padding-bottom: 20px;
	position: fixed;
	top: 145px;
	z-index: 1400;
	border-radius: 0;
	height: 30px;
	width: 98.3%;
}
.breadcrumb > .active {

    color: #FAA;
}
.breadcrumb a {
    color: #FFF;
}

.menu-principal .navbar {
    margin-bottom: 0;
}

.carousel-indicators {/*circulitos*/
	display: block;
	margin-bottom: -43px; /*posición de los circulitos*/
/*	background-color:rgba(10,10,10,0.5);*/
}
.carousel-indicators ol {/*circulitos*/
	display: none;
}
.carousel-indicators li{/*circulitos con color*/
	background-color: #333;
	width: 12px;
	height: 12px;
	letter-spacing: 4px;	
}
.carousel-indicators .active {/*circulitos con color*/
	width: 14px;
	height: 14px;
	/*margin: 0;*/
	background-color: #999;
	text-decoration: none;
	letter-spacing: 4px;
}
.carousel-caption {
    right: 5%;
    left: 5%;
    padding-bottom: 5px;
    bottom: 0px;
}
.carousel-caption h3 {
    font-size: 1em;
}

@media (min-width: 768px){
    .breadcrumb {
       width: 720px;
    }
    .carousel-caption {
        right: 0%;
        left: 0%;
        padding-bottom: 30px;
        bottom: 20px;
    }
    .carousel-caption h3 {
        font-size: 24px;
    }
}

@media (min-width: 992px){
    .breadcrumb {
        width: 940px;
    }
    .carousel-indicators {
        display: block;
    }
    .bloque-eventos-side .block-title {
        font-size: 30px;
    }
}

@media (min-width: 1200px){
    .breadcrumb {
        width: 1140px;
    }
}
@media (min-width: 1360px){
    .breadcrumb {
        width: 1520px;
    }
}
@media (min-width: 1920px){
    .breadcrumb {
        width: 1870px;
    }
}
.perc50 {
    max-width: 20% !important;
}

.mision table{
    color:#000000;
}
.notaPie{
    text-align: center;
    font-size: small;
    background-color: #1D2554;
    width: 95%;
    margin-left: 15px;
    margin-bottom: -20px;
}

.list-group-item{
    color: #000000;
}

@media (max-width: 700px){
    #barPanelNuevo[aria-expanded="true"] .dropdown-menu {
        left: 30%;
        position: fixed;
        top: 0;
        height: 100%;
        width: 100%;
        padding-top: 20px;
        overflow: scroll;
    }
}

.bloque-novedades h2 {
    margin-bottom: 0px;
}

.logo-footer{
	width: 90%;
	border-radius: 50%;
}

.imghospital {
	width: 100% !important;
	height: 100% !important;
}

.table table-hover{
    color:#000000 !important;
}
