@font-face {
    font-family: 'AovelSansRegular';
    src: url('asansreg-webfont.eot');
    src: url('asansreg-webfont.eot?#iefix') format('embedded-opentype'),
         url('asansreg-webfont.woff') format('woff'),
         url('asansreg-webfont.ttf') format('truetype'),
         url('asansreg-webfont.svg#AovelSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

* {
	margin:0;
	padding:0;
}

body, html {
	height:100%;
}

body {
	background:#646464;
	position:relative;
	min-height:1200px;
	min-width:900px;
}

#ludim_layout { 
	position:absolute;
	top:50%;
	left:50%;
	margin:-600px 0 0 -800px;
	background:url(../img/ludim-juarez-bg.jpg) top left no-repeat;
	width:1600px;
	height:1200px;
}

#inner { 
	width:100%;
	height:100%;
	position:relative;
}

#home_content {
	position:absolute;
	width:595px;
	/*height:410px;*/
	top:222px;
	right:175px;
	text-align:center;
}

#copyright {
	color:#FFFFFF;
	font-family:Cambria, Times New Roman;
	font-size:14px;
	text-align:center;
	margin-top:10px;
}

#home_bg {
	background: url(../img/opaque-gray-bg-tile.png) top left;
}

#inner_home {
	width:533px;
	margin:0 auto;
	text-align:left;
}

#name {
	margin:22px 0 35px 0;
}

#slogan {
	font-size:23px;
	line-height:23px;
	font-family: 'AovelSansRegular', Arial;
	text-transform: uppercase;
	letter-spacing:2px;
	padding:20px 0;
	border-top:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
	color:#FFFFFF;
	text-align:justify;
}

#home_text {
	font-size:19px;
	line-height:26px;
	font-family: 'AovelSansRegular', Arial;
	letter-spacing:1px;
	text-align:justify;
	color:#FFFFFF;
	margin:25px 0 0 0;
}

#nav {
	list-style-type:none;
	margin-top:25px;
}

#nav li {
	list-style-type:none;
	display:block;
	float: left;
}

#nav li a {
	display:inline-block;
	width:118px;
	margin-left:16px;
	margin-bottom:25px;
	background: url(../img/opaque-brown-bg-tile.png) top left;
	padding:19px 0;
	font-size:16px;
	line-height:16px;
	text-transform:uppercase;
	color:#FFFFFF;
	letter-spacing:1px;
	font-family: Calibri, Arial;
	text-decoration:none;
	text-align:center;
}

#nav li a:hover {
	color:#999999;
}

#nav li:first-child a {
	margin-left:0px;
}

.clear {
	clear:both;
}

.modal { 
	max-width:900px;
}

.modal h1,
.modal h2,
.modal h3,
.modal p {
	padding:6px;
	line-height:125%;
}
