
/* CSS Document ------------[ BY LUIS GAJARDO ]-- */

@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700);

/* -----------------------------------------------------[ MENU CONTENIDO ]-- */

.left {
	width:100px;
	position:fixed;
	left:0px;
	right:auto;
	margin-left:-100px;
	top:0;
	bottom:0;
	background-color:#212121;
	z-index: 10001;
	overflow: hidden;
}
.logo {
	width: 100px;
	height: 235px;
	position: absolute;
	background: url(img/sprite_elege.png) 0px -290px;
	top: 15px;
}
.logo a {
	display: block;
	height: 100%;
}
.menu {
	width: 100px;
	height: 230px;
	position: absolute;
	bottom: -30px;
}
.menu div {
	width: 200px;
	margin-left:-100px;
	height: 45px;
	cursor: pointer;
	cursor: hand;
	background-image: url(img/sprite_elege.png);
	background-color: #212121;
}
.b1 {background-position:0px -40px;}
.b2 {background-position:0px -85px;}
.b3 {background-position:0px -130px;}
.b4 {background-position:0px -175px;display:none;}
.b5 {background-position:0px -220px;}

.menu a, .via a {
	display: block;
	height: 100%;
}
.proyecto {
	position: fixed;
	left: -100px;
	right: 100%;
	height: 100%;
	background-color: #2c2c2c;
	z-index: 10000;
	margin-right: 100px;
	overflow:auto;
}

/* -----------------------------------------------------[ MENU REDES SOCIALES ]-- */

.right {
	width: 62px;
	top: 0;
	bottom: 0;
	position: fixed;
	right: -110px;
	background: url(img/transp.png) repeat-y;
	z-index: 1001;
}
.avatar {
	width: 100px;
	height: 99px;
	position: absolute;
	right: 9px;
	top: 15px;
	background-image: url(img/avatar.png);
}
.sociales {
	width: 60px;
	height: 245px;
	position: absolute;
	bottom: 15px;
	right: -3px;
	overflow: hidden;
}
.sociales a {
	display: block;
	height: 100%;
	background-image: url(img/sprite_elege.png);
}
.sociales div {
	width: 114px;
	margin-left: 0px;
	height: 40px;
	background-image: url(img/sprite_elege.png);
	cursor: pointer;
	cursor: hand;
}
.s1 {background-position:0px -525px;}
.s2 {background-position:0px -565px;}
.s3 {background-position:0px -725px;}
.s4 {background-position:0px -605px;}
.s5 {background-position:0px -685px;}
.s6 {background-position:0px -645px;}


/* -------------------------[ HOME ]-- */

#post1 {
	opacity:0;
	margin-top:100%;
}
#post2 {
	opacity:0;
	margin-top:300px;
}
#post3 {
	opacity:0;
	margin-top:200px;
}

.preloader {
	width: 100%;
	margin-top:-100%;
	position: fixed;
	height: 100%;
	background-image: url(img/loading.gif);
	background-color: #2F3134;
	background-position:center;
	background-repeat:no-repeat;
	z-index:100000;
}
.espera {
	width: 235px;
	height: 124px;
	background: url(img/globo.png) center no-repeat;
	position: absolute;
	right: 92px;
	bottom: 77px;
	z-index: 10;
}
.espera .preload {
	top: 40px;
	position: relative;
	left: 88px;
	width: 50px;
	background-color: transparent;
}



/* -------------------------[ BIOGRAFIA ]-- */

.personal {
	border-bottom: 3px solid;
	border-color: rgba(0, 0, 0, 0.2);
}

/* -------------------------[ DISEÑO WEB ]-- */

.boton {
	border: 2px solid;
	border-color:#fff;
	width: 77px;
	padding: 7px;
	bottom:-212px;
	position:absolute;
	margin-left: 5px;
	cursor:pointer; 
	cursor: hand;
}
.boton:active {
	border: 2px solid;
	border-color:#212121;
	background-color:#212121;
}
.rotulo2 .boton {
	position:absolute;
	right:0;
	margin-right:5px;
}
.linea {
	position: absolute;
	width: 0%;
	height: 2px;
	bottom: -2px;
	margin-left: -9px;
	background-color: #fff;
}
.line {
	position: absolute;
	height: 2px;
	bottom: -2px;
	margin: 0px 0px 47px 40px;
	width: calc(100% - 166px);
	overflow:hidden;
}
.lin {
	position: relative;
	width: 0%;
	margin-left:-10px;
	left:0;
	height: 2px;
	background-color: #fff;
}
.webs {
	width: 100%;
	position: relative;
	z-index: 9;
}
.contenedor {
	position: relative;
	margin: auto;
	width: 100%;
}

/* -------------------------[ ANIMACION ]-- */

.video {
	width: 100%;
	position: relative;
}

/* -------------------------[ GRÁFICA ]-- */

.grafica {
	width: 100%;
	position: relative;
	z-index: 9;
}

/* -------------------------[ CONTACTO ] -- */
.contacto {
	position: relative;
	width: 100%;
	height: 690px;
	background-color: #2f3134;
	z-index: -2;
}

.formu {
	width: 100%;
	height: 100%;
	position: relative;
}

/* -----------------------------------------------------[ FORMULARIO ]-- */

.formulario {
	height: 100%;
	width: 100%;
	position: relative;
	z-index: 3;
}
.formulario form {
    padding: 35px 30px 40px 40px;
	width: calc(100% - 229px);
	height: 83%;
	position: relative;
	color: #FFF;
	font-weight: bold;
}
.formulario label {
    display: block;
    padding: 10px 0 5px;
}
.formulario .input {
	padding: 9px 16px 7px 41px;
	margin: 10px 0;
	width: 100%;
	display: block;
	text-indent: 5px;
	background-color: #2c2c2c;
	border: 2px solid #3d3d3d;
	outline: none;
	font-family: 'PT Sans Narrow', Arial, serif;
	font-size: 18px;
	color: #fff;
	background-image: url(img/mail.png);
	background-repeat: no-repeat;
	background-position: 0px -64px;
}
.formulario input:last-child {
	padding: 9px 16px 7px 41px;
	margin: 10px 0;
	width: calc(100% + 63px);
	display: block;
	background-color: #2c2c2c;
	border: 2px solid #fff;
	outline: none;
	font-family: 'PT Sans Narrow', Arial, serif;
	font-size: 18px;
	color: #fff;
	text-indent: -23px;
}
.formulario input:last-child:hover {
	background-color: #212121;
	border: 2px solid #212121;
}
.formulario .input:focus {
	font-family: 'PT Sans Narrow', Arial, serif;
	background-color: #fff;
	font-size: 18px;
	border: 2px solid #fff;
	color: #2c2c2c;
	background-image: url(img/mail.png);
	background-repeat: no-repeat;
	background-position: 0px -314px;
}
#nombre {
	background-position: 0px -5px;
}
#nombre:focus {
	background-position: 0px -255px;
}
#fono {
	background-position: 0px -122px;
}
#fono:focus {
	background-position: 0px -372px;
}
.formulario textarea:focus {
	font-family: 'PT Sans Narrow', Arial, serif;
	background-color: #fff;
	font-size: 18px;
	border: 2px solid #fff;
	color: #2c2c2c;
	background-image: url(img/mail.png);
	background-repeat:no-repeat;
	background-position: -3px -431px;
}
.formulario textarea {
	padding: 9px 16px 7px 41px;
	margin: 10px 0;
	width: 100%;
	height: 161px;
	display: block;
	text-indent: 5px;
	background-color: #2c2c2c;
	border: 2px solid #3d3d3d;
	outline: none;
	font-family: 'PT Sans Narrow', Arial, serif;
	font-size: 18px;
	color: #fff;
	background-image: url(img/mail.png);
	background-repeat: no-repeat;
	background-position: -3px -901px;	
}
 
textarea::-webkit-scrollbar{
	background: #212225;
	box-shadow: inset -1px 1px 1px rgba(0, 0, 0, 0.3);
 }
textarea::-webkit-scrollbar-thumb{
	background: white;
	-webkit-border-radius: 15px;
	border: 4px solid #212225;
	margin-right: 2px;
 }
 
 textarea:focus::-webkit-scrollbar{
	background: #fff;
	box-shadow: inset -1px 1px 1px rgba(0, 0, 0, 0.3);
 }
textarea:focus::-webkit-scrollbar-thumb{
	background: #2F3134;
	-webkit-border-radius: 15px;
	border: 4px solid #fff;
	margin-right: 2px;
 }
 
/* -------------------------[ VP GALERIAS ]-- */

.box_destacado {
	position: relative;
	width: 100%;
	height: 370px;
	overflow: hidden;
}
.rotulo {
	position: absolute;
	width: 50%;
	left: 50%;
	padding-left: 180px;
	height: 100px;
	bottom: 144px;
	color: #fff;
	line-height: 14px;
	text-align: left;
	z-index: 1000;
}
.rotulo2 {
	position: absolute;
	width: 50%;
	margin-left: -155px;
	height: 100px;
	bottom: 147px;
	color: #fff;
	line-height: 14px;
	text-align:right;
	z-index: 1000;
}

.bw, .bw2 {
	position: relative;
	height: 100%;
	margin-left:0%;
	width:102%;
	background: center no-repeat;
	z-index: 999;
	background-size:cover;
}
.bm{
	position: relative;
	height: 100%;
	margin-left:0%;
	width:100%;
	background: center no-repeat;
	z-index: 999;
	background-size:cover;
	display:none;
}


/* -------------------------[ PROYECTO ]-- */

.detalle {
	position: relative;
	width: 1280px;
	height: 100%;
	left: 50%;
	margin-left: -640px;
	padding-top: 40px;
}
.description {
	position: fixed;
	width: 1280px;
	margin-left: -697px;
	left: 50%;
	bottom: 0;
	z-index: 10;
}
.name {
	float: left;
	height: 50px;
	background: #2c2c2c;
	color: #FFF;
	margin-left:-1px;
}
.name h5 {
	font-family: 'PT Sans Narrow', Arial, serif;
	font-size: 29px;
	margin: 8px 20px 0 20px;
}
.flip {
	float: left;
	width: 70px;
	height: 50px;
	background-image: url(img/sprite_home.png);
	background-repeat:no-repeat;
	background-position: -259px -142px;
	background-color: #212121;
	cursor: pointer;
}
.flip:hover {
	background-color: #1d1d1d;
}
.preload {
	width: 70px;
	height: 50px;
	background-image: url(img/cargando.gif);
	background-position:center;
	background-repeat:no-repeat;
	background-color: #212121;
	cursor: pointer;
}



.ir {
	height: 50px;
}
.img {
	width: 100%;
	-moz-opacity: 0.00;
    -khtml-opacity: 0.00;
    opacity: 0.00;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=0);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}
.detalle img {
	width:100%;
}
.vid {
	  width: 100%;
	  height: 720px;
	  margin-bottom: 2px;
}

#close {
	position: fixed;
	width: 100px;
	height: 90px;
	top: -180px;
	right:0;
	background-image: url(img/sprite_home.png);
	background-repeat: no-repeat;
	background-position: -157px 0px;
	z-index: 15000;
	cursor: pointer;
	cursor: hand;
}
#load-container {
	position:relative;
}

.proyecto::-webkit-scrollbar{
    background:#2c2c2c;
	width: 15px;
	height: 15px;
 }
.proyecto::-webkit-scrollbar-thumb{
	background: white;
	-webkit-border-radius: 10px;
	border: 4px solid #2c2c2c;
 }

/* -------------------------[ HTML ]-- */

html {
	height: 100%; 
	min-height: 600px;
	margin: 0;
	resize:none;
}
body {
	position:relative;
	background-color: #2F3134;
	margin-left:0%;
	height: 100%;
	margin: 0px;
}
.contenido {
	height: 100%;
	position: relative;
	z-index: 1;
	font-family: 'PT Sans Narrow', Arial, serif;
}
h1 {
	font-size: 40px;
	font-weight: 700;
	margin: 10px 5px;
	line-height: 40px;
}
h2 {
	font-size: 20px;
	font-weight: 400;
	margin: 23px 5px;
}
h3 {
	font-size: 15px;
	font-weight: 400;
	margin: 5px;
}
h4 {
	font-size: 17px;
	font-weight: 400;
	margin: 10px;
	color: #a5a5a5;
}
h5 {
	font-size: 50px;
	font-weight: 400;
	margin: 6px;
	margin-top: 25px;
}

 *::-moz-selection {
background: none repeat scroll 0 0 #2f3134;
color: #fff;
text-shadow: none;
}
*::selection {
	background: none repeat scroll 0 0 #2f3134;
	color: #fff;
	text-shadow: none;
}
a:link {
	color: #009DDA;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #009DDA;
}
a:hover {
	text-decoration: none;
	color: #009DDA;
}
a:active {
	text-decoration: none;
	color: #009DDA;
}

/*---------- CONTACTO */

.cuatro {
	position:fixed;
	height:690px;
	width:100%;
	padding-left:30px;
	bottom: -690px;
	left:0%;
}
.cuatro h2 {margin: -16px 7px;}
.cuatro h5 {font-size:46px; line-height:47px;}
.cuatro h3 {font-size: 18px; margin: 14px 8px;}

.about {
	position:relative;
	width:50%;
	height:70%;
	float:left;
	background-color:#262626;
	color:#fff !important;
	overflow:hidden;
}
.box_tx {
	position: relative;
	z-index: 11;
	padding: 60px 40px 40px 103px;
}
.correo {
	position:relative;
	width:50%;
	height:70%;
	float:left;
	background-color:#2c2c2c;
}
.recomendacion {
	position:relative;
	width:50%;
	height:30%;
	float:left;
	background-color:#fff;
}
.comentarios {
	position: absolute;
	bottom: 50px;
	width: calc(100% - 130px);
	margin-left: 100px;
	overflow:hidden;
	text-align: center;
}
.varios {
	width:400%;
	position:relative;
	margin-left:0px;
}
.comentario {
	width:25%;
	float:left;
}
.mapa {
	position:relative;
	width:50%;
	height:30%;
	float:left;
	background-color:#828282;
	background: url(img/map.jpg) center;
}
.navegador {
	width: 68px;
	position: absolute;
	left: 50%;
	bottom: 30px;
	margin-left: 1px;
	z-index: 11;
}
.circulo {
	width:17px;
	height:17px;
	float:left;
	background-image: url(img/slider.png);
	background-position:-17px 0px;
}
.circulo:hover {
	background-position:-34px 0px;
}
.leer {
	background-position:0px 0px;
}
.leer:hover {
	background-position:0px 0px !important;
}
.via {
	position:absolute;
	bottom: 22px;
	right: 14px;
	width:60px;
	height:32px;
	background-image: url(img/slider.png);
	background-position:-120px 0px;
	cursor:hand;
	cursor:pointer;
}
.via:hover {
	background-position:-60px 0px;
}

/*---------- descripcion del proyecto */

.txt {
	position:relative;
	width:60%;
	float: left;
	height: 100%;
	background-color: #fff;
	padding: 17px 0px 0px 0px;
}
.creditos {
	position: absolute;
	width: 27%;
	float: left;
	top: 50px;
	right: 13%;
	bottom: 0px;
	background: #e6e6e6;
	padding: 17px 0px 0px 0px;
}
.link {
	position: absolute;
	float: left;
	width: 13%;
	top: 50px;
	bottom: 0px;
	right: 0;
	height: 100%;
	background-image: url(img/sprite_home.png);
	background-repeat:no-repeat;
	background-position: 51% 54.5%;
	background-color: #212121;
	cursor: pointer;
}
.link:hover {
	background-color:#2c2c2c;
}

.like {
	position:absolute;
	right:0;
	float: left;
	width: 70px;
	height: 50px;
	background-image: url(img/sprite_home.png);
	background-repeat:no-repeat;
	background-position: -259px -242px;
	background-color: #212121;
	cursor: pointer;
}
.like a, .link a {
	display: block;
	height: 100%;
}
.text {
	display: none;
	margin-top: 50px;
	color: #212121;
	background-color: #fff;
	width: 100% !important;
	overflow: hidden;
}
.text h3 {
	padding-top: 20px;
	font-family: 'PT Sans Narrow', Arial, serif;
	margin: -16px 20px 20px 20px;
	font-size: 17px;
}