body {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	line-height: 1.7;
}

a.liga-nombre         {color:black;}	
a.liga-nombre:link    {color:black;} 
a.liga-nombre:visited {color:black;}
a.liga-nombre:hover   {color:darkblue;}


a.liga-nombre2         {color:black; font-size:20px;}	
a.liga-nombre2:link    {color:black;} 
a.liga-nombre2:visited {color:black;}
a.liga-nombre2:hover   {color:darkblue;}

a.liga-sesion         {color:#31708f; font-size:20px; text-decoration: none;}	
a.liga-sesion:link    {color:#31708f; text-decoration: none;} 
a.liga-sesion:visited {color:#31708f; text-decoration: none;}
a.liga-sesion:hover   {color:darkblue; text-decoration: none;}

a.liga-top         {color:#990000; text-decoration: none;}	
a.liga-top:link    {color:#990000; text-decoration: none;} 
a.liga-top:visited {color:#990000; text-decoration: none;}
a.liga-top:hover   {color:darkblue; text-decoration: none;}

a.liga-nombre-sede         {color:#000000; text-decoration: none;}	
a.liga-nombre-sede:link    {color:#000000; text-decoration: none;} 
a.liga-nombre-sede:visited {color:#000000; text-decoration: none;}
a.liga-nombre-sede:hover   {color:#31708f; text-decoration: none;}


footer {
	background: #111111;
	color:#fff;
	padding-top: 40px;
	padding-bottom: 40px;
}

p {
	text-align: justify;
}

h2 {
	color: #e84747;
	font-weight: bold;
}

h3, h4 {
	font-weight: bold;
}

ul li, ol li {
	text-align: justify;
}

#materiales li {
  margin: 10px 0;
}


.navbar-light .navbar-toggle .icon-bar {
    background-color: #222222;
}

.navbar-light .navbar-toggle {
	border-color: #222222;
}

.navbar-light .navbar-nav > li > a {
	color: #222222;
}

.mundo {
    
    background-color:#ffffff;
    
    /*background-color:#f8f6f6;*/
        /*background-color:#253a7d;
        background-color:#d6d6d6;*/
}

.repomundo {
    
	background-color:#003b71;
        /* background-color:#ffffff; */
        /*background-color:#253a7d;
        background-color:#d6d6d6;*/
}

.site-info {
	background-color:#222222;
	color:#777777;
}

.legales {
	padding-top: 20px;
	padding-bottom: 20px;
}	

.ligas a:link {
    color: #777777;
    text-decoration: none;
}

/* visited link */
.ligas a:visited {
    color: #777777;
}

/* mouse over link */
.ligas a:hover {
    color: #8c8c8c;
}

/* selected link */
.ligas a:active {
    color: #8c8c8c;
}

.principal {
	margin-top: 40px;
	margin-bottom: 40px;
}

.p-top {
	padding-top: 40px;
}

.barra {
	margin-top: 40px;
	margin-bottom: 40px;
}

.sidebar-images {
	margin-bottom: 40px;
}

.red {
	color: #e84747;
}

h3.titulo {
	margin-top: 0px;
}

.subtitulos {
	font-weight: bold;
}

.subtitulos2 {
	font-weight: bold;
	margin-top: 10px;
	text-align: left;
}

.subtitulos3 {
	font-weight: bold;
	text-align: left;
}

/* -- Media Query -- */

@media screen and (max-width:991px ) {
	.legales {
		text-align: center;
	}

	.img-center {
		margin:0 auto;
	}

	.p-top-sm {
		padding-top: 40px;
	}

	.img-center{
		display: block;
        margin: auto;
	}
	.t-center {
		text-align: center;
	}
}

.video-responsive {
    position: relative;
    margin-bottom: 20px;
    padding-top: 56.25%;
}
.video-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.box {
	width: 560px;
	height: 315px;
	margin-bottom: 20px;
}

@media screen and (max-width:991px ) {
	.box {
		width: 100%;
		height: 100%;
		margin-bottom: 0px;
	}
}

.ir-arriba {
	display:none;
	padding:20px;
	background:#E45B53;
	font-size:20px;
	color:#fff;
	cursor:pointer;
	position: fixed;
	bottom:20px;
	right:20px;
}

a.liga-main         {color:#295184;}	
a.liga-main:link    {color:#295184;} 
a.liga-main:visited {color:#295184;}
a.liga-main:hover   {color:darkblue;}

#contenedor {
width: 100%;
margin: 0px auto;
}

.cuadro {
height: 40px;
float: left;
background: #ffffff;
border: 0px solid #ccc;
}

/* Evita el desbordamiento en todo el sitio */
body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

.footer-logos {
    background-color: #111;
    padding: 20px 0;
    text-align: center;
    width: 100%;
}

.footer-logos .logo-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow-x: auto; /* por si acaso */
    max-width: 100%;
    padding: 0 15px; /* algo de respiro en los bordes */
    box-sizing: border-box;
}

.footer-logos img {
    max-width: 100%;
    height: auto;
    display: block;
}

.icono-ajustado {
	position: relative;
	top: -14px;
	font-size: 1.8rem; /* ajusta según tu diseño */
	vertical-align: middle;
	display: inline-block;
	line-height: 1;
  }

  