/* sidebar hover */
.hover ul > li:hover {
	color:#000 !important;
	background: #f1f2f3;
	font-weight: bold;
}

.hover_query:before {
	color: #000 !important;
	font-weight: bold;
}

.footer {
	z-index:  1050 !important;
}


/*Estilos para el calendario que muestra los 'semanal'*/
.easycal {
	width: 750px !important;
	margin: auto;
}

.ec-time-grid-table .ec-time {
	color:#777;
	font-family: arial;
	font-size: 11px;
}

.ec-head-table .ec-day-header {
	text-transform: uppercase !important;
	font-family: arial;
	font-size: 14px;
	color:#777;
}

.easycal table.ec-head-table tr td {
	border-left: 0;
}

.ec-slot-col:hover {
	background-color: rgba(180,180,180,.1);
}

.ec-day-header {
	font-size: 11px !important;
}

.ec-event-title {
	font-weight: bold;
	font-size: 10px;
	position: relative;
	overflow: hidden;
}

.ec-minor-slot, #modalInformacion .modal-content {
	border:0 !important;
}
/* ================================================== */

.pos_logo {
	text-align: right;
	justify-content: center;
	padding-top: 4px;
	padding-right: 0;
}

.row_cursos_actividades-inicio .pos_logo .icon-cursos_actividades:before {
	color:#e47d20;
}

/* mis fuentes */
@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?rf04ci');
  src:  url('../fonts/icomoon.eot?rf04ci#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?rf04ci') format('truetype'),
    url('../fonts/icomoon.woff?rf04ci') format('woff'),
    url('../fonts/icomoon.svg?rf04ci#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
  	speak: none;
  	font-style: normal;
  	font-weight: normal;
  	font-variant: normal;
  	text-transform: none;
  	line-height: 1;
	font-size:29px;
}

.icon-beneficios:before {
  content: "\e900";
  color: #939595;
}
.icon-contactos:before {
  content: "\e901";
  color: #939595;
}
.icon-cursos_actividades:before {
  content: "\e902";
  color: #939595;
}
.icon-documentos:before {
  content: "\e903";
  color: #939595;
}
.icon-espacio_compartido:before {
  content: "\e904";
  color: #939595;
}
.icon-grupo:before {
  content: "\e905";
  color: #939595;
}
.icon-house:before {
  content: "\e906";
  color: #939595;
}
.icon-novedades:before {
  content: "\e907";
  color: #939595;
}
.icon-user:before {
  content: "\e908";
  color: #939595;
}

.navbar-default .active span[class*="icon-"]:before {
    color:white !important;
}
/* ---------- */

.dropdown-menu > li {
	padding: .5rem;
}

.dropdown-menu > li.divider {
	padding: 0 !important;
}

.dropdown-menu > li a {
	font-weight: bold;
	color:#ccc;
}
/*estilos para botones flotantes*/
.btn_flot {
    position: fixed;
    outline: none;
    padding: 1rem 1.5rem 1rem 1.5rem;
    border-radius:50%;
    border:0;
    color:white;
    -webkit-box-shadow: 1px 2px 23px -3px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 2px 23px -3px rgba(0,0,0,0.75);
    box-shadow: 1px 2px 23px -3px rgba(0,0,0,0.75);
    z-index: 100000;
}

.btn_flotante_menu {
    bottom:20px;
    background-color: #d22626; 
    font-size: 20px;
    right: 12px;  
}
.btn_flotante_calendar {
    bottom:80px;
    background-color: #d22626;
    font-size: 15px; 
    right: 15px;  
}
.btn_flotante_search {
    bottom:130px;
    background-color: #d22626; 
    font-size: 15px; 
    right: 15px; 
}
   /*----------------------*/

/* collapse */
.mycollapse {
    width: 100%;
    position: fixed;
    top:5.2rem;
    z-index: 10000;
    background-color: #fff;
    border-bottom:1px solid #eee;
    -webkit-box-shadow: 0px 4px 12px -4px rgba(112,108,108,1);
    -moz-box-shadow: 0px 4px 12px -4px rgba(112,108,108,1);
    box-shadow: 0px 4px 12px -4px rgba(112,108,108,1);
    display: none;
}

.ul_mycollapse {
    padding-left: 0;
    padding-right: 0;
    list-style: none;
    margin-bottom: 0px !important;
}

.ul_mycollapse li {
    margin: 0;
    padding-top: .8rem;
    padding-bottom: .5rem;
    width: 100%; 
}

.ul_mycollapse li span[class*="icon-"] {
	font-size: 18px !important;
}
        
.ul_mycollapse li:not(:last-child) {
    border-bottom: 1px solid #ddd !important;
}

.ul_mycollapse li {
    padding-bottom: .8rem;
}
        
.ul_mycollapse > li a {
    padding-left: 1rem;
    color:#444 !important;
}
/* ------- */

.btn_flot {
	display: none;
}

.puntos{
	white-space: nowrap;
	width: 400px;
	height: 40px;
	text-overflow: ellipsis;
	overflow: hidden;
	box-sizing: border-box;
}

/* estilos para el input escondido en el encabezado */
.width-primary_c {
    width: 70px !important;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.width-secundary_c {
    width: 250px !important;
    -webkit-transition: all 1s;
    transition: all 1s;
}
            
.input-hidden_c {
    float:right;
    background-color: transparent;
    border:0;
    outline: none;
    color:#888;
}

.input-hidden_c::-webkit-input-placeholder {
    color:#d22626;
} 

.input-hidden_c::-moz-input-placeholder {
    color:#d22626;
} 

.input-hidden_c::-ms-input-placeholder {
    color:#d22626;
} 

.input-hidden_c::input-placeholder {
    color:#d22626;
}
/* ------------------------------------------------ */

.img-user-navbar {
	margin-top: -11px;
	margin-right: 5px;
    float: left;
    background: url('../img/user.png') 50% 50% no-repeat; 
    background-size: auto 100%; 
    width: 40px;
    height: 40px
}

.center_vh{	
	display:-webkit-flex;
	display:flex;
	height:50vh;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}

.footer {
	position: relative;
	width: 100%;
	padding: 20px;
	margin-top: 10rem;
	background: #f8f8f8;
	border-top:1px solid #e7e7e7;
	overflow: hidden;
	z-index: 5000;
}

.center_vh > * {
	width: 100%;
}

picture > img {
	width:68%;
	margin:0 auto;
	display:block;
	height: auto;
}

/* checkbox */

.form_footer--check input[type="checkbox"] {
	opacity: 0;
	z-index:1;
	outline: none;
}

.form_footer--check label::before{
	transition: 0.3s ease-in-out;
	background-color: white;
	border:solid 1.5px gainsboro;
	content: "";
	display: inline-block;
	height: 17px;
	left:0;
	position: absolute;
	width: 17px;
	outline: none;
	margin-left: 15px;
	margin-top: 2px;
}

.form_footer--check label::after{
	color:#7a7d84;
	display: inline-block;
	font-size: 12px;
	height: 15px;
	left: 0;
	margin-left: 16px;
	padding-left: 1px;
	position: absolute;
	top:4px;
	width: 100%;
}

.form_footer--check input[type="checkbox"]:checked + label::after{
	font-family: 'Glyphicons Halflings';
	content: "\e013";
}

label {
	margin-left:1.5px;
	margin-bottom:2px;
	color:rgb(141,141,141);
	font-weight: 300;
}

/* -------- */

/*Estilos para el Login*/
.logo_intranet {
	margin-top: 10rem;
}

input[type="text"].reset_input--text,
input[type="password"].reset_input--text{
	box-shadow: none;
    outline: -webkit-focus-ring-color auto 0px !important;
}

textarea {
	box-shadow: none !important;
    outline: -webkit-focus-ring-color auto 0px !important;
    resize: none;
}

.reset_input--text {
	border-radius: 0;
	border: solid 1px #DCDCDC;
	padding: 2rem 0 2rem 1rem;
	-webkit-box-shadow: none; 
	color:#777;
}

.reset_input--text:focus {
	border: 1px solid #aaaaaa !important;
	outline: none !important;
}

.reset_input--button {
	width: 100%;
	padding: 1rem 0 1rem 0;
	float: right;
	border-radius: 0;
	background-color:#d22626;
	border-color:#d22626;
	font-family:helvetica;
	font-weight:bold;
	font-size:14.5px;
	color: #FFFFFF;
}

/* RESETEAR BOTONES */
.resetbtn_all {
	border-radius: 0;
	background-color:#d22626;
	border-color:#d22626;
	font-family:helvetica;
	font-weight:bold;
	font-size:14.5px;
	color: #FFFFFF;
}

.resetbtn_all:hover,
.resetbtn_all:focus,
.resetbtn_all:active
 {
	background-color:#d22626;
	border-color:#d22626;
	color: #fff;
}

/* ================ */
.reset_input--button:hover,
.reset_input--button:active
{
	border-color:#d22626 !important;
	background-color: #df2026 !important;
	color:white !important;
}

.form_footer {
	margin-top: 1rem;
}

.form_footer > div {
	padding:0 !important;
}

.form_footer--enlace {
	color: rgb(141,141,141);
}

.form_footer--enlace:hover {
	color: #555;
	text-decoration: none;
}

.login_footer {
	margin-top:7rem;
}

.login_footer_picture--principal > img{
	padding:0;
	margin:0;
	float:left;
	width:310px;
	height: 70px;
}

.login_footer_col {
	height:76px;
	display: -webkit-flex;
	display:flex;
  	justify-content: space-around;
  	align-items: center;
  	justify-content:center;
}

.login_footer_col--item:not(:last-child){
	border-right:1px solid #CCCCCC;
}
/* ------------------  */

/* ESTILOS PARA EL ENCABEZADO */
.navbar {
	border-radius: 0; 
}

.navbar-brand {
	padding: 0;
	width: 250px;
}

.navbar-brand > img{
	height: 100%;
    margin: 0 14px;
    padding: 9px;
}

.navbar-img {
	padding: 0;
	border-right:1px solid #e7e7e7;
	border-left:1px solid #e7e7e7;
	width: 70px;
	height: 50px;
}

.navbar-img > img {
	position: absolute;
	width: 30px;
}

.navbar-img .a {
	top:9px;
	left:18px;
}

.navbar-img .b {
	top:7px;
	left: 18px;
}

/* ------------------ */

/* SIDE MENÚ */
.navbar-truffle {
    position: fixed;
	top: 52px;
	left: 0px;
	width: 80px;
	height: 100%;
	border-radius: 0px;
	border-right: 1px solid #e7e7e7;
    z-index: 1040;
}

.navbar-truffle.open {
	width: 140px;
}

.navbar-truffle > .container {
	padding: 0px;
	width: 100%;
}

.navbar-truffle .navbar-header,
.navbar-truffle .navbar-brand {
	float: none;
	display: block;
	width: 100%;
	margin: 0px;
}

.navbar-truffle.open {
	width: 225px;
}
.navbar-truffle > .container {
	padding: 0px;
	width: 100%;
}
.navbar-truffle .navbar-header,
.navbar-truffle .navbar-brand {
	float: none;
	display: block;
	width: 100%;
	margin: 0px;
}
.navbar-truffle .navbar-brand {
    height: 50px;   
}
.navbar-truffle > .container .navbar-brand {
	padding: 0px;
	margin: 0px;
}
.navbar-truffle > .container .navbar-brand > .small-nav {
	display: block;
}

.full-nav {
    padding-top: 10px;
    padding-left: 23px;
}

.navbar-truffle > .container .navbar-brand > .small-nav > span.logo,	
.navbar-truffle.open > .container .navbar-brand > .full-nav {
    display: block;
	padding: 15px 2px 15px 3px;
	font-size: 12px;
}
.navbar-truffle.open > .container .navbar-brand {
	width: 100%;
	padding: 15px 15px 60px;
	text-align: center;
}

.navbar-truffle .navbar-nav > li {
	float: none;
}
.navbar-truffle > .container .full-nav {
	display: none;
}
.navbar-truffle.open > .container .full-nav {
	display: block;
}
.navbar-truffle.open > .container .small-nav {
	display: none;
}
.navbar-truffle .navbar-collapse {
	padding: 0px;
}
.navbar-truffle .navbar-nav {
	float: none;
	margin: 0px;
}
.navbar-truffle .navbar-nav > li > a {
	padding: 0px;
}
.navbar-truffle .navbar-nav > li > a > span {
	display: block;
	font-size: 14px;
	padding: 9px 0px 9px 21px;
}

.navbar-truffle .navbar-nav > li > a > span .glyphicon {
	font-size: 12pt;
}


.navbar-truffle .tooltip,
.navbar-truffle .tooltip .tooltip-inner {
	max-width: auto;
	white-space:nowrap;
}

.navbar-truffle ~ .navbar-truffle-toggle > .nav-open {
	display: inline-block;
}
.navbar-truffle ~ .navbar-truffle-toggle > .nav-close {
	display: none;
}
.navbar-truffle.open ~ .navbar-truffle-toggle {
	left: 245px;
}
.navbar-truffle.open ~ .navbar-truffle-toggle > .nav-open {
	display: none;
}
.navbar-truffle.open ~ .navbar-truffle-toggle > .nav-close {
	display: inline-block;
}

.btn-purple,
.btn-purple:hover,
.btn-purple:focus,
.btn-purple:Active {
    color: #6600cc;
    background-color: red;
    border-color: #6600cc;
}
.btn-purple:hover,
.btn-purple:focus,
.btn-purple:Active {
    background-color: red;
    border-color: #6600cc;   
}

.prig {
	position: relative;
	top:-6px;
	margin-left: 1rem !important;
}

.navbar {
    background-image: none !important;
}
.navbar-purple {
    background:red;
    border-color: #6600cc;
}
.navbar-purple .navbar-brand, 
.navbar-purple .navbar-nav > li > a, 
.navbar-purple .navbar-brand:hover, 
.navbar-purple .navbar-nav > li > a:hover, 
.navbar-purple .navbar-brand:focus, 
.navbar-purple .navbar-nav > li > a:focus {
    color: #6600cc;
}
.navbar-purple .navbar-brand:hover, 
.navbar-purple .navbar-nav > li > a:hover, 
.navbar-purple .navbar-brand:focus, 
.navbar-purple .navbar-nav > li > a:focus,
.navbar-purple .navbar-nav > .active > a, 
.navbar-purple .navbar-nav > .active > a:hover, 
.navbar-purple .navbar-nav > .active > a:focus {
    background-color: rgb(111, 84, 153);
    color: rgb(255, 255, 255);
}

.border .navbar-nav>li>a {
	border-bottom: solid 1px #ECECEC !important;
}

/* ------------------ */


/* Estilos para GRUPO */
.mycontainer {
	width: 95%;
	display: inline-block;
	position: absolute;
	right: 0;
	padding: 0;
	height: 280px; 
	background-repeat: no-repeat;
	background-position: center 41%; 
	background-size: cover;
}

.listaNoMobile {
	display: block;
}

.img-a{
	background-image: url('../img/imagenes-03.jpg');
}

.row_content-group,
.row_content-benef,
.row_content-noved,
.row_content-contact,
.row_documentos,
.row_content-cursos-act
{
	margin-top: 360px;
}


.estilos-group > h1,
.estilos-group > h3,
.estilos-group > h4 {
	color:#11698d;
}

.estilos-group p,
.row_container_nov > hgroup .b,
.col-section article > p,
.row_content-contact-a, 
.tab-row-espacio_c .col-md-8 > hgroup p,
#tab2 .loop-miscelaneas .row > .col-md-12 p,
#tab3 .loop-clasificados .row p,
.row_inicio table tr:nth-child(4) > td p,
.sub_sect
{
	line-height: 1.8;
	font-size: 13.6px;
	color:#b0b0b0;
	font-weight: normal;
}

/* ------------------ */

/* Estilos para NOVEDADES */

.active-ca {
	font-weight: bold !important;
	color:#e08026 !important;
}

.img-c{
	background-image: url(../img/Imagenes-06.jpg); 
	background-position: center 20%;
}

.sect-noved > .row:not(:first-child) {
	margin-top: 2rem;
}

.sect-noved .row .btn-lg,
.btn-inicio,
.btn-inicio:hover,
.btn-cursos-act,
.btn-espacio-compartido
{
	width: 100%;
	margin-top: 4rem;
	padding: 1rem 0 1rem 0;
	font-size: 14px;
	border:solid 1px #e52534;
	color:#e52534;
	border-radius: 0;
	font-weight: bold;
} 

.sect-noved label {
	color:#555;
}

.sect-noved h3 {
	color:#e52534;
	font-weight: bold; 
}

.sect-noved p > a{
	color:#777;
	font-weight: 500;
}

.row_container_nov > h2 {
	margin-top: 0;
	margin-bottom: 2rem;
	font-weight: bold;
	color: #e52534;
}

.row_container_nov > hgroup .a {
	padding-top: 3rem;
	padding-bottom: 1.7rem; 
	color:#e52534;
	font-weight: bold;
	font-size: 18px;
}

.row_picture{
	min-width: auto;
	min-height: auto;
}

.row_picture_img {
	width: 100%;
	height: 350px;
	margin: 0;
}

.row_footer_nov > .a {
	padding: 0;
	border-bottom: 1.2px solid #999;
}

.row_footer_nov > .a label {
	font-weight: bold;
	color: #555;
}

.image {
  width: 100%;
  height: 160px;
  transition: 0.1s linear;
  /*background-image: url(http://www.freeallimages.com/wp-content/uploads/2014/09/space-cat-wallpaper-5.jpg);
  background-size: cover;
  background-position: center center;*/
}

.card-title {
  	margin-bottom: 1rem;
  	font-weight: 900;
	color:#e12929;
}

.row_aside:nth-child(2) {
	margin-top: 5rem;
}

.row_aside > .a label{
	color: #e12929;
	width: 71%;
	font-weight: bold;
	border-bottom: 1.2px solid #e12929;
}

.row_aside > .b ul > li:nth-child(1){
	margin-top: 1rem;
}

.row_aside > .b ul {
	padding-left: 0;
}

.row_aside > .b ul > li{
	list-style: none;
	margin: .5rem; 
	padding-bottom: .3rem;
	border-bottom:solid .5px #ccc;
}

.row_aside > .b ul > li a, .card a{
	color:#b0b0b0;
	text-decoration: none;
}

.row_aside > .b ul > li a:hover, .card a:hover{
	color:#ccc;
	text-decoration: none;
}

.row_aside > .b ul > li a:before{
	position: relative;
	content:'- ';
}

/* ------------------ */

/* ESTILOS PARA EL PERFIL */
.margin-perfil {
	margin-top:15rem;
}

#login_password {
	visibility: hidden;
}

.row_profile h3 {
	font-weight: bold;
	color:#d22626;
	margin-bottom: 3rem;
}

.row_profile span{
	font-weight: bold;
	color:#555;
}

.row_profile .col-md-6:nth-child(1) {
	margin-bottom: 1rem;
}

.row_profile a{
	font-weight: normal;
	color:#b0b0b0;
}

/*.footer-perfil {
	position: absolute !important;
	bottom: 0;
}*/
/* ------------------ */

/* ESTILOS PARA BENEFICIOS */
.img-b{
	background-image: url('../img/imagenes-05.jpg');
}

.estilos-benef > h1,
.estilos-benef > h3,
.estilos-benef > h4,
.col-section article > h2,
.col-section article > h3
{
	color: #ffca00;
}

.row_benef_striped .row > .col-md-12:nth-of-type(odd),
.row_cursos_actividades-inicio > .col-md-12:nth-of-type(odd){
	background-color: rgba(242,242,242,.5);
}

.col-section {
	padding: 1.2rem;
}

.col-section article > h2,
.col-section article > h3 {
	font-weight: bold;
}

.col-section article > p > a {
	font-weight: bold;
	color:#444;
}

/* ------------------ */

/* ESTILOS PARA CONTACTOS */
.img-d{
	background-image: url('../img/imagenes-01.jpg');
}


.estilos-contact > h1 {
	color:#373739;
}

.row_content-contact-a {
	margin-top: 2rem;
	color:#999;
}

.input-father-contact {
	width: 100%;
	border-radius: 0;
	background: transparent;
	border:solid 1px #c7c8c9;
	color:#555;
	outline: none;
	background-repeat: no-repeat;
	background-position: 1%;
}

.input-contact {
	margin-top:1.6rem;
	padding: 1.3rem;
	font-size: 13.5px;
	padding-left: 5.5rem;
}

.input-contact-img-a {
	background-image: url(../img/p11_1.png);
	background-size: 30px;
}

.input-contact-img-b {
	padding: .5rem;
	padding-left: 3rem;
	font-size: 13px;
	background-image: url(../img/p11_1.png);
	background-size: 20px;
}

.row-loop-contact .loop-contact > .row:not(:first-child) {
	margin-top: 4rem;
	background: white;
}

.table-contact tr:first-child > th {
	font-weight: normal;
	font-size: 14px;
}

.table-contact tr > td {
	font-size:12px;
}

.table-decorate-contact {
	background-color: rgba(242,242,242,.5);
}

.table-decorate-contact hgroup {
	border-bottom: solid 2px #c7c8c9;
}

.table-decorate-contact hgroup > label {
	padding: 1.2rem;
	font-size: 13.5px;
	font-weight: bold;
}

.table-decorate-contact .row {
	padding: 1.7rem;
	color:#000;
	font-weight: bold;
	font-size: 15px;
}

/* ---------------------- */

/* ESTILOS PARA ESPACIOS COMPARTIDOS */
.img-e{
	background-image: url('../img/imagenes-04.jpg');
	background-position: center 80%;
}

.row_content-espacio_c .row{
	margin-top: 2rem;
	background-color: rgba(242,242,242,.5);
	text-align: center;
}

.row_content-espacio_c [class*="col-"] {
	padding: 1.8rem;
}

.row_content-espacio_c [class*="col-"] > a {
	color:#999;
	font-weight: 300;
	text-decoration: none;
}

.row_content-espacio_c [class*="col-"]:not(:last-child) {
	border-right: 2px solid rgba(235,235,235,1);
}

.tab-row-espacio_c .col-md-8 > hgroup label,
.tab-row-espacio_c #tab1 .row:nth-child(4) .col-md-8 > hgroup label {
	margin-top: 5rem;
	font-size: 25px;
	font-weight: bold;
	color:#9859b3;
}

.tab-row-espacio_c .col-md-4 > hgroup {
	margin-top: 3rem;
	border-bottom:1px solid #9859b3;
	padding: 0 0 .5rem 0;
	margin-bottom: 2rem;
}

.tab-row-espacio_c .col-md-4 > hgroup span {
	font-weight: bold;
	color:#9859b3;
}

.table-espacio_c tr:nth-child(4) > td {
	font-size: 12px;
}

.tab-row-espacio_c #tab1 .loop > .row:not(firts-child) {
	margin-top:3rem;
	background: white;
}

#tab2 .loop-miscelaneas .row > .col-md-12,
#tab3 .loop-clasificados .row > .col-md-12
{
	padding: 3rem;
	margin-top: 2rem;
}

#tab2 .loop-miscelaneas .row > .col-md-12 h3,
#tab3 .loop-clasificados .row h3
{
	color:#9859b3;
	font-weight: bold;
	font-size: 16px;
}

#tab2 .loop-miscelaneas .row > .col-md-12:nth-of-type(even),
#tab3 .loop-clasificados .row > .col-md-12:nth-of-type(even)
{
	background-color: rgba(242,242,242,.5);
}

.table-espacio_c a {
	color:#333;
}

.modal-footer .btn-dismiss {
	background-color: rgba(230,230,230,1);
	color:#999;
	font-weight: bold;
	border-radius: 0 !important;
	width: 150px;
}

.btn-send {
	background-color: #9859b3;
	color:white;
	font-weight: bold;
	border-radius: 0 !important;
	width: 150px;
}

.btn-send:hover {
	color:white;
}


/* ---------------------- */


/* ESTILOS PARA EL INICIO */
.contenido_img-principal {
	background-color: rgba(0,0,0,0.5);
     position: absolute;
                /* display: inline-block; */
                width: 100%;
                bottom: 0;
            }

            .contenido_img-principal > article {
                color:white;
                position: relative;
                padding: 0 0 2rem 2.5rem;
                background: -webkit-linear-gradient(transparent 1%, rgba(0,0,0,.3) 60%);
            }

            .contenido_img-principal > article .a_img_principal,
            .button {
                color:#fff;
            }

            .contenido_img-principal > article p {
                font-size: 17px;
            }

            .a_img_principal {
                font-weight: bold;
                font-size:16px;
            }

            .contenido_img-principal h2 {
                font-weight: bold;
            }
.expand-inicio {
	position: relative;
	display: block;
	top:5rem;
	background: #de3737;
	color:white;
	padding-top: 5rem;
	padding-bottom: 5rem;
}

.expand-inicio a {
	color:white;
}

.rotar-chevron {
	transform: rotateZ(-90deg)
}

.row_container_inicio {
	margin-top: 90px;
}

.sect_inicio {
	margin-top: 7rem;
}

.row_inicio > .row:not(:first-child) {
	margin-top: 2rem;
}

.row_cursos_actividades-inicio h3 {
	margin-top: 0 !important;
}

.row_cursos_actividades-inicio h3,
.row_cursos_actividades-inicio h4 {
	color:#e47d20;
	font-weight: bold;
}

.row_cursos_actividades-inicio p {
	line-height: 1.5;
	padding-top: 1.3rem;
	font-size: 13.5px;
	color:#333;
}

.row_cursos_actividades-inicio > .col-md-12 {
	margin-top: 2rem;
	padding: 2rem;
}

.row_cursos_actividades-inicio hgroup {
	border-bottom:1px solid #c7c8c9;
	padding-top: 15px; 
	padding-bottom: 5px;
	margin-bottom: 25px;
}

.row_cursos_actividades-inicio hgroup label {
	color:#888;
	font-size: 13.5px;
	font-weight: bold;
}

.row_cursos_actividades-inicio .table-ca tr:nth-child(1) {
	font-size: 25px;
	color:#e47d20;

}

.row_cursos_actividades-inicio .table-ca tr:nth-child(1) label {
	margin: 0;
	padding-top: 0;
	font-size: 25px;
	color:#333;
}

.row_cursos_actividades-inicio .table-ca tr:nth-child(2) {
	font-size: 50px;
	color:#e47d20;
}

.btn-cursos-act,
.btn-cursos-act:hover {
	/* margin: auto; <- colocar cuando se trabaje con flexbox*/
	border:solid 1px #e47d20;
	color:#e47d20;
}

#modalInformacion .modal-title {
	color:#e08026;
}

/**/
.row_beneficios-inicio {
	margin-top: 4rem;
	margin-bottom: 6rem;
}

.row_beneficios-inicio h4 {
	font-weight: bold;
	color: #ffca00;
	padding-bottom: 2rem;
}

.row_beneficios-inicio .glyphicon {
	color:#000 !important;
}

.row_beneficios-inicio a,
.row_beneficios-inicio .glyphicon  {
	position: relative;
	top:1rem;
	color: #ffca00;
	font-weight: bold;
}

.row_espacio_compartido-inicio > .col-md-12 {
	padding: 2rem;
	background: -webkit-linear-gradient(rgba(242,242,242,.5), white);
	background: -moz-linear-gradient(rgba(242,242,242,.5), white);
	background: gradient(rgba(242,242,242,.5), white);

}

.row_espacio_compartido-inicio h4 {
	font-weight: bold;
	color:#9859b3;
	padding-bottom: 2rem;
}

.row_espacio_compartido-inicio hgroup {
	border-bottom:solid 1px #9859b3;
}

.row_espacio_compartido-inicio hgroup label {
	color:#9859b3;
	font-weight: bold;
	font-size: 15px;
}

.row_espacio_compartido-inicio h3 {
	color:#9859b3;
	font-weight: bold;
	font-size: 20px;
}

.btn-espacio-compartido,
.btn-espacio-compartido:hover{
	color:#9859b3;
	border:1px solid #9859b3;
}

.row_inicio table tr:nth-child(3) {
	color:#d22626;
	font-weight: 600;
}

.row_inicio table tr:nth-child(5) > td a{
	color:#444;
}

.row_aside_inicio_a table {
	margin: 1.5rem 0 1.5rem 0;
	color:#333;
}

.row_aside_inicio_a table tr {

	padding: 1rem 0 1rem .5rem;
}

.row_aside_inicio_a .row span > a {
	font-weight: bold;
	font-size: 12px;
	padding: 1rem;
}

.row_aside_inicio:not(:first-child),
.row_aside_inicio_a {
	margin-top: 2rem;
}

.aside-inicio .row {
	color:#036baa;
	background-color: rgba(242,242,242,.5);
}

.aside-inicio .col-md-12 hgroup {
	padding: 1.5rem 0;
	border-bottom: 2px solid;
}

.aside-inicio .col-md-12 hgroup span {
	font-weight: bold;
}

.row_aside_inicio .col-md-12 > .row:nth-child(2) {
	padding: 1.5rem;
}

.aside-inicio .col-md-12 > .row:nth-child(2) label {
	font-size: 14px;
	font-weight: bold;
	color:#036baa;
}

.table_aside_inicio {
	color: #333;
	font-size: 13px;
	margin-top: 1.5rem;
	margin-bottom: 2.3rem;
}


#containerListaMobile .col-xs-6,
#containerListaMobile .col-xs-12
{
	text-align: center;
	padding:.5rem 0 .5rem 0; 
}

#containerListaMobile .col-xs-6 > button
{
	width: 80%;
}

#containerListaMobile .col-xs-12 > button,
#containerListaMobile .col-xs-12 > a {
	width: 90%;
}


/* ---------------------- */

/* ESTILOS PARA DOCUMENTOS */
.img-e{
	background-image: url('../img/imagenes-02.jpg');
	background-position: center 45%;
}

.active-doc {
	color:#19bd9b !important;
	font-weight: bold;
}

.row_documentos {
	background-color: white;
}

.row_documentos h1 {
	color:#19bd9b;
	margin-bottom: 4rem;
}

.row_documentos ul,
.row_content-cursos-act ul {
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
}

.row_documentos ul > li,
.row_content-cursos-act ul > li{
	padding: 0 2rem 0 0;
}

.row_documentos ul > li:nth-of-type(1) a,
.row_content-cursos-act ul > li:nth-of-type(1) a{
	text-decoration: underline;
	font-weight: bold;
	padding-right: 1.5rem;
}

.row_documentos ul > li a,
.row_content-cursos-act ul > li a
{
	color:#333;
}

.table-documentos tbody td:nth-child(1) {
	width: 60%
}
.table-documentos tbody td:nth-child(2) {
	width: 20%
}
.table-documentos tbody td:nth-child(3) {
	width: 20%
}

.table-documentos tbody tr > td{
	font-size: 12px;
	color:#999;
	border-top:none;
	border-bottom: 1px solid #ddd !important;
}

.table-documentos tbody tr > td:nth-child(2) {
	text-align: center;
	font-size: 11px;
}

.table-documentos tbody tr > td:nth-child(3) .row {
	float: right;
}

.table-documentos i {
	font-weight: bold;
	font-size: 12px;
}

.table-documentos tbody tr > td:nth-child(3) .row a{
	color:#19bd9b;
}

#tab1 section > hgroup,
#tab2 section > hgroup {
	color:#19bd9b;
	font-weight: bold;
	margin-top: 4rem;
	border-bottom:1.5px solid #ccc;
	margin-bottom: 2rem;
}

#tab2 .row label {
	text-align: center;
}

#tab2 .row span {
	color:#19bd9b;
}

#containerFiltrar, 
#containerListaMobile {
	display: none;
}

.modal-content {
	border-radius: 0 !important;
}

.mymodal h3 {
	font-weight: bold;
	color:#9859b3;
}

.mymodal p {
	margin: 0;
	padding: 0;
	color:#999;
}

/* ----------------------- */

/* ESTILOS PARA CURSOS Y ACTIVIDADES */
.img-f {
	background-image: url('../img/imagenes-07.jpg');
}

.row_content-cursos-act hgroup {
	width: 80%;
	border-bottom:1px solid #e08026;
}

.row_content-cursos-act hgroup label {
	color: #e08026;
	font-weight: bold;
	font-size: 16px;
}

.datepicker-switch {
	color: #e08026;
	font-size: 17px;
}

#mycalendar table thead tr:nth-child(3) {
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	color:#999;
}

#mycalendar table tbody tr > td {
	color:#999;
	font-size: 12px;
}

.datepicker table tr td.today {
	border-radius: 50%;
}

.datepicker table tr td.active.active, 
.datepicker table tr td.active.highlighted.active, 
.datepicker table tr td.active.highlighted:active, 
.datepicker table tr td.active:active
{
	border-radius: 50%;
	background-color: transparent;
	/*border:solid 1px #e08026 !important;*/
}
.datepicker table tr td.active:active:hover, 
.datepicker table tr td.active.highlighted:active:hover, 
.datepicker table tr td.active.active:hover, 
.datepicker table tr td.active.highlighted.active:hover, 
.datepicker table tr td.active:active:focus, 
.datepicker table tr td.active.highlighted:active:focus, 
.datepicker table tr td.active.active:focus, 
.datepicker table tr td.active.highlighted.active:focus, 
.datepicker table tr td.active:active.focus, 
.datepicker table tr td.active.highlighted:active.focus, 
.datepicker table tr td.active.active.focus, 
.datepicker table tr td.active.highlighted.active.focus {
	background-color: transparent;
	border:solid 1px #e08026;
}

.datepicker table tr td.old, 
.datepicker table tr td.new 
{
	color:#c7c8c9 !important;
}

#accordion .panel-default { 
	border-radius: 0 !important; 
	border:0;
}

#accordion .panel-default > .panel-heading {
	padding: 1.5rem 0 2rem 1.5rem;
	background-color: rgba(235,235,235,.5);
}

#accordion .panel-default:nth-of-type(odd) > .panel-heading {
	background-color: white;
}

#accordion span,
.edit-modal-footer span {
	font-weight: bold;
	color:#e08026;
}

#accordion a, .edit-modal-footer a { text-decoration: none; }

#accordion a > p,
.edit-modal-footer a > p {
	margin: 0;
	line-height: 1.5;
	color:#333;	
	font-size: 13.5px;
}

.panel-group .panel-heading+.panel-collapse>.panel-body {
	border-top:0 !important;
}

.cubrir{
	padding: .5rem;
	background-color: rgba(235,235,235,.5);
}

.panel-body h4 {
	color:#e08026;
	font-weight: bold;
}

.panel-body table,
.modal-fecha-table {
	margin-top: 1.7rem;
	font-weight: bold;
}

.panel-body table tr:nth-of-type(odd) > td,
.modal-fecha-table tr:nth-of-type(odd) > td{
	color:#e08026;
}

.panel-body table tr:nth-child(3) > td,
.modal-fecha-table tr:nth-child(3) > td{
	font-size: 45px !important;
}

.modal-fecha-title {
	padding-top: 3rem;
}

._sect {
	font-size: 13px;
	color:#000;
}

.sub_sect p{
	padding-top: 2rem;
}

.panel-body footer > p {
	margin-top: 3rem;
}

.btn_cursos_act,
.btn_cursos_act:hover {
	background-color: #e08026;
	color:#fff;
	font-weight: bold;
}

/*-----------------------*/

/* MEDIA QUERY'S */

@media (max-width:992px) {
	
	/* Login */
	picture > img {
		width:80%;
	}
	.form_footer--enlace {
		float:right;
	}
	.reset_input--button {
		margin-top: 1.5rem;
	}
	/* ------ */

	.mycontainer{
		 width: 100%;
		 height: 195px;
	 }

	 /* beneficios */
	.estilos-benef > h1 {
		font-size: 28px;
	}
	/* ---------- */

	.sect-noved .row .btn-lg {
		margin-top: 0 !important;
		margin-bottom: 3rem;
	}

	.row-content-esp-tablet {
		margin-top: 250px;
	}

	.row_espacio_compartido-inicio img {
		height: 180px !important;
	}

	.row_documentos {
		margin-top: 250px;
	}

}

@media (max-width: 767px) {
	
	.logo_intranet {
		margin-top: 7rem;
		margin-bottom:4rem;
	}
	
	.login_footer_picture {
		width:100%;
	}
	
	.login_footer_picture--principal img {
		float:inherit;
		width:90%;
		margin-top:0;
		margin-bottom: 1rem;
		margin-left:auto;
		margin-right:auto;
	}
	
	.login_footer_col--item {
		margin-bottom: 1rem;
	}

	.navbar-truffle {
		display: none;
	 }

	 .mycontainer{
		 width: 100%;
		 height: 200px;
	 }

	 .row_content-group {
		 margin-top: 250px; 
	 }

	 br {
		 display: none;
	 }


	.row_content-group,
	.row_content-benef,
	.row_content-noved,
	.row_content-contact,
	.row_documentos
	{
		margin-top: 250px;
	}

	.row-loop-contact .loop-contact > .row:not(:first-child) {
		margin-top: 1rem !important;
	}

	.loop-contact .row > [class*="col-"] {
		margin-top:2rem;
	}

	.table-espacio_c tr:nth-child(1) > td  {
		text-align: center;
	}

	.tab-row-espacio_c #tab1 .row:nth-child(4) .col-md-8 > hgroup label {
		margin-top: 1rem; 
		font-size: 20px;
	}

	.row_content-espacio_c [class*="col-"]:not(:last-child) {
    border-bottom: 2px solid rgba(235,235,235,1);
	}

	.img_clasificados {
		height: 200px !important;
	}

	.row_beneficios-inicio [class*="col-xs-"] {
		margin-bottom: 2rem;
	}

	.row_espacio_compartido-inicio img {
		height: 250px !important;
	}

	.row_inicio .col-xs-12,
	.sect-noved section{
		margin-top: 1rem;
	}

	#containerFiltrar {
		display: block;
	}

	.listaNoMobile {
		visibility: hidden;
	}

	.contenido_img-principal h2{
		font-size: 17px;
		margin: 0 !important;
	}	

	.contenido_img-principal span {
		font-size: 12px;
	}

	.contenido_img-principal > article p{
		font-size: 12px !important;
	}

	.contenido_img-principal > article {
		background: -webkit-linear-gradient(transparent 1%, rgba(0,0,0,.3) 10%) !important;
		padding: 0 0 1rem 1.5rem !important;
	}

	.puntos {
		padding-top: .5rem;
		width: 300px;
	}

	.mycollapse{
		display: none;
	}

	.btn_flot{
		display: block;
		right: 40px;
	}

	.navbar-brand {
		width: 100%;
	}

	.navbar-brand > img {
		margin: auto;
		padding: 3px;
	}

	.margin-perfil {
		margin-top:8rem;
	}
	.table-espacio_c tr > th,
	.table-espacio_c tr > td {
		text-align: center;
	}

	.listaNoMobile {
		display: none;
	}

	.row_content-cursos-act {
		margin-top: 250px;
	}

	.footer-perfil {
		position: absolute !important;
		top: 100% !important;
	}

	.cara_inicio_mobile {
		position: relative;
		width: 50%;
		left: 25%;
	}

	.row_mobile_inicio {
		text-align: center !important;
	}

}
/*  -----------------  */


/* ESTILOS PARA EL SUB MENÚ */
.menu .submenu {
    border-radius: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
    left: -12px;
    list-style: none;
    margin: 0 -45px;
    opacity: 0;
    /*padding: 12px;*/
    position: absolute;
    top: 38px;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    visibility: hidden;
    width: 275px;
    background-color: rgb(242,242,242);
}

.no-js .menu:hover .submenu,
.menu-hover:hover .submenu,
.menu-click.menu-active .submenu {
    opacity: 1;
    top: 51px;
    visibility: visible;
}

.menu.menu-active {
	background-color: #e56363;
}

.menu .submenu:before,
.menu .submenu::before {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid rgb(242,242,242);
    content: "";
    height: 0;
    left: 24px;
    position: absolute;
    top: -6px;
    width: 0;
}

.menu .submenu .content-submenu {
    display: block;
    text-align: left !important;
}

.header-content-submenu {
    width: 90%;
    position: relative;
    margin: 1.5rem 0 0 1rem;
    padding-bottom: .5rem; 
    border-bottom:1px solid #d22626;
}  

.header-content-submenu span {
    font-weight: bold;
    color:#d22626;
} 

.container-content-submenu {
    display: block;
    margin: 0;
    width: 100%;
    border-bottom: 1px solid #eee;
    padding: 2px 0px 20px 12px;
    margin-top: 1rem;
}

.container-content-submenu section {
    padding-top: 1rem;
}

.container-content-submenu p {
    margin: 0;
    line-height: 1.3;
    color:#aaa;
}

.container-content-submenu p:nth-child(1) {
    font-size: 16px;
    font-weight: bold;
}

.container-content-submenu p:nth-child(2) {
    font-size: 13px;
    font-weight: normal;
}

.menu-right .submenu {
    left: auto;
    right: 6px;
    text-align: right;
}

.menu-right .submenu:before,
.menu-right .submenu::before {
    left: auto;
    right: 69px;
}

/* FIN ESTILOS SUB MENÚ*/