/* RESET */

html, body, div, span, applet, object, iframe, table, caption,
tbody, tfoot, thead, tr, th, td, del, dfn, em, font, img, ins,
kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr,
acronym, address, big, cite, code, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
    vertical-align: baseline;
    font-family: inherit;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    outline: 0;
    padding: 0;
    margin: 0;
    border: 0;
    
}
:focus {
    outline: 0;
}
body {
    background: white;
    line-height: 1;
    color: black;
}
ol, ul {
    list-style: none;
}
table {
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    font-weight: normal;
    text-align: left;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}
a{
	text-decoration: none;
	color: #ffffff;
}


/* ESTILO GENERAL */


body{
	background-color: #2E9AFE;
	color: #fff;
	font-family: Arial sans-serif;
	font-size: 20px;
	margin: 0px;
}

.titular{
	font-size: 60px;
	font-family: 'Fredericka the Great', cursive;
	color: #fff;
	margin-bottom: 40px;
}

#cargando{

	width: 100%;
	height: 100%;
	background-color: #ffffff;
	position: absolute;
	top:0px;
	left: 0px;
	padding-top: 100px;
	text-align: center;
	color:#2E9AFE;
	font-family: 'Codystar', cursive;
	z-index: 1;

}
#contenido{
	position: relative;
	margin: 0px auto;
	width: 960px;
	height: auto;
}
#inicio{
	background-image:-webkit-radial-gradient(50% 20%, #A9E2F3, #2E9AFE 60%);
	float: left;
	width: 960px;
	height: 640px;
	text-align: center;
}
	
	#inicio img{
		margin: 50px;
	}
	#inicio flecha{
	}
	.animacion {
	-webkit-animation: cssAnimation 2s 9999 linear;
	-moz-animation: cssAnimation 2s 9999 linear;
	-o-animation: cssAnimation 2s 9999 linear;
	}
	@-webkit-keyframes cssAnimation {
	from { -webkit-transform: translate(0px, 0px); }
	to { -webkit-transform: translate(0px, 100px); }
	}
	@-moz-keyframes cssAnimation {
	from { -moz-transform: translate(0px, 0px); }
	to { -moz-transform: translate(0px, 100px); }
	}
	@-o-keyframes cssAnimation {
	from { -o-transform: translate(0px, 0px); }
	to { -o-transform: translate(0px, 100px); }
	}

#about{
	float: left;
	width: 960px;
	height: 1250px;
}
	#hoja{
		-webkit-transform: rotate(-3deg) ;
		-moz-transform: rotate(-3deg) ;
		-o-transform: rotate(-3deg) ;
	}
	#fondo-about{
		position: absolute;
		top:0px;
		left: 0px;
	}
	#contenido-about{
		position: absolute;
		top:100px;
		left: 75px;
		width: 530px;
		height: 555px;
		color: #0B0B3B;
		font-family: Georgia;
		font-style: italic;
	}
		#contenido-about h1{
			font-size: 30px;
			width: 250px;
			float: left;
		}
		#contenido-about h3{
			font-size: 18px;
		}
		#contenido-about p{
			font-size: 12px;
		}
		#contenido-about img.foto{
			background-color: white;
			padding: 10px 10px 20px;
			margin: 10px;
			float: left;
			-moz-box-shadow: -2px 2px 5px #000000;
			-webkit-box-shadow: -2px 2px 5px #000000;
			box-shadow: -2px 2px 5px #000000;
		}
		#contenido-about div.scroll{
			overflow: auto;
			width: 550px;
			height: 630px;
			font-size: 14px;
		}
			#contenido-about div.scroll ul li{
				list-style-type: circle;
				margin: 10px;
			}
			#contenido-about div.programa{
				width:100px;
				height:150px;
				float: left;
				margin: 10px;
				padding: 5px;
				
				border:solid 1px #fff;
				-moz-border-radius-topleft: 5px;
				-moz-border-radius-topright:5px;
				-moz-border-radius-bottomleft:5px;
				-moz-border-radius-bottomright:5px;
				-webkit-border-top-left-radius:5px;
				-webkit-border-top-right-radius:5px;
				-webkit-border-bottom-left-radius:5px;
				-webkit-border-bottom-right-radius:5px;
				border-top-left-radius:5px;
				border-top-right-radius:5px;
				border-bottom-left-radius:5px;
				border-bottom-right-radius:5px;
			}
			#contenido-about div.programa:hover{
				background-color: #ccc;
				-moz-box-shadow: 1px 3px 5px #000000;
				-webkit-box-shadow: 1px 3px 5px #000000;
				box-shadow: 1px 3px 5px #000000;
			}
			#contenido-about div.scroll img{
				width:100px;
				height:100px;
			}
	
#proyectos{
	float: left;
	width: 960px;
	height: auto;
}
	div.proyecto{
	  height:400px;
	  position:relative;
	  width:960px;
	}
		div.proyecto div.descripcion{
			float: left;
			width: 400px;
			height: 400px
		}
			div.proyecto div.descripcion h3{
				font-size: 26px;
				font-family: Georgia;
				font-style: italic;
			}
			div.proyecto div.descripcion p{
				font-size: 16px;
				font-family: Arial sans-serif !important;
				margin-top: 30px;
			}
		div.proyecto div.hardware{
			float: left;
			width: 500px;
			height: 400px
		}
			div.proyecto img{
				position: absolute;
				top: 0px;
				left: 0px;
			}
			div.proyecto img.imac{
				position: absolute;
				top: 14px;
				left: 14px;
				height:211px;
				width:371px;
			}
			div.proyecto img.iphone{
				position:absolute;
				top:68px;
				left:25px;
				height:241px;
				width:159px;
			}
#contacto{
	float: left;
	/*background-image:url(../img/cesped.jpg);*/
	width: 100%;
	height: 640px;
}
	#contacto img{
		float: left;
		left: 20%;
		top: 20%;
	}
	
	#texto_contacto{
		width:500px;
		font-size: 40px;
		font-family: 'Fredericka the Great', cursive;
		position: absolute;
		margin-top: 100px;
		right: 10%;
		text-align: right;
	}
	
	#contacto-redes{
		display: block;
		text-align: center;
		width: 750px;
		margin: 0px auto;
	}
#redes{
	position: fixed;
	top: 150px;
	left: 0px;
}
	#pestana{
		width: 180px;
		height: 80px;
		margin: 0px auto;
		position: absolute;
		padding: 10px;
		padding-top: 20px;
		top: 100px;
		left: -200px;
		
		/*border: 1px solid #fff;*/
		/*-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;*/
		
		-webkit-box-shadow: 3px 3px 2px 1px rgba(33, 33, 33, 0,5);
		-moz-box-shadow: 3px 3px 2px 1px rgba(33, 33, 33, 0,5);
		box-shadow: 3px 3px 2px 1px rgba(33, 33, 33, 0,5);
		
		background-color: #0B3861;
	}
	
	#boton{
		width: 110px;
		height: 20px;
		position: absolute;
		top:145px;
		left: -45px;
		
		font-size: 18px;
		font-family: Codystar, cursive;
		
		-webkit-border-radius: 0px 0px 5px 5px;
		-moz-border-radius: 0px 0px 5px 5px;
		border-radius: 0px 0px 5px 5px;
		
		-webkit-box-shadow: 3px 3px 2px 1px rgba(33, 33, 33, 0,5);
		-moz-box-shadow: 3px 3px 2px 1px rgba(33, 33, 33, 0,5);
		box-shadow: 3px 3px 2px 1px rgba(33, 33, 33, 0,5);
		
		background-color: #0B3861;
		
		text-decoration: none;
		text-align: center;
		color: #fff;
		text-shadow: 1px 1px 1px #050505;
		filter: dropshadow(color=#050505, offx=1, offy=1);
		
		-webkit-transform: rotate(270deg);
		-moz-transform: rotate(270deg);
		-o-transform: rotate(270deg);
		writing-mode: tb-rl;
	}
	
	
#idioma{
	position: fixed;
	top: 0px;
	right: 100px;
}
	#pestana-idioma{
		width: 120px;
		height: 25px;
		margin: 0px auto;
		position: absolute;
		padding: 5px;
		padding-top: 10px;
		top: -40px;
		left: -200px;
		text-align: center;
		
		
		font-size: 18px;
		font-family: 'Fredericka the Great', cursive;
		
		/*border: 1px solid #fff;*/
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		
		-webkit-box-shadow: 3px 3px 2px 1px rgba(33, 33, 33, 0,5);
		-moz-box-shadow: 3px 3px 2px 1px rgba(33, 33, 33, 0,5);
		box-shadow: 3px 3px 2px 1px rgba(33, 33, 33, 0,5);
		
		background-color: #0B3861;
	}
	
	#boton-idioma{
		width: 120px;
		height: 20px;
		position: absolute;
		top:0px;
		left: -194px;
		
		font-size: 18px;
		font-family: Codystar, cursive;
		
		-webkit-border-radius: 0px 0px 5px 5px;
		-moz-border-radius: 0px 0px 5px 5px;
		border-radius: 0px 0px 5px 5px;
		
		-webkit-box-shadow: 3px 3px 2px 1px rgba(33, 33, 33, 0,5);
		-moz-box-shadow: 3px 3px 2px 1px rgba(33, 33, 33, 0,5);
		box-shadow: 3px 3px 2px 1px rgba(33, 33, 33, 0,5);
		
		background-color: #0B3861;
		
		text-decoration: none;
		text-align: center;
		color: #fff;
		text-shadow: 1px 1px 1px #050505;
		filter: dropshadow(color=#050505, offx=1, offy=1);
		
	}
	
	
	
	
	
	
	
	
	
	/*       animaciones        */
	
	#pajarito{
		display: none;
		position: relative;
		top:-170px;
		left:90px;
	}
