body  {
	font: 12pt Verdana, Arial, Helvetica, sans-serif;
	margin: 0; 
	padding: 10px 0 0 0;
	text-align: center; 
	color: #000000;
	background-color: #91b7e5;
	background-image: url(img/bg.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

p {
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 130%;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17pt;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
}

.zoompic  {border: 1px solid #FFF;}

#navbox {padding:0 0 0 1em; margin:0;}

#navbox li { list-style:none; margin:0; padding:0 0 5px 0;}

.twoColHybLtHdr #container {	
	width: 945px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #E3DDCA;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
} 
.twoColHybLtHdr #header {
	background-color: #21385F;
	background-image: url(img/titletop.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	height: 120px;
} 


.twoColHybLtHdr #sidebar1 {
	float: left;
	width: 175px; /* top and bottom padding create visual space within this div  */
	background-color: #21395F; /*#6092d7; */
	padding-top: 1em;
	padding-right: 0;
	height: 500px;
}

.twoColHybLtHdr #mainContent { 
	float:left;
	border: 0px solid red;
	padding-left: 1em;
	padding-top:1em;
	width:735px;
	
	
} 


/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat {
	clear:both;
    height:0; 
    font-size: 1px;
    line-height: 0px;
}

a.link				{font-size: 11pt; text-decoration: underline;}
a.link:link			{color: #FF6600; }
a.link:visited		{color: #FF6600; }
a.link:hover		{color: #CC0000; text-decoration: none;}

a:link {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #FFDF00;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
}


/* FOOTER */

.twoColHybLtHdr #footer {
	background-color: #C5B585;
	font-family: Verdana, arial, sans-serif;
	font-size: 10px;
	color: #333;
	text-align:right;
	height:60px;
	
} 

.footer_extra {
	padding: 1.2em 1em 0 0;

}


a.logistica				{font-size: 9px; font-weight: normal; color: #333; font-family: Verdana, arial, sans-serif; text-decoration: none;}
a.logistica:link		{color: #333;}
a.logistica:visited		{color: #333;}
a.logistica:hover		{color: #000000; text-decoration: underline; font-weight: normal; font-family: Verdana, arial, sans-serif; }