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



.contenedorfooter {
	 background-color:#F2F2F2;
	 box-sizing: border-box;
	 width:100%;
	
	 margin-left:auto;
  	 margin-right:auto;
	 
	 border-top-color:#f48d3b;/*#1ba0d7;*/
	 border-top-style:solid;
	 border-top-width:5px;
	 
 
}


.columnfooter {
  float: left;
  width:200px;

  min-width:200px;
  padding: 10px;
  
  
  
}

.columnfooter a{
 	padding: 0px;
	margin-left:0px;

	color:#092632;
	font-family:"Open Sans,Arial", sans-serif; 
	font-style:inherit;
	font-size:12px;
	font-style:inherit;
	font-weight:300;
	line-height:2;
	
	text-align:left;
	
	text-decoration: none;
	
}

.columnTitulo {
	color:#000;		
	font-family:Arial, Helvetica, sans-serif;
	font-style:inherit;
	font-size:14px;
	font-style:inherit;
	font-weight:501;
	padding-bottom:10px;
	
	
	text-align:left;
	padding-left:0px;
	text-decoration: none;
}


.rowfooter:after {
  content: "";
  display: table;
  clear: both;
}
	

@media screen and (max-width:720px) {
	
	.itemcolumn {
		width: 100%;
	}
	
@media screen and (max-width:450px) {
	
	.columnfooter{
		width: 100%;
	}
  
}
