/*--general--*/
*{ margin:0; padding:0; }

body {
	overflow: hidden;
	font-family:"myriad pro","lucida grande","segoe ui","trebuchet ms",verdana,sans-serif;
	background-color: #ABAC98;
	background-image: url(imgs/cielo.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

p {
	font-size: 0.8em;
	margin: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

img {
	float: left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
/*--general-fin-*/


/*--links--*/

a:link {
	color: #333333;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #666666;
}
/*--links-fin-*/



/*--Menu--*/

#menu {
	position: fixed;
	left: 80px;
	list-style: none;
	width: 100%;
	font-size: 1.2em;
	font-weight: bold;
	top: 20px;
}


/*--secciones--*/
#inicio1, #portfolio2, #contacto3, #descargas4 {
	width: 280px;
	height: 280px;
	position: absolute;
	bottom: -20px;
}

	#inicio1 {
	left: 310px;
	height: 500px;
	width: 1024px;
	background-image: url(../imgs/ciudadNuevo.png);
	}

	#portfolio2 {
	left: 2250px;
	height: 480px;
	width: 1024px;	
	}

	#contacto3 {
	left: 4250px;
	height: 500px;
	width: 1024px;
	background-image: url(../imgs/ciudad3.png);
	}
	

	#descargas4 {
	left: 6250px;
	height: 500px;
	width: 1024px;
	background-image: url(../imgs/ciudad5.png);
	}
	



/*--secciones-fin-*/	
	
	
/*--inicio1--*/

#iphone {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #006699;
	text-decoration: none;
	margin-top: 300px;

}
/*--inicio1-fin--*/



/*--portfolio2--*/

#tablaportfolio {
	list-style:none;
	padding:0;
	float: left;
	margin-top: 8px;
	text-decoration: none;
	width: 1000px;
}

#tablaportfolio ul{
	width: 1000px;
	list-style: none;
	
}



#tablaportfolio ul a{
	float: left;
	margin-right: 3px;
	opacity: 1;
	border: 1px solid #8f8f8f;


}

#tablaportfolio ul a:hover{
	border-color: #000;

}
/*--portfolio2-fin-*/




/*--contacto3-*/

#contacto3datos {
	height: 50px;
	width: 200px;
	margin-left: 312px;
	margin-top: 200px;
	font-family:"myriad pro","lucida grande","segoe ui","trebuchet ms",verdana,sans-serif;
	font-size: 18px;
	text-decoration: none;
	color: #666666;
	
	
/* poner bordes redondeados al fondo

-moz-border-radius-bottomleft:2.5px;
-moz-border-radius-bottomright:2.5px;
-moz-border-radius-topleft:2.5px;
-moz-border-radius-topright:2.5px;
background-color: #663399;**/
}
/*--contacto3-fin-*/


/*--descargas4-*/

#descargas4tabla_linea {
	list-style:none;
	padding:0;
	float: left;
	margin-top: 8px;
	text-decoration: none;
	width: 1000px;
	margin-bottom: 35px;
}

#descargas4tabla {
	margin-left: 175px;
	margin-top: 80px;
	text-decoration: none;
}

#descargas4icono {
	list-style:none;
	float: left;
	margin-right: 10px;
	text-decoration: none;
	background-color: #2e2f2d;
	border: 1px solid #4d4d4f;
}

#descargas4icono a {
	list-style:none;
	text-decoration: none;
	opacity: 1;
}

#descargas4icono a:hover {
	list-style:none;
	text-decoration: none;
	opacity: 0.5;
}



#descargas4iconos_sin {
	list-style:none;
	float: left;
	margin-right: 10px;
	text-decoration: none;

}
/*--descargas4-fin-*/



/* -elementos parallax - */

#pared, #suelo, #ciudad, #enredadera, #secciones {
	position: absolute;
	height: 100%;
	width: 400%;
	left: -150px;
}

	#pared {
		background: url(../imgs/nube.jpg) 20% top repeat-x;
	}
	
	#suelo {
		background: url(../imgs/montanas.png) 10% bottom repeat-x;
	}
	
	#ciudad {
	background-image: url(../imgs/ciudad3.png);
	background-repeat: no-repeat;
	background-position: 30%;
	}
	
	#enredadera {
		background: url(../imgs/enredadera.png) 40% top repeat-x;
	}




