.accesos {
	overflow: auto;
}

.testimonial-group {
	margin-right: 0px;
	margin-left: 0px;
	padding-bottom: 10px;
	width: 100% !important;
}

.testimonial-group>.row {
	overflow-x: auto;
	white-space: nowrap;
}

.testimonial-group>.row>.col-xs-5 {
	display: inline-block;
	float: none;
	padding: 0px;
	vertical-align: top;
}

.accesos-min {
	height: 138px;
}

.accesos-max {
	height: 282px;
}

.terminos-condiciones {
	text-align: right;
}

.terminos-condiciones a {
	color: black;
}

::-webkit-scrollbar {
	width: 12px;
	height: 12px;
}

::-webkit-scrollbar-track {
	background-color: #f5f5f5;
}

::-webkit-scrollbar-thumb {
	background-color: #344e66;
}

.alert {
	margin-bottom: 2px;
}

.alert a {
	text-decoration: underline;
}

.modal-content {
	border-radius: 0px;
}

.modal-header {
	background-color: #E9E9E9;
	font-size: 20px;
	color: #304964;
}

.modal-footer {
	border-top: 0px;
}

.modal-header table {
	width: 100%;
}

.modal-cerrar .glyphicon {
	font-weight: lighter;
	font-size: 30px;
	color: #304964;
}

.container-mensaje {
	font-size: 14px;
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(255, 255, 255);
	/* RGBa with 0.6 opacity */
	background: rgba(255, 255, 255, 0.6);
	/* For IE 5.5 - 7*/
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,
		endColorstr=#99000000);
	/* For IE 8*/
	-ms-filter:
		"progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}

.container-mensaje-warning {
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(236, 230, 198);
	/* RGBa with 0.6 opacity */
	background: rgba(236, 230, 198, 0.6);
	/* For IE 5.5 - 7*/
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ece6c6,
		endColorstr=#ece6c6);
	/* For IE 8*/
	-ms-filter:
		"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ece6c6, endColorstr=#ece6c6)";
}

.container-mensaje-alert {
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(1229, 177, 176);
	/* RGBa with 0.6 opacity */
	background: rgba(229, 177, 176, 0.6);
	/* For IE 5.5 - 7*/
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e5b1b0,
		endColorstr=#e5b1b0);
	/* For IE 8*/
	-ms-filter:
		"progid:DXImageTransform.Microsoft.gradient(startColorstr=#e5b1b0, endColorstr=#e5b1b0)";
}

.container-mensaje .close {
	border: 1px solid;
	border-radius: 25px;
	height: 18px;
	width: 18px;
	font-size: 15px;
	opacity: 1;
	font-weight: normal;
	right: 0px;
}

.alert-mensaje {
	padding-bottom: 0px;
	padding-top: 7px;
	padding-left: 0px;
	padding-right: 0px;
}

.div-mensaje {
	font-family: 'Roboto Medium', sans-serif;
}

.mensaje-chico {
	font-size: 10px;
}

.mensaje-error {
	color: #ea3c3c;
}

.mensaje-warning {
	color: #e58a22;
}

.block {
	text-align: center;
	vertical-align: middle;
}

.centerer {
	display: inline-block;
	vertical-align: bottom;
	height: 100%;
}

.circle {
	background: #354f67;
	border-radius: 100px;
	color: white;
	height: 100px;
	font-weight: bold;
	width: 100px;
	display: table;
	font-weight: 100;
	margin: auto;
}

.circle p {
	vertical-align: middle;
	display: table-cell;
	font-family: 'Roboto Slab', serif;
	font-size: 16px;
	color: #FFF;
}

.badge-notify {
	background: red;
	position: relative;
	top: -4px;
	left: -41px;
}

.blanco {
	color: #FFF;
}

.boton {
	font-family: 'Roboto Light', sans-serif;
	color: #000;
	font-size: 14px;
	border-radius: 0;
	background-color: #ffc627;
	border: 1px solid #e79523;
	padding-left: 14px;
	padding-right: 14px;
	text-transform: uppercase;
}

.boton-blanco {
	background-color: white;
	border: 1px solid black;
}

.boton-gris {
	font-family: 'Roboto Light', sans-serif;
	color: #000;
	font-size: 14px;
	border-radius: 0;
	background-color: buttonface;
	border: 1px solid buttonface;
	padding-left: 14px;
	padding-right: 14px;
	text-transform: uppercase;
}

.boton-celeste {
	font-family: 'Roboto Light', sans-serif;
	color: #ffffff;
	font-size: 14px;
	border-radius: 0;
	background-color: #337ab7;
	border: 1px solid #337ab7;
	padding-left: 14px;
	padding-right: 14px;
	text-transform: uppercase;
}

.col-login {
	padding-left: 14px;
	padding-right: 14px;
}

.container-base {
	background-color: white;
	margin-bottom: 10px;
	padding-left: 24px;
	padding-right: 24px;
	padding-bottom: 20px;
	padding-top: 20px;
}

.container-index {
	padding-bottom: 0px;
	padding-top: 0px;
}

.container-menu, .container-footer {
	padding-left: 0;
	padding-right: 0;
}

.container>.navbar-header, .container>.navbar-collapse, .navbar-nav {
	margin-right: 0;
	margin-left: 0;
}

.container-extra-action {
	margin-top: 10px;
	float: right;
	margin-right: -17px;
}

.container-extra-action-left {
	margin-top: 10px;
	margin-left: 7px;
	position: absolute;
	z-index: 1;
}

.container-extra-action .glyphicon, .container-extra-action-left .glyphicon
	{
	font-size: 25px;
	color: #354f67;
}

.footer-contacto {
	border-top: solid #B2B3B1;
	background-color: #E0E1E2;
	height: 50px;
}

.footer-presidencia {
	border-top: 1px solid #B2B3B1;
	background-color: #E0E1E2;
	height: 50px;
}

.footer-img-coni {
	margin-top: 7px;
}

.footer-sede {
	background-color: white;
	height: 38px;
	padding-top: 14px;
	font-family: 'Roboto Light', san-serif;
	font-size: 12px;
	color: black;
}

.footer-social {
	text-align: left;
}

.footer-social a {
	text-decoration: none;
}

.footer-img {
	background-size: contain;
	margin-top: 8px;
	opacity: .65;
}

.footer-img:hover {
	opacity: 1;
}

.footer-img-medio {
	margin-left: 20px;
}

.form-group {
	min-height: 50px;
}

.form-input-fecha {
	width: 170px;
}

.form-input-formulario {
	margin-bottom: 5px;
}

input.form-input-formulario, textarea.form-input-formulario,
	.form-input-formulario>input {
	font-family: 'Roboto Regular';
	font-size: 16px;
	color: #000;
}

input.form-input-formulario, textarea.form-input-formulario,
	.form-input-formulario>input, .form-input-formulario>.input-group-addon
	{
	border-radius: 0;
	border: 1px solid #7d7d7d;
	background-color: #ebebec;
}

.form-input-formulario>.input-group-addon {
	border-left: 0;
}

.form-label {
	font-family: 'Roboto Regular', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #000;
	padding-right: 5px;
}

.form-select-formulario {
	border-radius: 0;
	background-color: #FFF;
	border: 1px solid #7d7d7d;
}

.form-resumen {
	min-height: 0;
	margin-bottom: 0;
}

.header {
	height: 72px;
	background-color: white;
}

.header-logo {
	padding: 0;
}

.header-row {
	padding-left: 15px;
	padding-top: 5px;
}

.header-nombre {
	padding-top: 10px;
	color: #000;
	font-family: 'Roboto Medium', sans-serif;
	font-size: 12px;
	margin-left: 86px;
}

.header-fecha {
	font-family: 'Roboto Regular', sans-serif;
}

.help-block-message {
	font-family: 'Roboto Regular', sans-serif;
	font-size: 12px;
	margin-bottom: 0;
	margin-top: 0;
}

.hr-login {
	border-width: 1px;
	margin-top: 11px;
	margin-bottom: 14px;
}

.hr-full-menu {
	border-width: 1px;
	margin-top: 8px;
	margin-bottom: 5px;
	border-color: #0889b1;
}

.hr-login-derecho {
	border-color: #FFF;
}

.hr-login-izquierdo {
	border-color: #0889b1;
}

.img-container {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	min-height: 75px;
}

.intl-tel-input {
	padding-bottom: 5px;
}

.left-border {
	border-left: 2px solid #f5f5f5;
	padding: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 5px;
}

.linkAccesoDirecto {
	color: black;
}

.linkAccesoDirecto:hover {
	cursor: pointer;
	text-decoration: none;
	color: black;
}

.linkAccesoDirecto:hover .tdTablaAccesoDirecto {
	border-left: 5px solid #e58a22;
	background-color: #E9E9E9;
	padding-left: 8px;
}

.tdTablaAccesoDirecto {
	padding: 13px;
	font-size: 13px;
}

.tableAccesoDirecto {
	width: 100%;
	background-color: #f5f5f5;
	color: black;
	border: 1px solid #b5b5b5;
}

.tableAccesoDirecto td {
	border: 1px solid #b5b5b5;
}

.titleAccesoDirecto {
	padding: 15px;
	font-size: 16px;
	color: #4390B7;
}

.link-recomendaciones {
	color: #333;
}

.link-full-menu {
	font-family: 'Roboto Regular', san-serif;
	font-size: 14px;
	color: #0889b1;
}

.link-menu {
	font-family: 'Roboto Slab', serif;
	font-size: 16px;
	color: #000;
}

.link-menu:hover {
	cursor: pointer;
}

.link-menu-opacity:hover .logo-menu {
	opacity: 0.4;
}

.link-menu-opacity:hover .circle {
	opacity: 0.4;
}

.login-link {
	padding-left: 10px;
	padding-right: 10px;
}

.logo-header {
	padding-top: 6px;
	padding-right: 0;
	width: 73px;
}

.logo-header-xs {
	padding-top: 17px;
}

.logo-menu {
	height: 100px;
	margin-bottom: 3px;
	margin-left: auto;
	margin-right: auto;
}

.mantenimiento {
	position: absolute;
	height: 47px;
}

.mantenimiento-full-menu {
	height: 41px;
}

.navbar {
	margin-bottom: 0px;
}

.navbar-brand {
	height: 43px;
}

.navbar-brand>img {
	margin-top: -64px;
	height: 91px;
}

.navbar-collapse {
	padding-left: 0;
	padding-right: 0;
	text-transform: uppercase;
}

.navbar-default {
	background-color: #344e66;
	min-height: 115px;
	border: 0;
	border-radius: 0;
}

.navbar-default .navbar-nav>li>a {
	color: white;
	padding-top: 12px;
}

.navbar-default .navbar-nav>li>a:hover {
	color: #888787;
}

.navbar-toggle {
	margin-top: 3px;
	margin-bottom: 3px;
}

.notificacion {
	margin-top: -1px;
	padding: 0px 10px;
}

.notificacionXsConValor {
	margin-left: 31px;
}

.panel {
	margin-bottom: 14px;
	border: 0;
	-webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
	box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
}

.panel-body-formulario {
	padding-top: 28px;
}

.panel-formulario {
	border-radius: 0;
	border: 0;
	font-family: 'Roboto Slab', serif;
	font-size: 14px;
	color: #FFF;
	background-color: #0aa2c7;
	height: 33px;
	padding-top: 8px;
	padding-bottom: 8px;
}

.panel-formulario-cerrado {
	background-color: #0888b0;
}

.panel-left-form {
	padding-right: 10px;
}

.panel-login {
	padding-top: 0;
	padding-bottom: 0;
}

.panel-rigth-form {
	padding-left: 10px;
}

.panel-title {
	font-family: 'Roboto Slab', serif;
	font-size: 14px;
	text-transform: uppercase;
}

.panel-ajustes {
	font-size: 14px;
}

.popover {
	border-radius: 0;
	padding: 12px;
	top: 0;
}

.rol-mantenimiento .popover {
	background-color: #ffc627;
}

.popover-content {
	padding: 0;
	font-family: 'Roboto Medium', sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
}

.popover.top {
	margin-top: -10px;
}

.rol-mantenimiento .popover.top .arrow:after {
	border-top-color: #ffc627;
}

.recomendaciones {
	font-family: 'Roboto Regular', sans-serif;
	font-size: 14px;
	color: #FFF;
	padding-right: 25px;
}

.row-eq-height {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.row-footer {
	margin-right: 0px;
	margin-left: 0px;
}

.row-menu {
	padding: 0 24px;
}

.row-menu-rol {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-left: 0px;
}

.row-menu-rol-xs {
	margin-top: 29px;
	margin-bottom: 29px;
	margin-right: 0px;
	margin-left: 0px;
	font-family: 'Roboto Slab', serif;
	font-size: 16px;
	color: #000;
}

.row-formulario {
	padding-top: 22px;
	padding-bottom: 23px;
}

.selectize-input {
	background-color: #FFF;
	border: 1px solid #7d7d7d;
	border-radius: 0;
}

.titulo {
	padding-top: 12px;
	padding-left: 80px;
	font-family: 'Roboto Slab', serif;
	font-size: 30px;
	color: #344e66;
}

.titulo-panel {
	font-family: 'Roboto Slab', serif;
	font-size: 24px;
}

.titulo-panel-full-menu {
	padding-top: 15px;
	font-family: 'Roboto Slab', serif;
	font-size: 18px;
	color: #000;
}

.titulo-panel-menu-ajustes {
	font-size: 15px;
	color: #333;
}

}
.titulo-panel-derecho {
	color: #FFF
}

.titulo-panel-izquierdo {
	color: #344e66;
}

.titulo-index {
	padding-top: 20px;
}

.ul-full-menu {
	padding-left: 30px;
}

.div-full-menu {
	padding-left: 22px;
	padding-right: 22px;
	padding-top: 11px;
	overflow: hidden;
	position: relative;
	width: 100%;
	overflow: hidden;
}

.div-full-menu-fservicio {
	height: 95%;
	width: 100%;
	position: absolute;
	right: 0;
	top: 0;
	margin-bottom: 20px;
	border-radius: 8px;
	background: rgba(0, 0, 0, 0.8);
	z-index: 1000;
	font-family: 'Roboto Slab', serif;
	font-size: 14px;
	color: #FFF;
}

.with-error {
	font-family: 'Roboto Regular', sans-serif;
	font-size: 12px;
	color: #FF0000;
	text-transform: uppercase;
	margin-bottom: 0;
	margin-top: 0;
}

@font-face {
	font-family: 'Roboto Slab';
	src: url(../font/RobotoSlab-Regular.ttf);
}

@font-face {
	font-family: 'Roboto Light';
	src: url(../font/Roboto-Light.ttf);
}

@font-face {
	font-family: 'Roboto Regular';
	src: url(../font/Roboto-Regular.ttf);
}

@font-face {
	font-family: 'Roboto Medium';
	src: url(../font/Roboto-Medium.ttf);
}

#wrapper {
	min-height: 100%;
	margin-bottom: -88px;
	/*padding-bottom: 110px;*/
}

@media screen and (max-width: 380px) {
	#rc-imageselect, .g-recaptcha {
		transform: scale(0.77);
		-webkit-transform: scale(0.77);
		transform-origin: 0 0;
		-webkit-transform-origin: 0 0;
	}
	.mantenimiento {
		height: 36px;
		top: 27px;
		left: 38px;
	}
}

@media ( max-width : 767px) {
	.container {
		width: 90%;
	}
	.logo-menu {
		height: 50px;
		width: 50px;
	}
	/* 	.row-menu-rol { */
	/* 		margin-top: 10px; */
	/* 		margin-bottom: 10px; */
	/* 		display: -ms-flex; */
	/* 		display: -webkit-flex; */
	/* 		display: flex; */
	/* 		text-align: left; */
	/* 	} */
	.mantenimiento {
		height: 36px;
		top: 27px;
		left: 38px;
	}
	.circle {
		text-align: center;
		height: 50px;
		width: 50px;
		/* 		margin: 0; */
	}
	.circle p {
		font-size: 9px;
	}
	.container-extra-action-left {
		margin-top: 10px;
		float: right;
		margin-right: 8px;
		margin-left: 0;
		position: relative;
	}
	.index_roles {
		background-color: #dadada;
		padding-top: 10px;
		margin-top: -10px;
	}
	.index_noticias {
		background-color: #344e66;
	}
	.carousel-noticias .info, .carousel-noticias .info .info-text,
		.carousel-noticias .carousel-image img {
		height: 170px;
	}
	.carousel-noticias .info .info-text, .carousel-noticias .carousel-image img
		{
		width: 300px;
	}
	.carousel-noticias .info .volanta {
		font-size: 12px;
	}
	.carousel-noticias .info h2 {
		font-size: 16px !important;
	}
	.carousel-noticias .carousel-control .glyphicon {
		top: 150.5px;
	}
	.carousel-noticias .mas-noticias img {
		top: 110px;
	}
	.agenda-list table .grupo {
		padding: 10px 10px;
	}
	.agenda-list .descripcion {
		font-size: 14px;
	}
	.footer-sede {
		height: 75px;
	}
	.terminos-condiciones {
		text-align: center;
		margin-top: 7px;
	}
	.footer-social {
		text-align: center;
	}
	.footer-contacto a {
		display: inline-block;
	}
	.accesos {
		max-height: 226px;
		height: auto;
	}
	.campanaFueraServicio {
		right: -3px;
	}
	.bodyLayout {
		background-position: 0px 115px;
	}
}

@media ( min-width : 768px) {
	.container {
		width: 750px;
	}
	/* 	.logo-menu { */
	/* 		padding-left: 7px; */
	/* 		padding-right: 7px; */
	/* 	} */
	.mantenimiento {
		top: 59px;
		left: 86px;
	}
	.header-nombre {
		margin-left: 20px;
	}
	.badge-notify {
		background: red;
		position: relative;
		top: -20px;
		left: 7px;
	}
	.notificacion {
		margin-top: -1px;
		padding: 0px 7px 0px 0px;
	}
	.carousel-noticias .info, .carousel-noticias .info .info-text,
		.carousel-noticias .carousel-image img {
		height: 277px;
	}
	.carousel-noticias .info .info-text, .carousel-noticias .carousel-image img
		{
		width: 490px;
	}
	.carousel-noticias .carousel-control .glyphicon {
		top: 257.5px;
	}
	.agenda-list table .grupo {
		padding: 20px 20px;
	}
	.agenda-list .descripcion {
		font-size: 18px;
	}
	.accesos-min {
		height: 159px
	}
	.agendaView .modal-dialog {
		width: 750px;
	}
	.fondo {
		height: 660px;
	}
	.campanaFueraServicio {
		right: -6px;
	}
	.bodyLayout {
		background-position: 0px 119px;
	}
}

@media ( min-width : 992px) {
	.container {
		width: 870px;
	}
	/* 	.logo-menu { */
	/* 		padding-left: 22px; */
	/* 		padding-right: 22px; */
	/* 	} */
	.mantenimiento {
		top: 59px;
		left: 100px;
	}
	.header-nombre {
		margin-left: 40px;
	}
	.badge-notify {
		background: red;
		position: relative;
		top: -20px;
		left: 7px;
	}
	.notificacion {
		margin-top: -1px;
		padding: 0px 7px 0px 0px;
	}
	.carousel-noticias .info .info-wrapper {
		width: 100%;
	}
	.carousel-noticias .info, .carousel-noticias .info .info-text,
		.carousel-noticias .carousel-image img {
		/* 	Las columnas de noticias tienen un ancho de 435 px, y las imagenes vienen en una relacion de 1.768953069 W/H*/
		height: 245.908px;
	}
	.carousel-noticias .info .info-text, .carousel-noticias .carousel-image img
		{
		width: 100%;
	}
	.carousel-noticias .carousel-control.right {
		margin-right: -100px;
		right: -15px;
	}
	.carousel-noticias .carousel-control.left {
		margin-left: -100px;
		left: -15px;
	}
	.carousel-noticias .carousel-control {
		background-image: none;
		opacity: 1;
	}
	.carousel-noticias .carousel-control .glyphicon {
		top: 103.454px;
	}
	.accesos-min {
		height: 138px;
	}
	.fondo {
		height: 504px;
	}
	.campanaFueraServicio {
		right: -6px;
	}
}

@media ( min-width : 1200px) {
	.container {
		width: 1070px;
	}
	/* 	.logo-menu { */
	/* 		padding-left: 47px; */
	/* 		padding-right: 47px; */
	/* 	} */
	.mantenimiento {
		top: 59px;
		left: 126px;
	}
	.header-nombre {
		margin-left: 73px;
	}
	.badge-notify {
		background: red;
		position: relative;
		top: -20px;
		left: 8px;
	}
	.notificacion {
		margin-top: -1px;
		padding: 0px 13px 0px 0px;
	}
	.carousel-noticias .info, .carousel-noticias .info .info-text,
		.carousel-noticias .carousel-image img {
		/* 	Las columnas de noticias tienen un ancho de 535 px, y las imagenes vienen en una relacion de 1.768953069 W/H*/
		height: 302.438px;
	}
	.carousel-noticias .carousel-control .glyphicon {
		top: 131.719px;
	}
	.fondo {
		height: 534px;
	}
	.campanaFueraServicio {
		right: 0px;
	}
}

.campanaFueraServicio {
	height: 37px;
	position: absolute;
	bottom: -6px;
}

body {
	background-repeat: repeat-x;
	background-color: #344e66;
	background-size: 655px 651px;
	font-family: 'Roboto Regular', san-serif;
	height: 100%;
}

.bodyLayout {
	background-image: url(../imagenes/fondo.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-color: #dadada;
}

.fondo {
	z-index: -1;
	background-image: url(../imagenes/fondo.png);
	background-repeat: no-repeat;
	position: absolute;
	width: 100%;
	background-color: #dadada;
	background-size: 100%;
}

.flex-parent {
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
}

.flex-child {
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding: 0px;
	white-space: normal;
}

.carousel-noticias {
	padding: 0px;
}

.carousel-noticias .carousel-inner {
	box-shadow: 0px 0px 9px 1px #888888;
	background-color: #344e66;
}

.carousel-noticias .item:hover {
	cursor: pointer;
}

.carousel-noticias .row {
	margin: 0px;
}

.carousel-noticias .info {
	padding: 0px 0px;
}

.info .info-wrapper {
	display: inline-block;
	background-color: white;
}

.carousel-noticias .info .info-text {
	padding: 0 17px;
	vertical-align: middle;
	display: table-cell;
}

.carousel-noticias .info .organizacion {
	text-transform: uppercase;
	color: #e58a22;
	padding-bottom: 2px;
}

.carousel-noticias .info .volanta {
	text-transform: uppercase;
}

.carousel-noticias .info h2 {
	font-family: 'Roboto Slab', serif;
	font-size: 26px;
	line-height: 32px;
	margin-top: 0px;
}

.carousel-noticias .info p {
	margin-bottom: 0px;
}

.carousel-noticias .carousel-image {
	padding: 0px;
}

.carousel-noticias .carousel-control:hover {
	opacity: 0.7;
}

.carousel-noticias .carousel-control .glyphicon, .carousel-menu .carousel-control .glyphicon
	{
	box-shadow: 0px 0px 9px 1px #888888;
	background: white;
	border-radius: 100px;
	color: #344e66;
	padding: 11px;
	font-size: 17px;
	z-index: 5;
	text-align: center;
	text-shadow: none;
}

.carousel-menu .carousel-control .glyphicon {
	top: 30px;
}

.carousel-noticias .mas-noticias img {
	position: absolute;
	width: 100px;
	bottom: 12px;
	right: -17px;
}

.carousel-noticias .mas-noticias img:hover {
	filter: brightness(90%);
}

.carousel-menu .carousel-control.left, .carousel-control.right {
	background-image: none;
}

.error {
	color: #F90505;
}

.agenda {
	padding: 0px;
}

.agenda-list-header {
	font-family: 'Roboto Slab', serif;
	font-size: 18px;
	padding: 20px 0px;
	margin: 0px;
}

.agenda-list-header .publicar {
	font-family: 'Roboto Regular', san-serif;
	font-size: 12px;
	padding-top: 4px;
	padding-bottom: 4px;
}

.agenda-list {
	border-left: 1px solid #B5B5B5;
	border-right: 1px solid #B5B5B5;
	max-height: 450px;
	overflow: auto;
}

.agenda-list table {
	background-color: #F4F4F4;
	width: 100%;
}

.agenda-list table tr {
	border: 1px solid #B5B5B5;
	border-left: 5px solid transparent;
	height: 68px;
}

.agenda-list table tr:hover {
	cursor: pointer;
	text-decoration: none;
	color: black;
	background-color: #E9E9E9;
}

.agenda-list table td:first-child {
	width: 1px;
}

.agenda-list table tr:hover td:first-child {
	border-left: 5px solid #e58a22;
}

.agenda-list-icon {
	background: #7A7878;
	border-radius: 100px;
	color: white;
	height: 47px;
	width: 47px;
	font-weight: bold;
	display: table;
	font-size: 10px;
}

.agenda-list-grupo-popover.popover {
	background-color: #FDC000;
	padding: 7px 10px;
}

.agenda-list-grupo-popover.popover .popover-content {
	font-family: 'Roboto Regular', sans-serif;
	text-transform: none;
}

.agenda-list-grupo-popover.popover .arrow:after {
	border-top-color: #FDC000;
}

.agenda-list .grupo p {
	vertical-align: middle;
	display: table-cell;
	font-size: 16px;
	color: #FFF;
}

.agenda-list .info {
	padding-left: 5px;
	padding-right: 5px;
	font-family: 'Roboto Slab', serif;
}

.agenda-list .fecha {
	color: #e58a22;
	padding-bottom: 2px;
}

.agenda-list .descripcion {
	color: #304964;
	margin-bottom: 0px;
}

.agendaView {
	font-family: 'Roboto Slab', serif;
	padding-bottom: 2px;
}

.agendaViewFechaEvento {
	color: #e58a22;
}

.agendaViewTitulo {
	color: #304964;
}

.agendaViewCuerpo {
	white-space: pre-line;
}

.agendaViewPendienteAprobacion {
	color: #ea3c3c;
}

.agendaDestacado {
	height: 47px;
	width: 47px;
	font-size: 47px;
	color: #1a8cb0;
}

.modal .modal-header a {
	font-size: 16px;
	text-transform: uppercase;
	color: #304964;
}

.modal .modal-header a:focus, .modal .modal-header a:hover {
	text-decoration: none;
}