@-webkit-keyframes rotate {
 from {
 -webkit-transform: rotate(0deg);
}
to {
	-webkit-transform: rotate(360deg);
}
}
body, html {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
	background-color: #fff;
	font-weight: 100;
}
#home {
	display: none;
width: 100%;
	height: 100%;
	background-image: url(../images/plane.png), url(../images/liquid.gif);
	background-repeat: no-repeat, no-repeat;
	background-position: center center, center center;
	background-attachment: fixed, fixed;
	background-size: auto, auto;
	background-color: #000;
}
#portada {
	width: 100%;
	height: auto;
	background-size: cover;
	background-color: #FFF;
	padding-top: 5%;
	padding-bottom: 10%;
	background-image: url(../images/avionpapel.gif);
	background-size: 300px;
	background-repeat: no-repeat;
	background-position: 5% center;
}
#portada h1 {
	margin: 0px;
	padding: 0px;
	font-size: 28px;
	font-weight: 900;
}
#portada h2 {
	font-weight: 400;
	margin: 0px;
	padding: 0px;
}
#portada p {
	margin: 0px;
	padding: 0px;
	font-weight: 400;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 1px;
}
#portada section {
	display: inline-block;
	vertical-align: top;
	padding-top: 0%;
}
#portada .icono {
	margin: 0% 0% 4% 0%;
}
#portada .uno {
	width: 14%;
	margin: 2% 5% 0% 5%;
}
#portada .dos {
	width: 39%;
	margin: 2% 5% 0% 5%;
}
#portada .tres {
	width: 64%;
	margin: 2% 5% 0% 5%;
	text-align: left;
}
#portada .cuatro {
	width: 89%;
	margin: 2% 5% 0% 5%;
	text-align: left;
}
#tituloportafolio {
	width: 95%;
	height: auto;
	background-color: #000;
	color: #FFF;
	padding: 2% 0% 2% 5%;
	background-image: url(../images/bgtituloportafolio.png);
	background-repeat: no-repeat;
	background-position: 5% top;
}
#tituloportafolio h2 {
	margin: 0px;
	padding: 0px;
	font-weight: 400;
}
#portafolio {
	height: auto;
	width: 100%;
	background-color: #fff;
	position: relative;
	display: block;
	padding-bottom: 10%;
}
header {
	height: 162px;
	width: 100%;
	position: relative;
	z-index: 999;
	background-color: #fff;
}
header #logo {
	height: 160px;
	width: 320px;
	float:left;
	background-image: url(../images/logo_small.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 200px;
}
header #simbolo {
	height: 60px;
	width: 60px;
	float: right;
	background-image: url(../images/icono.png);
	display: block;
	margin: 53px 30px 0 0;
	background-size: 60px;
}
header #simbolo:hover {
	background-image: url(../images/icono.png);
	-webkit-animation-name:  rotate;
	-webkit-animation-duration: 0.5s;
	-webkit-transition-timing-function: linear;
	cursor: pointer;
}
.section {
	padding: 0px;
	margin:0px;
	width: 24.7%;
	background-color:#FFF;
	color: white;
	overflow: hidden;
	display: inline-block;
	height: 282px;
}
.section img {
	height: auto;
	width: 100%;
}
.section:hover {
	background-color:#FFF;
	cursor:hand;
}
.section a, .section a img {
	display: block;
	position: relative;
}
.section a {
	overflow: hidden;
}
.section a:after {
	display: none;
}
.section a div {
	position: absolute;
	background: rgba(0, 0, 0, 0);
	background-image: url(../images/icono2.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding-left: 0px;
	top: 0px;
	left: 0px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.section a:hover div {
	top: 0px;
	left: 0px;
	padding-left: 10px;
	background-color: rgba(0, 0, 0, 1);
	background-image: url(../images/icono2.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.section a div span {
	display: block;
	color: #fff;
	letter-spacing: 1px;
	text-align: left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 010px;
	vertical-align: bottom;
}
.section a div span h2 {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	color: #000;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 1px;
	text-align: left;
	display: inline-block;
	background-color: #FFF;
	padding: 10px;
	margin: 0px;
}
.section a div span p {
	color: #FFF;
	background-color: rgba(0, 0, 0, 0.8);
	padding: 10px;
	margin: 0px;
	display: inline-block;
	font-size: 10px;
	font-weight: 400;
	text-transform: uppercase;
}
#tituloproyecto {
	width: 600px;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	z-index: 999;
	text-align: center;
}
#tituloproyecto h1 {
	text-align: center;
	font-size: 3em;
	color: #FFF;
	font-weight: 400;
	width: auto;
	display: inline-block;
	padding: 30px;
	margin-top: 50%;
	margin-bottom: 0px;
	letter-spacing: .1em;
	border: 1px solid #FFF;
	background-color: rgba(0, 0, 0, 0);
}
#tituloproyecto p {
	background-color: #000;
	color: #FFF;
	padding: 30px;
	display: inline-block;
	margin: 0px;
}
#portadaproyecto {
	height: 100%;
	width: 100%;
	position: fixed;
	overflow: hidden;
	z-index: 0;
	top: 0px;
}
#portadaproyecto img {
	width: 100%;
	height: auto;
	top: 0;
	left: 0;
}
#commentarios {
	height: auto;
	width: 100%;
	position: relative;
	text-align: center;
	padding-top: 10%;
	padding-bottom: 10%;
	color: #FFF;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 999;
}
#commentarios p {
	display: block;
	width: 70%;
	margin-left: 15%;
	font-size: 16px;
}
#commentarios p a {
	color: #FF0;
}
.innerContent {
	position: relative;
	z-index: 888;
	background-color: #fff;
	margin-top: -2px;
}
.innerContent .imagenproyecto {
	height: auto;
	width: 49.8%;
	display: inline-block;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.innerContent .imagenproyecto img {
	height: auto;
	width: 89%;
	display: inline-block;
	margin: 5%;
	border: 1px solid #F1F1F1;
}
#commentarios img {
	height: 200px;
	width: 200px;
}
#barracontacto {
	background-color: rgba(0, 0, 0, 0.85);
	width: 96%;
	font-weight: 100;
	color: #FFF;
	padding-right: 2%;
	padding-left: 2%;
	position: fixed;
	z-index: 9999;
	padding-top: 10px;
	padding-bottom: 10px;
	bottom: 0px;
	font-size: 12px;
	letter-spacing: 1px;
}
#barracontacto a {
	font-weight: 100;
	color: #FFF;
	text-decoration: none;
}
#barracontacto ul .izq {
	float: left;
}
#barracontacto ul .der {
	float: right;
}
#barracontacto ul, #barracontacto li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
@media only screen and (max-width : 1024px) {
 #home {
 width: 100%;
 height: 100%;
 background-image: url(../images/chair.gif);
 background-repeat: no-repeat;
 background-position: center;
 background-attachment: scroll;
 background-size: cover;
}
#portada {
 background-size: 200px;
 background-repeat: no-repeat;
 background-position: 20px center;
}
.section {
 padding: 0px;
 margin: 0px;
 width: 32.9%;
 background-color:#FFF;
 color: white;
 overflow: hidden;
 display: inline-block;
 height: 280px;
}
}
@media only screen and (max-width : 768px) {
 #home {
 width: 100%;
 height: 100%;
 background-image: url(../images/chair.gif);
 background-repeat: no-repeat;
 background-position: center;
 background-attachment: scroll;
 background-size: cover;
}
#portada {
 height:auto;
 background-size: 200px;
 background-repeat: no-repeat;
 background-position: 160px -20px;;
}
#portada .icono {
 display: none;
}
#portada .uno .gifanimado {
 width: 50%;
 height: auto;
 margin: 20px;
}
#portada .uno, #portada .dos, #portada .tres, #portada .cuatro {
 width: 79%;
 margin: 2% 10% 2% 10%;
}
#portada p {
 font-size: 13px;
 text-align:left;
}
header #simbolo {
 margin: -107px 30px 0 0;
}
header #logo {
 background-position: left center;
 width: 100%;
}
#tituloportafolio {
 width: 90%;
 padding: 10% 0% 10% 10%;
 margin: 0 0 1% 0;
 background-position: 10% top;
}
#portadaproyecto img {
 min-height: 100%;
 width: auto;
 position: relative;
 left: -50%;
}
.section a div span h2 {
 font-size: 12px;
}
.section a div span p {
 font-size: 10px;
}
.innerContent .imagenproyecto {
 width: 100%;
}
#tituloproyecto {
 width: 318px;
 margin-right: auto;
 margin-left: auto;
 margin-top: 10%;
 position: relative;
 z-index: 999;
 text-align: center;
 margin-bottom: -10%;
}
#tituloproyecto h1 {
 z-index: 997;
 text-align: center;
 font-size: 1.5em;
 color: #fff;
 font-weight: 700;
 width: auto;
 display: inline-block;
}
.section {
 padding: 0px;
 margin: 0px;
 width: 49%;
 background-color:#FFF;
 color: white;
 overflow: hidden;
 display: inline-block;
 height: 190px;
}
#commentarios p {
 font-weight: 400;
}
#barracontacto {
 font-weight: 400;
 font-size: 13px;
}
#barracontacto a {
 font-weight: 400;
}
}
@media only screen and (max-width : 320px) {
 #portada {
 background-size: 180px;
 background-repeat: no-repeat;
 background-position: 120px -20px;;
}
 .section {
 height: 140px;
 width: 100%;
}
.section a div span h2 {
 font-size: 12px;
}
.section a div span p {
 font-size: 8px;
}
#portada, #portada p, #portada section p {
}
}
