/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 12px;
	line-height: 20px;
	font-family: "TradeGothic LT Extended", Verdana, sans-serif;
	color: #666666;
	background: #fff;
}

body.section-Home #menu, body.section-Home #footer {
}
body.section-Home #footer {
	display:none;
}
body.section-Home #content {
	margin: 0 0 0 22px;
}
#wrap {
	width: 800px;
	margin: 0 auto;
}

a:link { text-decoration: none; color: #003366;}
a:active { text-decoration: none; color: #003366;}
a:visited { text-decoration: none; color: #003366; }
a:hover { text-decoration: underline; color: #003366;}

a img { border: none; }

#menu {
	font-size: "TradeGothic LT BoldExtended";
	font-weight: bold;
    width: 850px;
    overflow: auto;
    height: 86px;
	background-color: white;
	padding: 28px 0 0 28px;
	font-size: 12px;
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
	height: 20px;
}

#menu ul li {
	float: left;
	margin-right: 50px;
	height: 20px;
}

#menu ul li.section-title { }

#content {
    margin: 0 0 0 148px;
	width: 590px;
}

.container {
    padding: 0;
}

#content p { width: 580px; margin-bottom: 15px; }

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 580px; margin: 0; padding: 0 0 0px 0; }
#img-container a.thickbox {
	display: block;
	width: 100px;
	height: 100px;
	overflow: hidden;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
#img-container a.thickbox img {
	*width: 100px;
	*height: 100px;
}

#once { clear: left; }

#footer {
	margin-top: 20px;
	margin-left: 148px;
	padding-left: 0px;
	clear: left;
	font-size: 10px;
}

body.section-CONTACT #content {
	margin-top: 100px;
	margin-bottom: 50px;
	text-align: left;
	font-size: 18px;
}

body #content .imagen {
	float: left;
}

body #content .texto {
	margin-left: 195px;
	margin-bottom: 50px;
}
body #content .texto p {
	width: 385px;
}

body.section-CONTACT #content a:hover {
	text-decoration: none;
}
.mlft {
	margin-left: 38px;
}
