/*
 *****************************************************************************************************************************
 * BOOTSTRAP
 * Universidad Complutense de Madrid
 *
 * Fichero:             ucm-theme.css
 * Finalidad:           Personalización Bootstrap.
 * Fecha actualizacion: 04/03/2024
 *
 *****************************************************************************************************************************
 */

/*BARRA DE NAVEGACIoN*/
/* para quitar el espacio bajo el menu del boostrap*/
.navbar{
margin-bottom: 2px;
}
/* para quitar el fondo y borde del boostrap*/
.navbar-default {
  background-color: #fff; 
  border-color:#fff; 
}
/* para igualar fuentes del menu del boostrap*/
.dropdown-menu{
	font-size:21px;
}
/* para cambiar ancho DEL container del boostrap
.container {
    width: 80%;
}
*/
/* salga boton para subir arriba*/
.go-top {
/*	position: fixed;*/
	bottom: 2em;
	right: 2em;
	text-decoration: none;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.3);
	font-size: 1.8em;
	padding: 1em;
	display: none;
}
.go-top:hover {
	background-color: rgba(0, 0, 0, 0.6);
}
/* fin salga boton para subir arriba*/

.lead{
  font-size: 1.2em;
  font-weight: normal;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus, .nav > li > a:hover, .nav > li > a:focus{
	background:#454545;
	color:#fff;
}
.navbar-nav > li > a {
	padding: 0 7px 0 0;
}


/* control carousel */
/* anchura */
.carousel .item {
    width: 100%; 
    max-height: 400px; 
}
.carousel .item figure {
    width: 100%; 
    /* width: 72%; */ 
}
.carousel .item img {
    width: 100%; 
}
#carouselUcm .fa{
	font-size: 2em;
}
/*posicionar el texto del contenido de la noticia */
.carousel-caption-ucm {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 4px 8px 4px 8px;
	background-color: rgb(86,86,86);
	z-index: 10;
/*	
    position: absolute;
	vertical-align:bottom;
    right: 0px;
    bottom: 0px;
    z-index: 10;
	padding: 25px 2px 25px 10px;
    color: #fff;
    text-align: left;
    background-color: rgb(86,86,86);
    width: 28%;
	height:100%;
    float: right;	
 */
}
.carousel-caption-ucm a {
  text-decoration:none;
  color:#fff;
}

/* posicionar los indicadores de siguiente imagen, circulares*/
.carousel-indicators{
    position: absolute;
    width: 100px;
    margin-left: 270px;
    bottom: inherit;
    top: 10px;
    left: inherit;
	right: 0;
}
/* posicionar los indicadores de siguiente imagen, derecha e izquierda*/
.carousel-control.right {
	text-align: right;
}
.carousel-control.left {
	text-align: left;
}
.carousel-control.left , .carousel-control.right {
	background-image:none;
}
.carousel-control {
    position: absolute;
    top: inherit;
    bottom: 50%;
	background-image:none;
}
.panel-ucm{
	border:none;
	border-radius: inherit;
	box-shadow: unset;
}
.breadcrumb > .active {
    color: #555354;
}
.fa-rot-45{
	rotate:-45deg;
}
@media (max-width: 768px) {
	.container > .navbar-collapse{
		margin: 0;
	}
	.carousel-indicators{
		right:0;
		top: 10px;
		left: inherit;
		margin-left: 0;
		z-index: 1;
	}
	#carouselUcm .fa{
		font-size: 1.5em;
	}
	.carousel-caption-ucm {
		position: relative;
		width: 100%;
		padding: 4px 8px 4px 8px;
	}
	.carousel .item figure{
		max-height: 200px;
		overflow: hidden;
		width: 100%;
	}
}

@media (max-width: 550px) {
	.row{
		margin-left: 0;
		margin-right: 0;
	}	
}

@media only screen and (max-width: 480px) {	
.container-fluid{
	margin-left:0px;
	margin-right:0px;
}
.carousel-indicators-ucm{
	margin-left:0%;
}
.carousel-control.left , .carousel-control.right {
	background-image:none;
}
}

/* estilos generales */
.tit_fondo_45{
    background-color: #454545;
    color: #fff;
    padding: 2px 4px 2px 6px;
    margin: 0px 0px 10px 0px;
}
.tit_doblerayado {
    background: #ececec none repeat scroll 0 0;
    border-bottom: 2px solid #aaa;
    border-top: 2px solid #aaa;
    color: #454545;
    padding: 2px 0 2px 3px;
}
.tit_doblerayado_2 {
    background: #fafafa none repeat scroll 0 0;
    border-bottom: 2px solid #ececec;
    border-top: 2px solid #ececec;
    color: #454545;
    padding: 2px 0 2px 3px;
}
.tit_h3_noticias{
	color: #a00d17;	
}
/*--*/