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

@font-face {
	font-family:"Triomphe-Regular";
	font-style: normal;
	font-weight: normal;
 	src: url("../fonts/Triomphe-Regular.otf");
}

.ocultar{display:none}




.triangulo6{
	display:block;
}

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:170px;
	position:relative;
	margin-top:120px;
	width: 1000px;
	margin: auto;
	padding-bottom: 80px;
	
}

.titulo{
	font-size:22px;
	font-weight:bold;
	width: 500px;
	color:#555;
	border-bottom:1px solid #c3c3c3;
	margin-top: 20px;
	margin-bottom:25px;
}

.titulo2{
	
	color: #2980b9;
	font-weight: bold;
	width: 180px;
	font-size:17px;
	border-bottom:1px solid #c3c3c3;
	margin-bottom:10px;
}

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

}

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

.subtitulo{


	color:#444;
	
	font-size:17px;
	padding-top: 95px;
}
	
input.campo{
	width:90%;
	margin-top:10px;
	margin-bottom:10px;
	padding:6px;
	
	
}


textarea{
	width:90%;
	margin-top:10px;
	margin-bottom:10px;
	resize:none;
	padding:5px;
	
	
}


.btn3{
	
	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;
	
}

