@charset "utf-8";
/* CSS Document */
body {
	background-image:;
	background-color: rgba(255,255,255, 0.8);
	margin:auto;
	text-align:center;
	font-size: 9pt;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
section {
	/* background-color:#FFF;*/
	margin: auto;
	width: 100%;
	text-align:center;
	height:460px;
}
header{
	text-align:left;
	width: 80%;
	max-width: 1270px;
	display: inline-block;
	/*background: rgba(0,0,0,0.3);*/
}
#header {
	font-family:'coolveticaregular', Helvetica, Arial, sans-serif;
	font-size: 30pt;
	color:#1095D0;
	text-align:center;
	display:inline-block;
	padding-bottom:50px;
}
a link{
	text-decoration:none;
}
nav{
	text-align:left;
	z-index:9999;
	height: 34px;
	display: inline-block;
	float: right;
}
nav ul{
	list-style:none;
	display:inline-block;
	padding:0px;
	margin:0px;
	float:right;
	padding-top: 20px;
	padding-right: 25px;
	/*background:rgba(0,0,0,0.8);*/
}
nav ul li{
	list-style:none;
	display:inline-block;
}
nav ul li a{
	/*margin:5px;*/
	padding:5px;
	padding-left: 0px;
	margin-left: 0px;
	height:16px;
	width:70px;
	text-decoration:none;
	list-style:none;
	font-family: 'simplificasimplifica', Verdana, Geneva, sans-serif;
	color:#FFF;
	font-size:15.72pt;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	border-left: solid 10px;
	border-color:#ECECEC;
	padding-left: 8px;
	overflow:hidden;
	display:inline-block;
}
nav ul li a:hover{
	color:#4074E2;
}
.subtitulo {
	font-family:Arial Rounded MT Bold,Arial, Helvetica, sans-serif;
	font-size: 20px;
	color:#666;
	padding-top: 25px;	
}
article {
	width:505px;
	display:inline-block;
	/*-webkit-box-shadow: 2px 3px 5px 1px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    2px 3px 5px 1px rgba(50, 50, 50, 0.75);
	box-shadow:         2px 3px 5px 1px rgba(50, 50, 50, 0.75);*/
}
.redes{
	/*height: 270px;*/
	width: 305px;
	/*background-image: url(postit.png);*/
	background-repeat: no-repeat;
	display: inline-block;
	float: right;
	text-align: center;
	padding-top: 30px;
	overflow: hidden;
	margin-top: 35px;
	margin-right: 30px;
}
.trabajos{
	width: 250px;
	min-height: 250px;
	overflow: hidden;
	display: inline-block;
	margin: 15px;
	border-radius: 10px;
	-webkit-box-shadow: 2px 3px 5px 1px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    2px 3px 5px 1px rgba(50, 50, 50, 0.75);
	box-shadow:         2px 3px 5px 1px rgba(50, 50, 50, 0.75);
}
.desc-breve-trabajos{
	height:100px;
	background:#FFF;
	padding:10px;
	text-align:left;
	font-family:Verdana, Geneva, sans-serif, Arial;
}
.capa-translucida{
	height:308px;
	width:250px;
	position:absolute;
	border-radius: 10px;
	font-family:'coolveticaregular', Helvetica, Arial, sans-serif;
	font-size:21pt;
	color:#FFF;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.capa-translucida:hover{
	background-color:rgba(44,43,42, 0.2)
}
#portada{
	font-family:'coolveticaregular', Helvetica, Arial, sans-serif;
	font-size:100px;
	text-align:left;
}
#bloquesobremi{
	background-color: #FFF;
	border-top: solid 13px;
	border-top-color: #4074E2;
	height:300px;
	}
#sobremi{
	margin-top: 10%;
	text-align: center;
	padding:50px;
	display:inline-block;
	/*border:solid 1px #FFF;*/
	/*background: rgba(0,0,0,0.2);*/
}
#textosobremi{
	color:#333;
	font-family: 'simplificasimplifica', Verdana, Geneva, sans-serif;
	font-size: 20pt;
	width: 670px;
	text-align:center;
}
h2{
	font-family: Arial, 'swis721_hv_btheavy', Helvetica, sans-serif;
	color:#CCC;
	display: inline-block;
}
#seccionportada{
	/* background-image:url(imagenes/papel.jpg); */
}
.container{
	position: absolute;
	height: 100%;
	overflow: auto;
	width: 100%;
}
#bloqueservicios{
	background-color:rgba(0, 0, 0, 1);
	height: auto;
	padding-bottom:90px;
}
.textoservicios{
	color: #E7E7E7;
	font-family: 'eras_light_itcregular', Verdana, Geneva, sans-serif;
	font-size: 13pt;
	font-weight: bolder;
	text-align:left;
}
#servicios{
	float:right;
	width:480px;
}
#servicios ul{
	display:inline-block;
}
#servicios ul li{
	list-style:none;
}
#seccionPortfolio{
	/*border-top: solid 13px;
	border-top-color:#818181;
	border-bottom: solid 13px;
	border-bottom-color:#818181;*/
	overflow:hidden;
	text-align:center;
	width:100%;
	background:rgba(255,255,255, 1);
	height:auto;
	}
#filaPortfolio{
	display:inline-block;
	margin:1%;
	width:80%;
	max-width:1280px;
}
#principal{
	background:rgba(22,98,90,0.6);
	width:30%;
	display:inline-block;
	overflow:hidden;
	margin:1%;
}
.filtronegro{
	background: rgba(0,0,0,0.5);
	width: 30%;
	z-index: 999999;
	position: absolute;
	-webkit-transition: all 0.8s ease-out;
	-moz-transition: all 0.8s ease-out;
	-o-transition: all 0.8s ease-out;
	transition: all 0.8s ease-out;
}
.filtronegro:hover{
	background:none;
}
#fondo{
	z-index:-999;
	position:fixed;
	width:100%;
}
#bajar{
	background-color:#6D6E6E;
	border-radius:30px;
	width:40px;
	height:40px;
	margin-top: 5%;
	display: inline-block;
}
#bajar:hover{
	background-color:#1095D0;
}
/*FORMULARIO*/
#seccionContacto{
	overflow:hidden;
	text-align:center;
	width:100%;
	background:rgba(34, 69, 116, 0.8);
	height:auto;
	padding-top: 80px;
}
#contacto{
	width:80%;
	max-width:1180px;
	display:inline-block;
	color:#CCC;
}
#formulario{
	font-family: Arial, 'eras_light_itcregular', Verdana, Geneva, sans-serif;
	font-size: 13pt;
	text-align:center;
}
#formulario p{
	text-align:left;
}
.campoComun{
	width:400px;
	height:25px;
}
/*FIN FORMULARIO*/
#nombre{
	display:inline-block;
	float:right;
	padding-top: 7px;
	padding-left: 10px;
}