
/************************************************ DIVS ************************************************************/

#docs{
	width:100%;
	text-align:center;
	margin:0px;
	padding:0px;
}
/* CABEZAL */
#hd{ 
	background-color:#4E3606;
	width:100%;
	height:50px;
}
#hd ul{
	width:980px;	
	height:47px;
	padding-top:11px;
	left:50%;
	margin:0 auto 0 auto;
	text-align:left;
	/*margin:0 auto 0 auto;*/
}
#hd ul li{
	display:inline;	
	height:30px;
	margin-right:10px;
}
#hd ul li a:link,
#hd ul li a:visited,
#hd ul li a.selected{
	font-weight:bold;
	font-size:14px;
	display:inline-block;
	width:auto;
	height:30px;
	line-height:30px;
	color:#FFF;
	padding:0 5px;
}
#hd ul li a:hover,
#hd ul li a:active,
#hd ul li a.selected{ 
	background-color:#E8A629;
	text-decoration:none;
}
/* FOOTER */
#footer{ width:100%; text-align:center; float:left; clear:both; margin-bottom:10px; min-height:87px;}
/* BODY */
.content{
	width:980px;
	margin:0 auto 0 auto;
	padding:0px;
	text-align:left;
	clear:both;
}
.content h1 { margin-top:10px;}
.content h1 span{
	display:none;	
}
.content h1 a{ 
	text-decoration:none;	
}
.main_content{
	width:650px;
	float:left;
	position:relative;
	overflow:hidden;
	/*padding:0 0px 15px 0;*/
	padding-right:10px;

}
.nav_col{
	width:320px;
	float:left;
	position:relative;
	overflow:hidden;
	/*padding-bottom:15px;*/
}
/* MIDDLE CONTENT */
#middle_content{
	width:100%;
	background-color:#E6E6E6;
	float:left;
	clear:both;
	padding:15px 0px;
	margin-bottom:15px;
}
.align_right{
	float:right!important;	
}
.row{
	width:100%;
	clear:both;	
}
/* BUTTONS */
.button{
	height:24px;
	width:auto;
	float:right;
	cursor:pointer;
}
.button img{
	border:0px;
	float:left;
	width:10px;
}
.button p{
	background:url(../img/btn/boton_bg.gif) repeat-x center;
	height:24px;
	float:left;
	line-height:24px;
	font-size:10px!important;
	color:#FFF; 
	font-weight:bold;
	text-align:center;
	width:auto;
	padding:0 5px;
	margin:0px;
}
p.error{
	float:left;
	display:inline;
	color:#9C0C2D;
	font-size:12px;
	font-weight:bold;
}
.box .column.last p.error{
	margin:15px 0 0 0;
}

/************************************************ GENERIC ************************************************************/

body{ 
	background:url(../img/bg/bg.jpg) repeat center top;
	background-color:#E9DCC9;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	text-align:left;
	margin:0px;
	padding:0px;
}
a:link,
a:visited{
	border:0px;
	color:#4E3606;
	text-decoration:none;
}
a:hover,
a:active{
	color:#4E3606;
	text-decoration:underline;
}
ul{
	margin:0px;
	padding:0px;
}
li{ 
	list-style-type:none;
	margin:0px;
	padding:0px;	
}
h1,h2,h3,h4,h5,h6,p{
	margin:0px;
	padding:0px;
	color:#504335;
	line-height:100%;
}
h2{ 
	font-size:56px;
	margin-bottom:12px;
}
h3{ 
	font-size:36px;	
	clear:both;
	margin-bottom:5px;
}
h4{ 
	font-size:32px;		
}
h5{
	font-size:28px;	
	margin-bottom:5px;
}
h6{
	font-size:22px;
}
/********************************* FORMS **************************************************/
form{
	margin:0px;
	padding:0px;
	width:282px;
	float:left;
}
.inputs { 
	background:url(../img/bg/input.gif) no-repeat center;
	width:131px;
	height:20px;
	padding:3px;
	text-align:left;
	float:left;
}
.inputs.first-input{
	margin-right:8px;
	_margin-right:4px;
}
.inputs input{
	width:129px;
	height:18px;
	margin:0;
	padding:0;
	font-size:11px; 
	font-style:italic;
	color:#808080;
	border:1px solid #FFF;
	float:left;
	background-color:#FFF;
}
.textarea{
	background:url(../img/bg/textarea.gif) no-repeat center;
	width:276px;
	height:102px;
	padding:3px;
	text-align:left;	
	float:left;
}
.textarea textarea{
	width:267px;
	height:93px;
	margin:0;
	padding:3px;
	font-size:11px; 
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
	color:#808080;
	border:1px solid #FFF;
	float:left;
	background-color:#FFF;
}
.select{
	clear:both;	
	margin:15px 0 10px 0;
}
.select_input{
	background:url(../img/bg/select.gif) no-repeat center;
	width:218px;
	height:26px;
	padding:3px 6px;
	text-align:left;	
	float:left;
	margin-right:3px;
}
.select_input input{
	width:218px;
	height:20px;
	line-height:26px;
	margin:3px 0;
	color:#333333;
	font-size:11px;
	border:0px;
	background-color:#FFF;
	float:left;
}
.select img{
	width:38px;
	height:32px;
	float:left;
	border:0px;
}


/*************************************************** POP UPS  *************************************************************/

#overlay{
	width: 100%;
	height: 100%;
	background-color:#000000;
	filter: alpha(opacity=70); 
	opacity: .7;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1000;
	overflow:auto;
}

.divPopup{
	padding:10px;
	z-index:10000;
	position:absolute;
}

.flash-haiti{ margin-bottom:20px;}