/* LAYOUT STYLES */

#wrapper_top {
	width: 998px;
	background:  url(wrapper_top.png) top no-repeat;
	margin: auto;
	padding-top:8px;

}

#wrapper_bottom {
	width: 998px;
	background:  url(wrapper_bottom.png) bottom no-repeat;
	margin: auto;
	padding-bottom:8px;

}

#wrapper_out {
	width: 998px;
	background:  url(wrapper_out.png) repeat-y ;
	margin: auto;

}
#wrapper {
	
	
	margin-left:9px;
	width: 960px;
	
	padding: 10px;
	background: #fff;

}

#header {
	width: 960px;
	height: 124px;
	display:block;
	
	
	background: url(header.jpg) no-repeat;
	
}

#middle {
	width: 960px;

	display:block;
	background: url(middle_bg.jpg) right repeat-y ;
	
}

#footer {
	width: 960px;
	height: 32px;
	display:block;	
	background: url(footer.jpg) no-repeat;
	
}


#maintable {
	width: 960px;
}

#mainbody {
	
	padding-left: 25px;
	padding-right: 5px;
	display: block;
	overflow:hidden;
	width: 680px;
	height: auto;
	margin:0px;
	

}

#right {
	/*width: 240px;*/
	
	background: url(right_bg.jpg) top right no-repeat;

}


#right_top {
	width: 250px;
	height: 102px;
	display:block;
	background: url(right_top.jpg) top right no-repeat;
	float: right;
	margin-top: 12px;
	text-align: right;	
}

.right_module {
	width: 215px;
	display:block;
	background: url(right_sep.jpg) top right no-repeat;
	float: right;
	margin-top: 2px;
	padding-top:15px;
	padding-left:10px;
	padding-right:10px;	
	clear: both;
}
.right_module_head {
	background:transparent url(right_header.jpg) no-repeat scroll left bottom;
	color:#676767;
	font-family:arial,serif;
	font-size:11px;
	font-weight:bolder;

	margin-bottom:5px;
	padding-bottom:0;
	padding-left:25px !important;
	padding-right:0;

	padding-top:3px;
	height:22px;
	
	text-align:left;
	width:100%;
}


#agregar_contacto {
	background: #9f9f9f;
	
	display: block;
	float: right;
	clear: both;
	
	margin-right: 5px;
	
	color:#fff;	
	font-size:12px;
	font-weight: bold;
	
	height: 23px;
	padding-top:5px;
	width:214px;
	padding-left:22px;
}


#agregar_contacto a {
	color:#fff;	
	font-size:12px;
	font-weight: bold;

}

/*	Fecha	*/
#fecha {
	width:200px;
	height:10px;
	display: block;
	float:left;
	clear: both;
	margin-left:490px;
	text-align: right;
}

/*	Menu	*/
#menu {
	
	float:left;
	display: block;
	margin-top: 80px;
	margin-left: 15px;
	width:825px;
	overflow:hidden;

	height:18px;
	clear: none;
}
#menu ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#menu ul li {
	list-style: none;
	padding-left: 10px;
	padding-right: 10px;
	color: #fff;
	float: left;
	display: block;



	background: url(menu_sep.jpg) no-repeat right;



}

#menu ul li.last {
	background: none;
}

#menu ul li a {
	color: #fff;
	font-family: arial, serif;
	font-size: 11px;
	font-weight: bolder;

}

/*	Buscar	*/
#buscar {

	float:left;
	display: block;
	/*clear: both;*/
	/*margin-left:715px;*/
	margin-left:25px;
	margin-top:5px;

	width:240px;
	height:18px;

}


#buscar input {
	width: 178px;
	height:16px;
	border: 1px solid #6a6a6a;
	font-size: 11px;
}

#buscar_button {

	width: 50px !important;
	height:16px;
	background: #6a6a6a;
	color: #fff;

	font-size: 11px;

	font-family: arial, serif;
	font-size: 11px;
	font-weight: bolder;
}


#buscar input[type=button] {
	width: 50px;
	height:16px;
	background: #6a6a6a;
	color: #fff;

	font-size: 11px;

}

