/* CSS Document */
html {
	width:100%
}
body {
	font-family:Trebuchet MS1, Trebuchet MS, sans-serif;
	font-size:13px;
	line-height:21px;
	color:#b7b4a5;
	min-width:1000px;
	background:#f4f1e1;
	margin:0;
	padding:0;
}
#header {
	margin:0;
	padding:0;
	background-color:#000;
	text-align:center;
	z-index:1;
}

#headerNavegation {
	width:800px;
  	margin-left: auto ;
  	margin-right: auto ;
}

#headerMenu {
    position: relative;
	font-weight:bold;
	top: -35px;
	text-align:right;
	width:780px;
}


#headerNavegation ul{
	list-style-type:none;
	margin:0;
	padding:0;
}

#headerNavegation li
{
	display:inline;
}

#headerNavegation a:link {color:#253690; text-decoration:none}
#headerNavegation a:visited {color:#253690; text-decoration:none}
#headerNavegation a:hover {color:#ef1f2c; text-decoration:none}
#headerNavegation a:active {color:#253690; text-decoration:none}

#headerNavegation .active {color:#ef1f2c;}

#headerBannerTitle {
	width:800px;
  	margin-left: auto ;
  	margin-right: auto ;
	margin-top:270px;
	text-align:left;
}

#block1 {
	margin:0;
	padding:0;
	background: #ebe8d9;
	clear:both;
}
#block1Content {
	width:800px;
	padding:0;
	margin:0 auto;
}

#block1Content a:link {color:#253690; text-decoration:none}
#block1Content a:visited {color:#253690; text-decoration:none}
#block1Content a:hover {color:#ef1f2c; text-decoration:none}
#block1Content a:active {color:#253690; text-decoration:none}

#block1ContentText {
	background:#FFF;
	padding:20px;
	width:460px;
	text-align:left;
	color:#222;
	float:left;
}



#block1ContentContact{
	top:50px;
	left:60px;
	position:relative;
	float:left;
}

#block1ContentText1 {
	background:#FFF;
	padding:20px;
	width:760px;
	text-align:left;
	color:#222;
}

#footer {
	border-top:4px solid #ee1b22;
	width:800px;
	padding:0;
	margin:0 auto;
}

#footerNav {
	margin-left: 25px;
	margin-top:10px;
	width:560px;
	float:left;
}
#footerNav ul{
	list-style-type:none;
	margin:0;
	padding:0;
}

#footerNav li
{
	display:inline;
}

#footerNav a:link {color:#99978e; text-decoration:none}
#footerNav a:visited {color:#99978e; text-decoration:none}
#footerNav a:hover {color:#333; text-decoration:none}
#footerNav a:active {color:#99978e; text-decoration:none}

#footerLogo {
	margin-top:10px;
	width:100px;
 	float:left;
}

#footerSocialMedia {
	margin-top:25px;
	padding-left:10px;
	width:80px;
 	float:left;
}

.clear {clear:both;width:100%;line-height:0;font-size:0;}

h1 {
	font-size:15px;
}
