@charset "UTF-8";
/* CSS Document Ro 26/01/2026*/

/*body { 
	background-color:#313B44;
	margin: 0;
}*/

a {
  text-decoration: none;
  color: inherit;
}
	
.Info-link-Titulos-footer a:hover {
    color:#f29100; /*#f29100;*/
}

.rrss-footer a:hover {
    color:#0969C9;
}

/* ====================================== FOOTER  ====================================== */
.contenedor-info-footer {
	display: inline-block;
	float: left;
	width: 100%;
	height:auto;
	margin-top:10px;
	margin-bottom:10px;
	z-index: 1;
}

.centrar-info-footer {
            overflow:hidden;
            text-align: center;
            margin:auto;
			padding-top:40px;
			padding-bottom:0px;
			/*background-color:#1d2227;
	        background-size: cover;*/
	        /*background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8));*/
}

.info-footer  {
            display:inline-table;
            border-right:1px solid #434343;
            width:250px;
			max-width:250px;
			max-height:423px;
			min-height:423px;
			/*border-radius: 5px;*/
            margin:5px 10px 5px 10px;
			text-align:justify;
			font-family: 'Ultra', serif;
	        font-size: 12px;
	        padding: 5px;
}

.info-footer2  {
            display:inline-table;
            width:250px;
			max-width:250px;
			max-height:423px;
			min-height:423px;
			/*border-radius: 5px;*/
            margin:5px 10px 5px 10px;
			text-align:justify;
			font-family: 'Ultra', serif;
	        font-size: 12px;
	        padding: 5px;
}

.Titulos-footer {
    text-align: left;
    font-size: 20px;
    font-family: 'Anton', sans-serif;
    color: #FFFFFF;
	margin-bottom: 10px;
}
	
.Info-txt-Titulos-footer {
    width: 230px;
    max-width: 230px;
    height: auto;
    text-align:left;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 12px;
    color: #FFFFFF;
}

.Info-link-Titulos-footer {
    text-align:left;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 12px;
    color: #FFFFFF;
	line-height: 25px;
}

.logo-footer-Ro {
    width: 200px;
	max-width: 200px;
    height: auto;
	min-height: 50px;
	/*border:1px solid #434343;*/
	margin-top: 40px;
}
	
.rrss-footer  {
            display:inline-table;
            border:1px solid #434343;
            width:auto;
	        height: auto;
	        padding: 5px 15px 5px 15px;
			border-radius: 5px;
            margin:5px;
	        font-size: 40px;
	        text-align: center;
	        color: #FFFFFF;
}
/* ====================================== FIN FOOTER  ====================================== */

/* ================================== IMG SIN PERDER MEDIDAS ================================== */
.imagenescalable {
	width:100%;
	/*max-width:223px;*/
	height: auto;
}
/* ================================== FIN IMG SIN PERDER MEDIDAS ================================== */


@media all and (max-width: 980px) {
	
.info-footer  {
            display:inline-table;
            border-right:0px solid #434343;
	        border-top:1px solid #434343;
            width:300px;
			max-width:300px;
			max-height:none;
			min-height:170px;
	        height: auto;
	        padding: 5px;
	        margin-left: auto;
	        margin-right: auto;
	        margin-top: 20px;
}

.info-footer2  {
	        border-top:1px solid #434343;
	        min-height:100px;
	        height: auto;
}
 
.Titulos-footer {
    margin-top: 20px;
}
	
.logo-footer-Ro {
    margin-left: auto;
	margin-right: auto;
}

}

