body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #fff url(../images/background.jpg) repeat-y;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 14px;
}
.siteFrame{
	width: 1000px;
	-moz-box-shadow: 0px 0px 6px #999;
	-webkit-box-shadow: 0px 0px 6px #999;
	box-shadow: 0px 0px 6px #999;
}
.header{
	padding: 20px;
	text-align: left;
	/* width: 100%; */
	background: #fff;
}
img {
	/* display:block; */
	/* margin: auto; */
}
.content {
	text-align: left;
	padding: 10px;
	font-family: Arial;
	font-size: 12px;
	width: 100%;
	background: #fff;
}
h1{
	text-transform: uppercase;
}
.aboutUs{
	padding: 20px 40px;
	font-size: 13px;
}
.aboutUs ul{
	padding: 0;
	margin: 0 0 15px 0;
	list-style: none;
}
.aboutUs li{
	padding: 0;
	margin: 0 0 5px 10px;
}
.homePage{
	width: 100%;
	text-align:  center;
	padding: 20px;
}
.menus{
	height: 40px;
	background-color: #ff0008;
	text-align: center;
	/* border-top: 1px solid #102658; */
	/* border-bottom: 1px solid #102658; */
}
.menus a{
	padding: 5px 20px;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
}
.menus a:hover{
	text-decoration: underline;
}
.contact{
	/* min-height: 200px; */
	padding: 0 0 0 200px;
}
.contact p{
	font-weight: bold;
	font-size: 14px;
}
.contact a{
	color: #000;
}
.contactplace{
	font-size: 14px;
	color: #102658;
	font-weight: bold;
}
.buscardLanding td{
	text-align: center;
	padding: 2%;
	width: 50%;
}
.buscardLanding h1{
	text-transform: unset;
	margin: 2% 12%;
}