header, nav, section, article, figure, figcaption, aside, footer {
display:block;}


/*Reset*/

html, body, div, span, applet, 
object, iframe, h1, h2, h3, h4, 
h5, h6, p, blockquote, pre, a, 
abbr, acronym, address, big, cite, 
code, del, dfn, em, font, img, ins, 
kbd, q, s, samp, small, strike, 
strong, sub, sup, tt, var, dl, 
dt, dd, ol, ul, li, fieldset, form, 
label, legend, table, caption, tbody,
tfoot, thead, tr, th, td{
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight:inherit; 
font-style:inherit;
font-size: 100%;
font-family:inherit;
vertical-align: baseline;}



#wrapper{background-color:#fff;
	width:100%;
	height:auto;}
	
header{background-color:#0b5495;
	width:100p%;
	height:150px;
	margin-left:auto;
	margin-right:auto;
	padding-top:35px;}
	
.logo{background:#;
	width:200px;
	height:autopx;
	margin-left:auto;
	margin-right:auto;
	}	
	
	
a{color:#959595;
text-decoration:none;}

a:hover{color:#fff;
text-decoration:none;}

.active{color:#44b7ad;
	font-weight:;}
	
h1{font-family:Lato;
	font-size:30px;
	text-align:center;
	color:#fff;}

	
/* CONTENT */

.contentwrapper{background:#fff;
	width:960px;
	height:1200px;
	margin-left:auto;
	margin-right:auto;}	
	
.botones{background:#f1f1f1;
	width:305px;
	height:1200px;
	padding-right:10px;
	padding-left:20px;
	float:right;}

.edificio{background:#fff;
	width:600px;
	height:1200px;}
	
footer{background:#363636;
	width:100%;
	height:300px;}	
	
.bodyfoot{background:#;
	width:550px;
	height:auto;
	margin-right:auto;
	margin-left:auto;
	position:relative; top:220px;
	font-family:arial;
	font-size:18px;
	color:#959595;
	text-align:center;}

.myButton {
	box-shadow:inset 0px 1px 0px 0px #54a3f7;
	background:linear-gradient(to bottom, #007dc1 5%, #0061a7 100%);
	background-color:#007dc1;
	border-radius:3px;
	border:1px solid #124d77;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:35px;
	padding:20px 50px;
	text-decoration:none;
	text-shadow:0px 1px 0px #154682;
}
.myButton:hover {
	background:linear-gradient(to bottom, #0061a7 5%, #007dc1 100%);
	background-color:#0061a7;
}
.myButton:active {
	position:relative;
	top:1px;
}


.forms{background:#fff;
	width:960px;
	height:700px;
	margin-right:auto;
	margin-left:auto;}




	
	
	
	
	
	
	
	
	
	
	
