/* GENERAL DEFINITIONS STARTS */
* {
	margin: 0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
}
body {
	background: url(../images/defaults/backgroud.jpg) repeat-x top;
}
img {
	vertical-align:bottom;
	border: none;
}
.clear {
	clear: both;
}
h1{
	font-size:21px;
	font-family: "Trebuchet MS",Arial, Helvetica, sans-serif ;
	color:#EB3D12;
	padding:10px 0 15px;
	font-weight:100;
	line-height:20px; 
}
h2{
	font-size:16px; 
	font-weight:100;
	color:#666666;	
}
h3{ 
	font-size:40px;
	color:#FFFFFF; 
	padding:0; 
	font-weight:100;
	font-family: "Trebuchet MS",Arial, Helvetica, sans-serif ;
}
h4 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
h1 span{ font-size:14px;}
p{
	color:#666666;
	font-size:12px;
	line-height:16px;
	padding:8px 0;
}
a{ 
	text-decoration: underline; 
	color:#F35B11;
}
a:hover{ 
	text-decoration: underline; 
	color:#00386C;
}
.left{ float:left}
.right{ float:right}
/* GENERAL DEFINITIONS ENDS */

/* TOP STARTS */
#Top {
	margin: 0 auto;
	width:900px;
	background:url(../images/defaults/top_background.jpg) no-repeat top left;
	height:131px;
	padding:5px 20px 0 0;
}
#Top #Logo{
	float:left;
}
#Menu{
	list-style:none; 
	float:right; 
	font-size:12px;
	width:415px;
	z-index:100;
	position:relative;
	clear: right;
}
#Menu li{ 
	float:left; 
	position: relative;
}
#Menu li a{ 
	color:#999999; 
	height:24px; 
	padding:0 5px;
	display:block;
	float:left;
	text-decoration:none;
}
#Menu li a:hover, #Menu li.hover a, #Menu li.selected a{ 
	color:#FFFFFF; 
	background: url(../images/defaults/menu_background.gif) no-repeat center top; 
}
#Menu li a.select{ color:#EB3D12}
#Menu li a.select:hover{ color:#FFF}

#Menu  li ul.subnav {
	list-style: none;
	position: absolute;
	left:-50%; 
	top: 24px;
	background:#EFEFEF;
	display: none;
	padding:10px;
	z-index:1050;
	width: 125px;
}
#Menu  li ul.subnav li{
	clear: both;
	width: 125px;
	font-size:11px;
	padding:4px 0;
	float: left;
}
#Menu  li ul.subnav li a {
	float: left;
	clear: both;
	color:#00386C;
	padding:0 0 0 7px;
	display:block;
	width:115px;
	background:url(../images/defaults/bullet_blue.gif) no-repeat 0 5px;
	height:auto;
}
#Menu  li ul.subnav li a:hover {
	color:#EB3D12;
	background:url(../images/defaults/bullet_orange.gif) no-repeat 0 5px;
}

#search-box{ 
	border:0; 
	float:right;
	width:180px;
	padding:50px 0 15px 0;
}
#search-box fieldset{
	border:0;
}
input#btnSearch{
	height:19px;
	width:49px;
	background:url(../images/defaults/search_submit.gif) no-repeat;
	line-height:19px;
	color:#FFFFFF;
	float:left; 
	margin-left:5px;
	border:0;
	cursor:pointer;
}
input#btnSearch:hover{ color:#CCCCCC}
input#txtSearch{
	height:19px;
	background:url(../images/defaults/search_box.gif) no-repeat;
	width:101px;
	padding:3px 0 0 20px;
	float:left;
	border:0;
	color:#666666;
	font-size:11px;
}
/* TOP ENDS */

/* MAIN PAGE STARTS */
#PageContent {
	margin: 0 auto;
	width: 895px;
	padding:0 5px 0 20px;
}

/* MAIN PAGE ENDS */


/* FOOTER STARTS */
#Footer {
	margin: 0 auto;
	width: 850px;
	background:url(../images/defaults/footer_background.jpg) center top no-repeat;
	height:60px;
	text-align:center;
	position:relative;
	padding:20px 0 0 20px;
}
#Footer p{
	font-size:11PX;
	color:#666;
	
}
#Footer img{position:absolute; left:0; top:-23px;}
/* FOOTER ENDS*/

/*Formulario*/

div.box{
	padding:10px;
	color:#666666;
	font-size:12px;
	line-height:16px;

}

div.box label{
	display:block;
	margin-top:2px;
	color:#555555;
}

div.box .error {
        color:#FF0000;
}
div.box input {
width: 300px;
}


div.box select{
	width: 150px;
	margin-bottom: 5px;
	}
	
a.image_thumb {
	display: block;
	height: 100px;
}	
