@charset "UTF-8";
/* CSS Document */

footer {
    width: 100%;
    height: auto;
    position: relative;
    background: #274552;
    float: left;
	font-size:14px;
	padding-top:20px;
	z-index:3;
}

.cont-footer {
    width: 900px;
    height: auto;  
    position: relative;
	float:left;
	left:50%;
	margin-left:-450px;
	color:#ffffff;
}


.legales{
    padding-left: 15px;
    padding-right: 15px;
}
.legales a{
    color: #FFFFFF;  
}
.legales a:hover{
    color: #282828;  
}
.float-left {
    float: left;
}

.float-right {
    float: right;
}
.column-contacto {
   width: 35%;
height: auto;
float: left;
/* min-width: 300px; */
margin-left: 0%;
margin-right: 0%;
 border-right:#fff solid 1px;
 padding: 15px;
 min-height:140px;
}
.last{
	border-right:none;
	width: 18%;
}
.logo-footer{
	width:100%;
	height:90px;
	background:url(../img/logo-footer.png) no-repeat;
	background-size:contain;
}
.redes{
	width:36px;
	height:36px;
	float:left;
	margin-right:5px;
	margin-top:10px;
}
.redes:hover{
	opacity:.7;
}
.fb-blanco{
	background:url(../img/fb-blanco.png) no-repeat;
	background-position:center;
	background-size:contain;
}
.tw-blanco{
	background:url(../img/tw-blanco.png) no-repeat;
	background-position:center;
	background-size:contain;
}
.inst-blanco{
	background:url(../img/inst-blanco.png) no-repeat;
	background-position:center;
	background-size:contain;
}
.yt-blanco{
	background:url(../img/yt-blanco.png) no-repeat;
	background-position:center;
	background-size:contain;
}
.mail-blanco{
	background:url(../img/mail-blanco.png) no-repeat;
	background-position:center;
	background-size:contain;
}

@media only screen and (max-width: 900px) {

.cont-footer {
    width: 100%;
    height: auto;  
    position: relative;
	float:left;
	left:inherit;
	margin-left:inherit;
	margin:0 auto;
	color:#ffffff;
}
}
@media only screen and (max-width: 650px) {

.cont-footer {
    width: 98%;
    height: auto;  
    position: relative;
	float:left;
	left:inherit;
	margin-left:inherit;
	margin:0 auto;
	color:#ffffff;
}
.column-contacto {
   width: 90%;
   text-align:center;
	height: auto;
	float: none;
	margin:0 auto;
	margin-left: inherit;
	margin-right: inherit;
	 border-right:#fff solid 0px;
	 border-bottom:#fff solid 1px;
	 padding: 10px;
	 min-height:0;
}
.last{
	border-bottom:none;
	width: 130px;
	padding-bottom:70px;
}
.logo-footer{
	width:98%;
	height:90px;
	background:url(../img/logo-footer.png) no-repeat;
	background-position:center;
	background-size:contain;
}
.column-contacto > ul{
	padding:0;
}
}