body,  h1 {
	background-color: #FFFFFF;
	font-family: Verdana, Tahoma, Georgia, "Courier New", "Arial Black", "Times New Roman";
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	margin: 0px;
}
a {
	font-family: Verdana, Tahoma, Georgia, "Courier New", "Arial Black", "Times New Roman";
	font-size: 11px;
	font-weight: normal;
	color: #fa6300;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a.link_red {
	font-family: Verdana, Tahoma, Georgia, "Courier New", "Arial Black", "Times New Roman";
	font-size: 11px;
	font-weight: normal;
	color: #fa6300;
	text-decoration: none;
}
a.link_red:hover {
	text-decoration: underline;
}
.image-float {
	border: 1px solid #ababab;
	float: right;
	margin-top: 0px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
}
#logotipo {
	background-image: url(/images/logo_background.png);
	background-repeat: repeat-x;
	font-family: Verdana, Tahoma, Georgia, "Courier New", "Arial Black", "Times New Roman";
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	font-weight: normal;
	vertical-align: middle;
	padding-top: 5px;
	padding-bottom: 5px;
}
#banner {
	background-color: #E2E2E2;
	background-image: url(/images/logo_dropshadow.png);
	background-repeat: repeat-x;
	background-position: top;
}
#footer {
	font-family: Verdana, Tahoma, Georgia, "Courier New", "Arial Black", "Times New Roman";
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	background-color: #E2E2E2;
}
#center_1_area {
	font-family: Verdana, Tahoma, Georgia, "Courier New", "Arial Black", "Times New Roman";
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding: 25px;
}
#left_area  #news  {
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#left_area #login_box {
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
a.news_title {
	font-family: Verdana, Tahoma, Georgia, "Courier New", "Arial Black", "Times New Roman";
	font-size: 11px;
	font-weight: bold;
	color: #fa6300;
	text-decoration: none;
}

a.news_title:hover {
	text-decoration: underline;
}

#left_area #newsletter {
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

#right_area {
	font-family: Verdana, Tahoma, Georgia, "Courier New", "Arial Black", "Times New Roman";
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	padding: 10px;
}
#titulo {
	font-family: Verdana, Tahoma, Georgia, "Courier New", "Arial Black", "Times New Roman";
	font-size: 20px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}

#clear {
	clear: both;
}

#shadow {
	background-image: url(/images/logo_dropshadow.png);
	background-repeat: repeat-x;
}

#homePageNews {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.input-text {
	font-family: Tahoma, Verdana, Courier, Arial, "Times New Roman";
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	border: 1px solid #585858;
	padding-left: 3px;
	height: 17px;
}
/***********************

CHROME STYLE CSS

***********************/
.chromestyle{
width: 887px;
height: 23px;
font-weight: bold;
background-color: white;

}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
/* border: 1px solid #BBB; */
width: 100%;
height: 23px;
/* background: url(/images/chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/ 
padding: 4px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #494949;
padding: 2px 18px;
margin: 0;
height: 23px;
text-decoration: none;
border-right: 1px solid #DADADA;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/

}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	border: 1px solid #BBB; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	line-height:18px;
	z-index:100;
	background-color: white;
	width: 150px;
	visibility: hidden;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);
	font-family: Tahoma;
	font-size: 9px;
	font-style: normal;
	text-align: left;
	margin-top: 5px;
}

.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
}

h2 {
	font-size: 13px;
	color: #fa6300;
}

h3 {
	font-size: 11px;
	color: #fa6300;
}


