/* HTML Options */
html {}
body {
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-color: #CCCCCC;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
} 

/* WRAP */

.wrap{
	width: 1024px;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;	
	}
	
/* HEADER */
	
#header{
	height: 268px;
	width: 1024px;
	}
	
	/* QUIENES */
	
#quienes{
	height: 497px;
	width: 1024px;
	background-image: url(image/fondoqs.jpg);
	}
	
	/* SERVICIOS */
#servicios{
	background-image: url(image/fondoser.jpg);
	height: 497px;
	width: 1024px;
	}
	
	/* GALERIA */
#galeria{
	background-image: url(image/fondogal.jpg);
	height: 497px;
	width: 1024px;
	}
	
	/* CONTACTO */
#contacto{
	background-image: url(image/fondocont.jpg);
	height: 497px;
	width: 1024px;
	}
	
	/* FORMULARIO */
	#formucuadro{
	height: 350px;
	width: 425px;
	float: left;
	margin-left: 50px;
	margin-top: 0px;
	}	
	
	/* MAPA */
#mapa{
	height: 350px;
	width: 425px;
	float: right;
	margin-right: 50px;
	margin-top: 0px;
	}
	

		
	/* paragraphs */
	p {
	margin-bottom:15px;
	color:#7d7d7d;
	font-size: 12px;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
}
	/* Heading */
h1, h2, h3, h4, h5, h6{
	font-weight:normal;
	color:#474343;
	font-family: Helvetica,Arial,sans-serif;
}
h1{
	font-size:36px; 
	line-height:36px; 
	margin-bottom:15px;
}
h2{
	font-size:30px; 
	line-height:30px; 
	margin-bottom:15px;
}
h3{
	font-size:24px; 
	margin-bottom:15px;
}
h4{
	font-size:18px; 
	line-height:16px; 
	margin-bottom:12px;
}
h5{
	font-size:14px; 
	margin-bottom: 10px; 
	padding:0px;
}
h6{
	font-size:12px; 
	margin-bottom: 10px; 
	padding:0px;
	letter-spacing: 1px;
	
	