body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #f7f1e5 url(../images/bg.gif) repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

/* FONTS */
h2 {
	font-size:16px;
	font-weight:normal;
	padding: 0 0 6px 0;
	margin: 0;
}
p {
	font-size:12px;
	padding: 0;
	margin: 0;
}
li {
	font-size:12px;
	padding: 0;
	margin: 0;
}
.bigger {
	font-size:16px;
	font-weight:bold;
}
small {
	font-size:10px;
}
/* END FONTS */

/* ONLY FOR THE HOME PAGE */
.padtheh2 {
	padding: 0 0 6px 6px;
}
.padthetextbelowphotos {
	padding: 8px 10px 0 10px;
}
.padtheulbelowphotos {
	padding: 8px 10px 0 30px;
	margin-top:8px;
}
/* END ONLY FOR THE HOME PAGE */

.oneColFixCtr #container {
	width: 1089px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: transparent;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #header {
	height:362px; width:1078px;
	background: transparent url(../images/header.jpg) no-repeat;
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColFixCtr #logo {
	padding: 14px 0 0 90px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width:200px;
	float:left;
}

/* NAVIGATION */
.oneColFixCtr #navcontainer {
	padding:25px 0 0 516px;
	color: #100f3c;
}
.oneColFixCtr #navcontainer p {
	color: #100f3c;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	margin:0;
	padding:0;
}
.oneColFixCtr #navcontainer a {
	color: #100f3c;
	text-decoration:none;
}
.oneColFixCtr #navcontainer a:hover {
	color: #dc9e27;
	text-decoration:none;
}

/* MAIN */
.oneColFixCtr #mainContent {
	padding: 0 0 0 70px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColFixCtr #columnas {
	background: transparent url(../images/columnasBG.gif) no-repeat bottom;
	width:949px;
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColFixCtr #columnasInside {
	background: transparent url(../images/columnasBG2.gif) no-repeat bottom;
	width:929px;
	padding: 0 10px 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

/* FOOTER */
.oneColFixCtr #footer {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin:0;
	background: transparent;
	height:146px;
}
.oneColFixCtr #footercontent {
	padding: 30px 0 0 70px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:fff;
}x

