/* CSS by Santiago Méndez (Deja Vu Studio) */
body { 
	background-color: #F4F4F4;
	background-image: url("images/bg_line_diag.gif");
	color: black;
	font-family: Trebuchet MS, Helvetica, Verdana, sans-serif;
    font-size: 13px;
	margin-top: 0px;
	}
h1 {
font-size:  20px;
text-transform: uppercase;
}
h2 {
font-size:  18px;
font-weight: normal;
margin-top: 0px;
margin-bottom: 0px;
}
h3 {
font-size: 18px;
font-weight: normal;
}
    a:link {
        color: black;
    }
    a:visited {
        color: black;
    }
    a:hover {
        color: #EB1B23!important;
        }
    a.menu {
	text-align: center;
	text-decoration: none;
    text-transform: uppercase;
    font-size: 28px;
    color: black;
    }


div.boundaries {
margin-top: 3px;
margin-left: auto;
margin-right: auto;
}
div#lang {
margin-left: auto;
width: 50px;
background-color: #CACACA;
}
div.box {
position: fixed;
background-color: white;
width: 968px;
height: 577px;
top: 50%;
left: 50%;
margin-top: -288.5px; /*set to a negative number 1/2 of your height*/
margin-left: -484px; /*set to a negative number 1/2 of your width*/
border-style: solid;
border-color: black;
border-width: 3px;
}
 div#logo {
 	position: relative;
 	margin-top: 0px;
 	background-color: white;
 	width: 300px;
 	height: 300px;
 	border-right-style: solid;
 	border-right-color: black;
 	border-right-width: 3px;
 	border-bottom-style: solid;
 	border-bottom-color: black;
 	border-bottom-width: 3px;
 }
 div#language {
    margin-right: 0px;
    font-size: 12px;
    color: black;
    text-align: center;
 }
 div#tagline {
    position: absolute;
    background-color: #FEFAA0;
    font-size: 20px;
    text-transform: uppercase;  
    text-align: center;
    width: 290px;
    max-height: 90px;
    left: 53%;
    top: 3%;
    border-style: solid;
    border-color: black;
    border-radius: 10px;
    border-width: 3px; 

 }
 div#contact {
    position: relative;
    background-color: #FEFAA0;
    font-size: 18px;
    text-align: center;
    top: -75%;
    width: 350px;
    padding: 25px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    border-style: solid;
    border-color: black;
    border-radius: 10px;
    border-width: 3px; 
 } 
 div#nav {
 	position: relative;
 	margin-top: 0px;
 	 	text-align: center;
 	background-color: white;
 	width: 300px;
 	height: 274px;
 	line-height: 274px;
 	border-right-style: solid;
 	border-right-color: black;
 	border-right-width: 3px;
 }
 span#nav_menu {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
 }
 div#content {
 	position: relative;
    width: 665px;
    height: 577px;
    margin-top: 0px;
 	left: 303px;
    top: -304px;
 }
div#text_box {
    width: 665px;
    height: 577px;
    
}
div#text_content {
    margin-right: auto;
    margin-left: auto;
    width: 600px;
    height: 577px;
}
