/* estilos pie de pagina*/

div#footer{
	background-color: #262626;
background-image: url("https://www.transparenttextures.com/patterns/dark-brick-wall.png");
/* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
	border-top: 8px solid #161616;
	width: 100%;
	height: auto;
}
div#footer h3{
	color:  #fff;
	font-family: "Roboto Condensed",sans-serif;
	text-align: left;
	font-weight: 500;
	margin-bottom:5px;
}

div#footer p.text_footer{
	font-family: sans-serif;
	font-size: 14px;
	margin: 15px 20px;
	color: #fff;
	text-align: left;
}
div#footer p.text_footer a{
	
}
div.sec1_footer{
	height: auto;
	width: 100%;
	padding-top: 2%;
	padding-bottom: 1%;
}
div.sec1_footer p{
	margin: 0;
	line-height: 3px;
	padding: 0;
}

div.sec1_footer div.subizq{
	width: 30%;
	margin-left: 4%;
	float: left;
}
div.sec1_footer div.subizq span{
	color: #0095D4;
	font-weight: 700;
	display: inline;
}
div.sec1_footer div.subcen{
	width: 31%;
	float: left;
}

div.sec1_footer div.subder{
	width: 35%;
	float: left;
	text-align: left;
}
#formcontacto label{
	font-weight:700;
}
#formcontacto .input{
	border:1px solid gray;
	border-radius:4px; 
	margin-bottom: 10px;
}
#formcontacto  input[type="text"]{
	width: 300px;
	padding: 10px;
}
#formcontacto input[type="submit"]{
	padding:10px;
	color:#fff;
	font-weight: 700;
	background:#0099EB;
	border-radius: 4px;
	border:none;
	
}

div.sec2_footer{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6db3f2+0,1e69de+100 */
background: rgb(109,179,242); /* Old browsers */

	border-top: 8px solid #161616;
	height: 30px;
	width: 100%;
	padding: 20px 0 0 0;
	margin: 0;
}

div.sec2_footer p{
	color:  #fff;
	font-family: "Roboto Condensed",sans-serif;
	line-height: 3px;
	text-align: center;
	padding: 0;
}
div.sec2_footer a{
	color: #1E90FF;
}

