::-webkit-scrollbar{
	width: 15px;
}
::-webkit-scrollbar{
	width: 15px;
}
::-webkit-scrollbar-track{
	width: 15px;
	background-color: #C5C3C3;
}
::-webkit-scrollbar-button {
	background-color: #C5C3C9;
}
::-webkit-scrollbar-thumb{
	background-color: #747172;
}
::-webkit-scrollbar-thumb:active{
	background-color: #666465;
}
::selection{
	color: #F4F4F4;
	background: #87705C;
}

::-webkit-input-placeholder { 
	color:#9ea9ab;
	font-size: 18px;
}
::-webkit-input-value { 
	color:#9ea9ab;
	font-size: 18px;
}
::-webkit-scrollbar{
	width: 15px;
}
::-moz-scrollbar{
	width: 15px;
}
::-moz-scrollbar-track{
	width: 15px;
	background-color: #C5C3C3;
}
::-moz-scrollbar-button {
	background-color: #C5C3C9;
}
::-moz-scrollbar-thumb{
	background-color: #747172;
}
::-moz-scrollbar-thumb:active{
	background-color: #666465;
}
::selection{
	color: #F4F4F4;
	background: #87705C;
}

::-moz-input-placeholder { 
	color:#9ea9ab;
	font-size: 18px;
}
::-moz-input-value { 
	color:#9ea9ab;
	font-size: 18px;
}
* {
	font-family: 'roboto';
	font-weight: 300;
}
a{
	text-decoration: none;
}
.fondoTrasparente{
 	background-color:#000;
 	opacity:0;
 	filter:alpha(opacity=60);
	position: absolute;
	z-index: 98;
	margin-lefts: -8px;
}
#ventanaContaError{
	background-color: #E3E1E1;
	height: 150px;
	width: 500px;
	position: absolute;
	margin-top: 350px;
	margin-left: -260px;
	left: 50%;
	text-align: center;
	padding: 10px;
	opacity: 0;
	text-decoration: none;
	z-index: 99;
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	perspective: 1000px;
}
#txtVentanaError{
	font-size: 22px;
	color: #363535;
}
#btnAceptarError:hover #enlaceBtnAceptar{
	opacity: 0;
}
#btnAceptarError:hover #enlaceBtnAceptar2{
	opacity: 1;
	-webkit-animation: animaEnlaceBtn 0.5s cubic-bezier(0,0,0.09,0.87);
	-moz-animation: animaEnlaceBtn 0.5s cubic-bezier(0,0,0.09,0.87);
	animation: animaEnlaceBtn 0.5s cubic-bezier(0,0,0.09,0.87);
	transform: rotateZ(0deg);
}
#btnAceptarError{
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	position:  absolute;
	font-size: 22px;
	background-color: #E9A469;
	width: 160px;
	height: 32px;
	padding:4px;
	margin-left: 160px;
	margin-top: 20px;
	text-align: center;
	overflow: hidden;
	-webkit-transition: background-color .5s;
	-moz-transition: background-color .5s;
	transition: background-color .5s;
}
#btnAceptarError:hover{
	background-color: #E9C169;
	-webkit-transition: background-color .5s;
	-moz-transition: background-color .5s;
	transition: background-color .5s;
}
#enlaceBtnAceptar2{
	transform-style: preserve-3d;
	position:  absolute;
	left: 48px;
	text-decoration: none;
	color: #F1EFEF;
	transform: rotateZ(90deg);
	transition:transform 0.5s;
	opacity: 0;
	-webkit-transition:transform 0.5s;
	-moz-transition:transform 0.5s;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-webkit-animation: animaEnlaceBtnR .5s cubic-bezier(0,0,0.09,0.87);
	-moz-animation: animaEnlaceBtnR .5s cubic-bezier(0,0,0.09,0.87);
	animation: animaEnlaceBtnR .5s cubic-bezier(0,0,0.09,0.87);
}
#enlaceBtnAceptar{
	text-decoration: none;
	color: #F1EFEF;
	-webkit-transition: opacity .2s;
	-moz-transition: opacity .2s;
	transition: opacity .2s;
}
#btnAceptarError:active{
	background-color: #E38C42;
}
.menu{
	float: right;
	display: inline-block;
	margin-top: 20px;
	margin-right: 20px;
	border: 4px solid transparent;
	padding: 4px;
	opacity: 0.5;
	font-size: 22px;
	color: #4E4D4D;
	transition: all .5s cubic-bezier(0,0,0.09,0.87);
	color: white;
}
.menu:hover{
	background-color: transparent !important;
	color: black;
}
#inicio{
	background-color: #3FA382;
}
#sobre{
	background-color: #3F60A3;
}
#con{
	background-color: #E59090;
}
#inicio:hover{
	border: 4px solid #3FA382;
}
#sobre:hover{
	border: 4px solid #3F60A3;
}
#con:hover{
	border: 4px solid #E59090;
}

#lineadosSobre{
	margin-top: 6px;
	position: static;
}
#lineadosConta{
	margin-top: 6px;
	position: static;
}
#lineadosPie{
	margin-top: 6px;
	position: static;
}
#img{
	width: 150px;
	height: 150px;
	float: left;
	display: inline-block;
	margin:-10px 0px 0px 0px;
	opacity: 0.6;
}

#logo{
	display: inline-block;
	float: left;
	font-size:34px;
	position: absolute; 
	left: 166px; 
	top: -30px;
}
	
#cabecera{
	display: block;
	/*background-image:url(../img/fondo%20cabezera.png);*/
	background-color: #E8E7E7;
	height: 160px;
	width: 100%;
	margin: -10px 0px 0px -10px;
	padding-left: .6em;
	float: left;
}
#fondoNombre{
	float: left;
	width: 220px;
	height: 150px;
	margin-top: -10px;
	background-color:#B2B2B2;
	opacity: 0.5;
	transition: all .3s cubic-bezier(0,0,0.09,0.87); 
}
#fondoNombre:hover{
	transition: all .3s cubic-bezier(0,0,0.09,0.87); 
	width: 250px;
	opacity: 0.8;
}
#lm{
	background-color: #EFE1CD;
}
#lm1{
	width: 1.5%;
	height: 1.5%;
	display: inline-block;
	background-color: #EFD423;
	opacity: 0.5;
	margin: .2em;
}
#lm2{
	width: .15em;
	height: .15em;
	display:inline-block;
	background-color: #F11F4D;
	opacity: 0.5;margin: 2px;
}
#lm3{
	width: 1.5%;
	height: 1.5%;
	display: inline-block;
	background-color: #2AECB9;
	opacity: 0.5;
	margin: 2px;
}

#lm4{
	width: 1.5%;
	height: 1.5%;
	display: inline-block;
	background-color: #705D4C;
	opacity: 0.5;
	margin: 2px;
}

#lm5{
	width: 1.5%;
	height: 1.5%;
	display: inline-block;
	background-color: #F79D61;
	opacity: 0.5;
	margin: 2px;
}

#lm6{
	width: 1.5%;
	height: 1.5%;
	display: inline-block;
	background-color: #312B29;
	opacity: 0.5;
	margin: 2px;
}

#lm7{
	width: 1.5%;
	height: 1.5%;
	display: inline-block;
	background-color: #594EBB;
	opacity: 0.5;
	margin: 2px;
}

#lm8{
	width: 1.5%;
	height: 1.5%;
	display: inline-block;
	background-color: #30DB53;
	opacity: 0.2;
	margin: 2px;
}
#linea1{
	width: 12.5%;
	height: 20px;
	display: inline-block;
	background-color: #EFD423;
	float: left;
	opacity: 0.5;
	clear: left;
}
#linea2{
	width: 12.5%;
	height: 20px;
	display:inline-block;
	background-color: #F11F4D;
	float: left;
	opacity: 0.5;
}
#linea3{
	width: 12.5%;
	height: 20px;
	display: inline-block;
	background-color: #2AECB9;
	float: left;
	opacity: 0.5;
}

#linea4{
	width: 12.5%;
	height: 20px;
	display: inline-block;
	background-color: #705D4C;
	float: left;
	opacity: 0.5;
}

#linea5{
	width: 12.5%;
	height: 20px;
	display: inline-block;
	background-color: #F79D61;
	float: left;
	opacity: 0.5;
}

#linea6{
	width: 12.5%;
	height: 20px;
	display: inline-block;
	background-color: #312B29;
	float: left;
	opacity: 0.5;
}

#linea7{
	width: 12.5%;
	height: 20px;
	display: inline-block;
	background-color: #594EBB;
	float: left;
	opacity: 0.5;
}

#linea8{
	width: 12.5%;
	height: 20px;
	display: inline-block;
	background-color: #30DB53;
	float: right;
	opacity: 0.5;
}
#linea{
	width: 100%;
	position: absolute;
	top: 154px;
	margin-left: -8px;
}
body{
	background-color: #DDDDDD;
	font-family: 'roboto';
	font-weight: 300;
	perspective: 1px;
	z-index:0;
	margin-left: 4px;
	margin-right: 4px;
	overflow-x: hidden;
}
#lineaCabecera{
	height: 75px;
	overflow: hidden; 
	width: 100%;
}
.sec{
	-webkit-transition: all 700ms ease-out;
    -moz-transition:all 7s ease-out;
    transition: all 7s ease-out;
}

#misTrabajos1{
	font-size: 54px;
	color: #595252;
	float: left;
	display: inline-block;
	margin-left: 20px;
}
#lineaTra{
	width: 6px;
	height: 630px;
	background-color: #DDDDDD;
	display: inline;
	float: left;
	margin-left: 2%;
	margin-right: 2%;
}
#misTrabajos2{
	width: 100%;
	background-color: #F1F1F1;
	display: inline-block;
	margin-top: 2px;
	pading: 1.5%;
}
#conTrabajos{
	display: inline-block;
}
#behance{
	font-size: 36px;	 
	display: inline-block;
	margin: 40px 0px 40px 0px;
	color: #595252;
}
#behance span{
	color: #525EE8;
	font-size: 40px;
}
.imgTrabajos{
	margin: 10px 4px 40px 4px;
	display: inline-block;
	border: solid 2px #dfe0e0;
}

.info{
	font-size: 15px;
	color: #595252;
}

.titulo{
	font-size: 20px;
	color: #595252;
	margin-top: -4px;
}

.contenedorInfo{
	width: 0px;
	height: 158px;
	display: none;
	background-color: #f6f7f7;
	padding: 4px;
	margin-left: -1px;
	opacity: 1;
	border: solid 1px #dfe0e0;
}

#conCode, #conYoutube, #conChange, #conFacebook, #conAyre{
	display: inline-block;
	opacity: 1;
	float: left;
}

#fondoCode, #fondoYoutube, #fondoChange, #fondoFacebook, #fondoAyre{
	overflow: hidden;
}
#fondoFacebook{
	-webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	transition: all 1s ease-out;
}
#conCode:hover #fondoCode{
	-webkit-animation: animafondoinfo .7s cubic-bezier(0,0,0.09,0.87);
	-moz-animation: animafondoinfo .7s cubic-bezier(0,0,0.09,0.87);
	animation: animafondoinfo .7s cubic-bezier(0,0,0.09,0.87);
	width: 260px;
	height: 158px;
	display: inline-block;
	top: -36px;
	position: relative;
}
#conYoutube:hover #fondoYoutube{
	-webkit-animation: animafondoinfo .7s cubic-bezier(0,0,0.09,0.87);
	-moz-animation: animafondoinfo .7s cubic-bezier(0,0,0.09,0.87);
	animation: animafondoinfo .7s cubic-bezier(0,0,0.09,0.87);
	-webkit-transition: width 1s;
	-webkit-transition: height 1s;
	-moz-transition: width 1s;
	-moz-transition: height 1s;
	width: 260px;
	height: 158px;
	display: inline-block;
	top: -36px;
	position: relative;	
}

#conChange:hover #fondoChange{
	-webkit-animation: animafondoinfo .7s cubic-bezier(0,0,0.09,0.87);
	-moz-animation: animafondoinfo .7s cubic-bezier(0,0,0.09,0.87);
	-webkit-transition: width 1s;
	-webkit-transition: height 1s;
	-moz-transition: width 1s;
	-moz-transition: height 1s;
	width: 260px;
	height: 158px;
	display: inline-block;
	top: -36px;
	position: relative;
}
#conFacebook{
	clear: left;
}
#conFacebook:hover #fondoFacebook{
	-webkit-animation: animafondoinfo .7s cubic-bezier(0,0,0.09,0.87);
	-moz-animation: animafondoinfo .7s cubic-bezier(0,0,0.09,0.87);
	-webkit-transition: width 1s;
	-webkit-transition: height 1s;
	-moz-transition: width 1s;
	-moz-transition: height 1s;
	width: 260px;
	height: 158px;
	display: inline-block;
	top: -36px;
	position: relative;
}
#conAyre:hover #fondoAyre{
	-webkit-animation: animafondoinfo .7s cubic-bezier(0,0,0.09,0.87);
	-moz-animation: animafondoinfo .7s cubic-bezier(0,0,0.09,0.87);
	-webkit-transition: width 1s;
	-webkit-transition: height 1s;
	-moz-transition: width 1s;
	-moz-transition: height 1s;
	width: 260px;
	height: 158px;
	display: inline-block;
	top: -36px;
	position: relative;
}
#sobreMi{
	background-color: #F1F1F1;
	width: 94%;
	height: 1200px;
	padding: 3%;
	padding-bottom:5%; 
	margin-top: 32px;
	overflow: hidden;
}
.h1{
	font-size: 74px !important;
	color: #595252;
	text-align: left;
	
}
#sobreMi>p:nth-child(2){
	font-size: 24px;
	color: #595252;
	text-align: left;
	
}
#conTablas{
	floats: left;
	display: inline-block;
}
#lg{
	font-size: 32px;
	color: #F55266;
	text-align: left;
}
#headLg{
	font-size: 32px;
	color: #F55266;
	text-align: left;
}
#headSoft{
	font-size: 32px;
	color: #F5C152;
	text-align: left;
}
#l{
	height: 1px;
	width: 200%;
	background-color: #C0C0C0;
	margin-top: 40px;
}
#tablaSoft, #tablaLg{
	display: block;
}
#conCien{
	display: inline-block;
	float: right;
	margin-right: 10%;
	margin-top: 132px;
}
#cien{
	height: 780px;
	width: 1px;
	background-color: #C0C0C0;
	float: left;
	
}
#numcien{
	float: left;
	display: inline-block;
	margin-left: 20px;
}
#Photoshop{
	height: 60px;
	width: 460px;
	display: inline-block;
	background-color: #3aa2ca;
	float: left;
}
#Photoshop2{
	height: 60px;
	width: 20px;
	display: inline-block;
	background-color: #3aa2ca;
	float: left;
}
.conCelda:nth-child(2) td:last-child > div:last-child{
	color: #3aa2ca;
}
#Photoshop:hover{
	-webkit-animation: animaphotoshop 1s cubic-bezier(0, 0.76, 0.68, 1.71);
	-moz-animation: animaphotoshop 1s cubic-bezier(0, 0.76, 0.68, 1.71);
	width: 460px;
	
}
#Dreamweaver{
	height: 60px;
	width: 360px;
	display: inline-block;
	background-color: #ca623a;
}
.conCelda:nth-child(3) td:last-child > div:last-child{
	color: #ca623a;
}
#Dreamweaver:hover{
	-webkit-animation: animadream 1s linear;
	-moz-animation: animadream 1s linear;
	width: 360px;
}
#Audition{
	height: 60px;
	width: 340px;
	display: inline-block;
	background-color: #3acaaa;
}
.conCelda:nth-child(4) td:last-child > div:last-child{
	color: #3acaaa;
}
#Audition:hover{
	-webkit-animation: animaaudition 1s linear;
	-moz-animation: animaaudition 1s linear;
	width: 340px;
}
#Java{
	height: 60px;
	width: 560px;
	display: inline-block;
	background-color: #F4AE9B;
	float: left;
}
#Java2{
	height: 60px;
	width: 20px;
	display: inline-block;
	background-color: #F4AE9B;
	float: left;
	margin-top: 0;
}
.conCelda:nth-child(6) td:last-child > div:last-child{
	color: #F4AE9B;
}
#Java:hover{
	-webkit-animation: animaJava 1s cubic-bezier(0, 0.76, 0.68, 1.71);
	-moz-animation: animaJava 1s cubic-bezier(0, 0.76, 0.68, 1.71);
	width: 560px;
	
}
#Html{
	height: 60px;
	width: 460px;
	display: inline-block;
	background-color: #5A8BF0;
	float: left;
}
.conCelda:nth-child(7) td:last-child > div:last-child{
	color: #5A8BF0;
}
#Html:hover{
	-webkit-animation: animahtml 1s linear;
	-moz-animation: animahtml 1s linear;
	width: 460px;
	
}

#Css{
	height: 60px;
	width: 420px;
	display: inline-block;
	background-color: #F1538E;
	float: left;
}
.conCelda:nth-child(8) td:last-child div:last-child{
	color: #F1538E;
}
#Css:hover{
	-webkit-animation: animacss 1s linear;
	-moz-animation: animacss 1s linear;
	width: 420px;
	
}
#JavaScript{
	height: 60px;
	width: 480px;
	display: inline-block;
	background-color: #9f9989;
	float: left;
}
.conCelda:nth-child(9) td:last-child div:last-child{
	color: #9f9989;
}
#JavaScript:hover{
	-webkit-animation: animajs 1s linear;
	-moz-animation: animajs 1s linear;
	width: 480px;
	
}
.sofware{
	width: 180px;
	float: left;
	font-size: 28px;
	color: #595252;
	text-align: left;
}
.conCelda{
	display: block !important;
	margin-top: 20px;
}
.lg{
	width: 180px;
	float: left;
	font-size: 28px;
	color: #595252;
	text-align: left;
}
.conCelda td:last-child > div:last-child{
	display: none;
}
#Conta{
	background-color: #F1F1F1;
	width: 94%;
	padding: 3%;
	margin-top: 32px;
	
}
#tituloConta{
	font-size: 74px;
	color: #595252;
	text-align: left;
	
}	 
.conta:focus{
	outline:0px;
	
}
.conta{
	height: 32px;
	background-color: #F1F1F1;
	font-size: 18px;
	color: #595252;
	padding:6px;
}
.contaL{
	margin-right: -4px;
	padding: 1px;
	height: 32px;
	display: inline-block;
	width: 70px;
	font-size: 18px;
	color: #595252;
}
.contForm{
	display: block;
	margin-bottom: 40px;
}
#nombreL{
	border-bottom: solid 2px #b7d1b5;
	font-size: 18px;
	color: #595252;
}

#nombreConta{
	border: solid 2px #b7d1b5;
	width: 180px;
	
}
#correoL{
	border-bottom: solid 2px #85b4a7;
}

#correoConta{
	border: solid 2px #85b4a7;
	width: 240px;
}
#mensajeL{
	border-bottom: solid 2px #8fbdcc;
	width: 70px;
	height: 168px;
	float: left;
	margin-right: 0px;
}

#mensajeConta{
	border: solid 2px #8fbdcc;
	width: 280px;
	height: 156px;
	resize: none;
}
#enviarConta{
	display: block;
	background-color: #b7ad96;
	color: #E8E4E4;
	width: 365px;
	height: 50px;
	font-size: 26px;
	text-align: center;
	padding: .2em;
	border: none;
	-webkit-transition: background-color 0.5s linear;
	-moz-transition: background-color 0.5s linear;
}
#enviarConta:hover{
	background-color: #d4c9af;
	color: #FFFFFF;
	
}
#enviarConta:active{
	background-color: #a09885;
}
#lineaConta{
	height: 400px;
	width: 1px;
	background-color: #9E9B9B;
	display: inline;
	float: right;
	margin-top: -400px;
	margin-right: 800px;
	overflow: hidden;
}
#pie{
	background-color: #5E5B5B;
	height: 400px;
	width: 94%;
	padding: 3%;
	overflow: hidden;
}
#conRedes{
	margin-top: 120px;
	margin-left: 400px;
}
.redes{
	width: 80px;
	height: 22px;
	opacity: 1;
	display: block;
	padding: 4px;
	padding-top: 1px;
	text-align: center;
	overflow: hidden;
	opacity: 0.5;
	text-decoration: none;
}
#facebook{
	background-color: #337CC9;
	text-align: center;
	text-decoration: none;
	
}
#facebook:hover #facebookLetra{
	-webkit-animation: animaredes .5s cubic-bezier(0,0,0.09,0.87);
	-moz-animation: animaredes .5s cubic-bezier(0,0,0.09,0.87);
	opacity: 1;
	text-decoration: none;
}
#behancePie{
	margin-top: 20px;
	background-color: #5878F0;
	text-align: center;
}
#behancePie:hover #behanceLetra{
	-webkit-animation: animaredes .5s cubic-bezier(0,0,0.09,0.87);
	-moz-animation: animaredes .5s cubic-bezier(0,0,0.09,0.87);
	opacity: 1;
}
#youtube{
	margin-top: 20px;
	background-color: #F04F52;
	text-align: center;
}
#youtube:hover #youtubeLetra{
	-webkit-animation: animaredes .5s cubic-bezier(0,0,0.09,0.87);
	-moz-animation: animaredes .5s cubic-bezier(0,0,0.09,0.87);
	opacity: 1;
}
#correo{
	margin-top: 20px;
	background-color: #F4D25A;
	text-align: center;
	display: inline-block;
}
#correoCorreo{
	font-size: 18px;
	color: #C3BFBF;
	opacity: 0;
	text-decoration: none;
	background-color: #706d6d;
	text-align: center;
	width: 200px;
	height: 22px;
	padding: 4px;
	padding-top: 1px;
	margin-top: -31px;
	margin-left: 90px;
	overflow: hidden;
	-webkit-transition: opacity 0.5s linear;
	-moz-transition: opacity 0.5s linear;
}
#conCorreo:hover #correoLetra{
	-webkit-animation: animaredes .2s linear;
	-moz-animation: animaredes .2s linear;
	opacity: 1;
	
}
#correoLetra, #facebookLetra, #behanceLetra, #youtubeLetra, #twitterLetra{
	-webkit-transition: opacity 0.5s linear;
	-moz-transition: opacity 0.5s linear;
}

#conCorreo:hover #correoCorreo{
	-webkit-animation: animacorreo .2s linear;
	-moz-animation: animacorreo .2s linear;
	opacity: 1;
}
#letraCorreo{
	color: #C3BFBF;
}
#conCorreo:hover #letraCorreo{
	-webkit-animation: animaletracorreo .5s cubic-bezier(0,0,0.09,0.87);
	-moz-animation: animaletracorreo .5s cubic-bezier(0,0,0.09,0.87);
	opacity: 1;
}
#twitter{
	margin-top: 16px;
	background-color: #28C0AB;
	text-align: center;
}
#twitter:hover #twitterLetra{
	-webkit-animation: animaredes 1s 0;
	-moz-animation: animaredes 1s 0;
	opacity: 1;
}
.redesL{
	font-size: 18px;
	color: #FFFFFF;
	opacity: 0;
	text-decoration: none;
}
#co{
	margin-top: -260px;
	margin-left: 800px;
	opacity: 0.1;
}
@media screen and (max-width: 1336px){
	.contenedorInfo{
		display: none !important;
	}
}
/*----------------tablets------------------*/
@media screen and (max-width: 1050px){
	.contenedorInfo{
		display: inline-block !important;
		width: 260px;
		height: 158px;
		top: -36px;
 		position: relative;
	}
	#cabecera{
		height: auto !important;
	}
	#fondoNombre{
		height: auto;
		width: 40px;
		float: left !important;
		margin: 8px;
		background-color: transparent;
	}
	#fondoNombre:hover{
		width: 40px;
	}
	#logo{
		font-size: 24px;
		position: inherit;
		margin-top: -8px;
	}
	#img{
		width: 80px;
		height: 80px;
		margin: 2px;
	}
	#lineaTra{
		display: none;
	}
	#misTrabajos1{
		display: block;
		float: none;
		text-align: center;
		margin-left: 0;
	}
	#conTrabajos{
		margin-left: calc(60% - 320px);
	}
	#conFacebook{
		display: inline-block !important;
	}
	#conBehance{
		display: none;
	}
}
@media screen and (max-width: 1018px){
	#conCien{
		display: none;
	}
	h1, .h1{
		font-size: 36px !important;
	}
	#sobreMi > p{
		font-size: 18px !important;
	}
	.conCelda td:last-child div:first-child{
		display: none !important;
	}
	.conCelda td:last-child{
		width: 500px;
		text-align: center;
	}
	.conCelda td:last-child > div:last-child{
		display: inline-block;
		font-size: 24px;
	}
	#tituloConta{
		text-align: center;
	}
	.conta{
		width: 280px !important;
	}
	#formulario > .conta:last-child{
		width: 365px !important;
	}
	#formulario{
		margin-left: calc(50% - 200px);
	}
	#conRedes{
		float: left;
		margin-top: 50px;
		margin-left: 50px;
	}
	#conRedes a div{
		opacity: 0.8;
	}
	#co{
		float: left;
		margin: 0;
	}
}
/*----------------------------------------*/

/*----------------phone-------------------*/
@media screen and (max-width: 750px){
	/*#logo{
		font-size: 18px !important;
		position: inherit;
		margin-top: -8px;
	}
	#img{
		width: 40px;
		height: 40px;
		margin: 2px;
	}*/
	.menu{
		display: none;
	}
	#conTrabajos{
		margin-left: calc(50% - 210px);
	}
	.imgTrabajos{
		width: 130px;
		height: 100px;
	}
	.contenedorInfo{
		height: 100px;
	}
	.info{
		font-size: 14px;
	}
	.conTrab{
		display: block !important;
	}
	.conTrab:hover .contenedorInfo{
		-webkit-animation: none !important;
		height: 100px !important;
	}
	.contenedorInfo .titulo{
		font-size: 18px;
	}
	.contenedorInfo .info{
		margin-top: -20px;
	}
	#sobreMi{
		height: 900px;
	}
	#formulario{
		margin-left: calc(50% - 150px);
	}
	#formulario > .conta:last-child{
		width: 300px !important;
	}
	#formulario .conta:nth-child(2){
		display: block !important;
	}
	 #formulario #mensajeL ~ .conta{
		clear: both;
	}
	#formulario #mensajeL{
		height: 36px !important;
	}
	#co img{
		width: 150px;
		height: 150px;
		float: right;
	}
}
@media screen and (max-width: 550px){
	#ventanaContaError{
		width: 300px;
		margin-left: -160px;
	}
	#txtVentanaError{
		font-size: 18px !important;
	}
	#btnAceptarError{
		margin-left: calc(50% - 90px);
	}
	#co img{
		width: 80px;
		height: 80px;
		margin-left: 50px;
		float: left;
	}
}
@media screen and (max-width: 450px){
	.contenedorInfo{
		height: 150px;
		width: 220px;
		top: 10px;
	}
	.conTrab{
		margin-bottom: 40px;
	}
	.conTrab:hover .contenedorInfo{
		-webkit-animation: none !important;
		height: 150px !important;
		width: 220px !important;
		top: 10px !important;
	}
	#conTrabajos{
		margin-left: calc(50% - 191px);
	}
	.h1, h1, h2{
		font-size: 24px !important;
	}
}
@media screen and (max-width: 400px){
	.contenedorInfo{
		width: 160px;
	}
	#conTrabajos{
		margin-left: calc(50% - 160px);
	}
	.conTrab:hover .contenedorInfo{
		width: 160px !important;
	}
	#lineadosPie{
		display: none;
	}
}
@media screen and (max-width: 399px){
	.contenedorInfo{
		display: none !important;
	}
	.conTrab{
		display: block !important;
		float: none !important;
	}
	#conTrabajos{
		margin-left: calc(50% - 70px) !important;
	}
}
/*----------------------------------------*/
/* animaciones */
@-webkit-keyframes animaEnlaceBtn{
	0%{
		opacity: 0.5;
		transform: rotateZ(90deg); 
		transform-origin: left;
	}
	100%{
		opacity: 1;
		transform: rotateZ(0deg); 
	}
}
@-webkit-keyframes animaEnlaceBtnR{
	0%{
		transform: rotateZ(0deg); 
		transform-origin: left;
		opacity: 1;
	}
	100%{
		transform: rotateZ(90deg); 
		opacity: 0;
	}
}
@-webkit-keyframes animaletracorreo{
	0%{
		margin-left: -200px;
	}	
	100%{
		margin-left: 0px;
	}
}

@-webkit-keyframes animacorreo{
	0%{
		opacity: 0.5;
		
	}	
	100%{
		opacity: 1;
	}
}
@-webkit-keyframes animaredes{
	0%{
		opacity: 1;
		margin-left: -200px;
	}	
	100%{
		margin-left: 0px;
	}
}


@-webkit-keyframes animaphotoshop{
	0%{
		width: 465px;
		margin-right: 15px;
	}
	20%{
		width: 472px;
		margin-right: 25px;
	}
	40%{
		width: 476px;
		margin-right: 190px;
	}
	60%{
		width: 470px;
		margin-right: 9px;
	}
	80%{
		width: 462px;
		margin-right: 4px;
	}	
	100%{
		width: 460px;
		margin-right: 0px;
	}
}
@-webkit-keyframes animaphotoshop2{
	0%{
		left: 15px;
	}
	50%{
		left: 200px;
	}
	70%{
		left: 10px;
	}	
	100%{
		left: 6px;
	}
}
@-webkit-keyframes animadream{
	0%{
		width: 365px;
	}
	20%{
		width: 372px;
	}
	40%{
		width: 376px;
	}
	60%{
		width: 370px;
	}
	80%{
		width: 362px;
	}	
	100%{
		width: 360px;
	}
}
@-webkit-keyframes animaaudition{
	0%{
		width: 355px;
	}
	20%{
		width: 352px;
	}
	40%{
		width: 356px;
	}
	60%{
		width: 350px;
	}
	80%{
		width: 342px;
	}	
	100%{
		width: 340px;
	}
}
@-webkit-keyframes animaJava{
	0%{
		width: 565px;
		margin-right: 15px;
	}
	20%{
		width: 572px;		
	}
	40%{
		width: 576px;
		margin-right: 75px;
	}
	60%{
		width: 570px;
		margin-right: 8px;
	}
	80%{
		width: 562px;
		margin-right: 1px;
	}	
	100%{
		width: 560px;
		margin-right: 0px;
	}
}
@-webkit-keyframes animahtml{
	0%{
		width: 465px;
	}
	20%{
		width: 472px;
	}
	40%{
		width: 476px;
	}
	60%{
		width: 470px;
	}
	80%{
		width: 462px;
	}	
	100%{
		width: 460px;
	}
}
@-webkit-keyframes animacss{
	0%{
		width: 425px;
	}
	20%{
		width: 422px;
	}
	40%{
		width: 426px;
	}
	60%{
		width: 420px;
	}
	80%{
		width: 412px;
	}	
	100%{
		width: 420px;
	}
}
@-webkit-keyframes animajs{
	0%{
		width: 495px;
	}
	20%{
		width: 492px;
	}
	40%{
		width: 496px;
	}
	60%{
		width: 490px;
	}
	80%{
		width: 482px;
	}	
	100%{
		width: 480px;
	}
}
@-webkit-keyframes animafondoinfo{
  0% { 
  	width: 280px;
	height: 158px;
	display: inline-block;
	top: -10px;
	position: relative;

  }
  60%{
	  top: -40px;
  }
  70%{
	  top: -40px;
  }
  80%{
	  width: 220px;
	  height: 198px;
	  position: relative;
	  top: -39px;
  }
  100%{
	  width: 260px;
	  height: 158px;
	  top: -36px;
	  position: relative;
  }
}
@-webkit-keyframes animaNombre{
  0% { 
  	width: 220px;
	opacity: 0.6;
  }
  50%{
	width: 250px;
	opacity: 0.8;
  }
  100%{
	  width: 250px;
	  opacity: 0.8;
  }
}
@keyframes animaNombre{
  0% { 
  	width: 220px;
	opacity: 0.6;
  }
  50%{
	width: 250px;
	opacity: 0.8;
  }
  100%{
	  width: 250px;
	  opacity: 0.9;
  }
}
@-moz-keyframes animaNombre{
  0% { 
  	width: 220px;
	opacity: 0.6;
  }
  50%{
	width: 250px;
	opacity: 0.8;
  }
  100%{
	  width: 250px;
	  opacity: 0.8;
  }
}
@-moz-keyframes animaEnlaceBtn{
	0%{
		opacity: 0.5;
		transform: rotateZ(90deg); 
		transform-origin: left;
	}
	100%{
		opacity: 1;
		transform: rotateZ(0deg); 
	}
}
@-moz-keyframes animaEnlaceBtnR{
	0%{
		transform: rotateZ(0deg); 
		transform-origin: left;
		opacity: 1;
	}
	100%{
		transform: rotateZ(90deg); 
		opacity: 0;
	}
}
@-moz-keyframes animaletracorreo{
	0%{
		margin-left: -200px;
	}	
	100%{
		margin-left: 0px;
	}
}

@-moz-keyframes animacorreo{
	0%{
		opacity: 0.5;
		
	}	
	100%{
		opacity: 1;
	}
}
@-moz-keyframes animaredes{
	0%{
		opacity: 1;
		margin-left: -200px;
	}	
	100%{
		margin-left: 0px;
	}
}


@-moz-keyframes animaphotoshop{
	0%{
		width: 465px;
		margin-right: 15px;
	}
	20%{
		width: 472px;
		margin-right: 25px;
	}
	40%{
		width: 476px;
		margin-right: 190px;
	}
	60%{
		width: 470px;
		margin-right: 9px;
	}
	80%{
		width: 462px;
		margin-right: 4px;
	}	
	100%{
		width: 460px;
		margin-right: 0px;
	}
}
@-moz-keyframes animaphotoshop2{
	0%{
		left: 15px;
	}
	50%{
		left: 200px;
	}
	70%{
		left: 10px;
	}	
	100%{
		left: 6px;
	}
}
@-moz-keyframes animadream{
	0%{
		width: 365px;
	}
	20%{
		width: 372px;
	}
	40%{
		width: 376px;
	}
	60%{
		width: 370px;
	}
	80%{
		width: 362px;
	}	
	100%{
		width: 360px;
	}
}
@-moz-keyframes animaaudition{
	0%{
		width: 355px;
	}
	20%{
		width: 352px;
	}
	40%{
		width: 356px;
	}
	60%{
		width: 350px;
	}
	80%{
		width: 342px;
	}	
	100%{
		width: 340px;
	}
}
@-moz-keyframes animaJava{
	0%{
		width: 565px;
		margin-right: 15px;
	}
	20%{
		width: 572px;		
	}
	40%{
		width: 576px;
		margin-right: 75px;
	}
	60%{
		width: 570px;
		margin-right: 8px;
	}
	80%{
		width: 562px;
		margin-right: 1px;
	}	
	100%{
		width: 560px;
		margin-right: 0px;
	}
}
@-moz-keyframes animahtml{
	0%{
		width: 465px;
	}
	20%{
		width: 472px;
	}
	40%{
		width: 476px;
	}
	60%{
		width: 470px;
	}
	80%{
		width: 462px;
	}	
	100%{
		width: 460px;
	}
}
@-moz-keyframes animacss{
	0%{
		width: 425px;
	}
	20%{
		width: 422px;
	}
	40%{
		width: 426px;
	}
	60%{
		width: 420px;
	}
	80%{
		width: 412px;
	}	
	100%{
		width: 420px;
	}
}
@-moz-keyframes animajs{
	0%{
		width: 495px;
	}
	20%{
		width: 492px;
	}
	40%{
		width: 496px;
	}
	60%{
		width: 490px;
	}
	80%{
		width: 482px;
	}	
	100%{
		width: 480px;
	}
}
@-moz-keyframes animafondoinfo{
  0% { 
  	width: 280px;
	height: 158px;
	display: inline-block;
	top: -10px;
	position: relative;

  }
  60%{
	  top: -40px;
  }
  70%{
	  top: -40px;
  }
  80%{
	  width: 220px;
	  height: 198px;
	  position: relative;
	  top: -39px;
  }
  100%{
	  width: 260px;
	  height: 158px;
	  top: -36px;
	  position: relative;
  }
}