*{
	margin:0px;
	padding:0px;
	font-size: 15px;
	font-family: 'Titillium Web', sans-serif;
}

.triangulo6{
	display:block;
}

.ubicacion{
	width:95%;
}

span.face{
	padding-left:20px;
	position:relative;
	color:#323232;
	font-size:13px;
	
	}


.menu a li.contacto{
	border-top:6px solid #27ae60;
	background-color:rgba(235,235,235,0.9);
	-webkit-box-shadow: inset 0 5px 7px #999999;
	-moz-box-shadow: inset 0 5px 7px #999999;
	-ms-box-shadow: inset 0 5px 7px #999999;
	-o-box-shadow: inset 0 5px 7px #999999;
	box-shadow: inset 0 5px 7px #999999;
}


.contenedor-formulario{
	
	padding-top:10px;
	position:relative;
	margin-top:120px;
	width: 90%;
	margin: auto;
	padding-bottom: 80px;
	padding-left:10px;
}
.titulo{
	width: 90%;
	font-size:18px;
	color:#555;
	margin-top: 15px;
	margin-bottom:10px;
	font-weight: bold;
	padding-top:10px;
}


.titulo2{
	
	font-size:16px;
	margin-bottom:10px;
	color: #2980b9;
	font-weight: bold;
}


.formulario{
	border:1px solid white;
	width:90%;
	margin:auto;
	height:auto;
	float: left;
	padding:15px;

}

.formulario-contacto{
	display:none;
	border:1px solid white;
	
	margin:auto;
	height:auto;
	width:400px;
	padding:15px;
}

.subtitulo{
	font-size: 20px;
	padding-top: 95px;
}
	
input.campo{
	margin-top:10px;
	margin-bottom:10px;
	padding:6px;
	
	
	width:90%;
}


textarea{
	margin-top:10px;
	margin-bottom:10px;
	resize:none;
	padding:5px;

	width:90%;
}


.btn3{
	font-weight: bold;
	background-color: #2980b9;
	border:1px solid #3498db;
	color: white;
	padding: 5px;
	width: 90px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
}

.btn3:hover{
	background-color: #3498db;
	cursor:pointer;
}

.log{
	top: 10px;
	position: relative;
	padding-bottom: 10px;
	margin-left: 5px;
	padding: 5px;
	
}

.contenedor-footer{
	width: 100%;
	display:none;
}

