html{
	height:100%;
}

body{
	margin:0px;
	height:100%;
	font-family: 'Josefin Sans', sans-serif;
	font-size:16px;
}

img{
	border:0px;
}

.contenedor{
	width:1024px;
	height:100%;
	margin:auto;
}
	
header{
	position:fixed;
	height:80px;
	width:1024px;
	background-color:#FFF;
	z-index:6000;
}

#menu{
	margin-left:500px;
	padding:0px;
	list-style:none;
	width:1024px;
	height:80px;
	border-bottom:1px thick rgb(190,187,183);
	z-index:5000;
}

#menu li{
		width:auto;
		height:50px;
		padding:30px;
		color:#666;
		float:left;
		line-height:50px;
		text-align:center;
		font-size:16px;
}


.seccion{
	width:100%;
	height:100%;
	position:relative;
	overflow:hidden;
}




#s1{

	text-align:center;
}

#logo{
	margin-top:120px;
}




#s2{

padding-top:100px;
height:auto;
text-align:center;
}

#fotos{
	padding-top:100px;
}

.proyecto1{
	width:170px;
	height:170px;
	margin:5px;
	margin-left:5px;
	display:inline-block;/*desplegar los elementos de bloque como elementos en línea o en renglón sustito de flost left y no se necesita poner clear*/
}

.proyecto2{
	width:170px;
	height:170px;
	margin:5px;
	margin-left:5px;
	display:inline-block;/*desplegar los elementos de bloque como elementos en línea o en renglón sustito de flost left y no se necesita poner clear*/
}

.proyecto3{
	width:170px;
	height:170px;
	margin:5px;
	margin-left:5px;
	display:inline-block;/*desplegar los elementos de bloque como elementos en línea o en renglón sustito de flost left y no se necesita poner clear*/
}



#s3{

padding-top:100px;
}

#cuadrotexto{
width:400px;
height:400px;
margin-top:150px;
margin-left:100px;
float:left;
text-align:justify;
font-size:16px;

}
	


#formulario1{
	margin-top:150px;
	float:right;
	margin-right:100px
	
}

input, name{
		font-family: 'Josefin Sans', sans-serif;
		font-size:12px;
}

textarea, name{
		font-family: 'Josefin Sans', sans-serif;
		font-size:12px;
}


#twitter{


	margin-left:10px;

}

#linkedin{


	
}

/* Smartphones (portrait & landscape) */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 767px) 
{

.contenedor{
	width:100%;
	height:100%;
	margin:auto;
}

	
header{
	position:fixed;
	height:80px;
	width:100%;
}


#menu{
	margin-left:0px;
	padding:0px;
	list-style:none;
	width:100%;
	height:80px;
	text-align:center;
	z-index:5000;
	
	
}

#menu li{
	padding:10px;
	display:inline-block;
	float:none;
	font-size:18px;

	
}


.seccion{
	height:auto;
}





#logo{
width:80%;

}


#s2{
height:auto;

}




#cuadrotexto{
width:90%;
height:auto;
margin-left:5%;
margin-right:5%;
margin-top:0px;
float:none;
font-size:18px;
}

#formulario1{
margin:auto;
margin-top:50px;
width:250px;
float:none;
}

#redes{
	text-align:center;
}
}
	


/* iPads (portrait & landscape) */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px) {

.contenedor{
	width:100%;
	height:100%;
	margin:auto;
}

	
header{
	position:fixed;
	height:80px;
	width:100%;
}


#menu{
	margin-left:0px;
	padding:0px;
	list-style:none;
	width:100%;
	height:80px;
	text-align:center;
	z-index:5000;
	
	
}

#menu li{
	padding:10px;
	display:inline-block;
	float:none;

	
}


.seccion{
	width:100%;
	height:auto;
	position:relative;
	overflow:hidden;
}





#logo{
width:80%;

}


#s2{
height:auto;

}




#cuadrotexto{
	margin-left:9%;
}

#formulario1{
	margin-right:9%
}



}

