body {
	background: #3D4552 url(../images/bg_page.jpg) repeat-x fixed;
	color: #000;
	/*font-weight: bold;*/
	margin: 0;
	margin-top: 5px;
	/*height: 100%; needed for container min-height */
	font-family: "Trebuchet MS", arial, helvetica, sans-serif;
	font-size: 12px;
}
a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #888;
	text-decoration: underline;
}
img {
	border: none 0px;
}
img.left {
	float: left;
}
img.right {
	float: right;
}
img.left_spaced {
	float: left;
	padding: 4px;
}
img.right_spaced {
	float: right;
	padding: 4px;
}
#menu ul {
	width: 120px;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#menu ul li {
	width: 60px;
}

ul {
	padding: 0 0 0 10px;
	margin: 0;
}
#content ul {
	padding: 0 0 0 20px;
	margin: 0;
}
br {
	clear: left
}
div.wrapper {
	/*margin-bottom: 30%;*/
}
/*------------LAYOUT------------*/
#container {
	position: relative;
	width: 760px;
	margin: 0 auto;
	background: #FFF;
	height: auto !important;/* real browsers */
	height: 100%;/* IE6: treaded as min-height*/
	min-height: 100%;/* real browsers */
	/*background: url("../images/bg_main.gif") repeat-y left;*/
	}
#header {
	position: relative;
	width: 750px;
	height: 122px;
	background: #FFF url("../images/bg_top.jpg") no-repeat;
	float: none;
	position: relative;
	color: #000;
}

#logo {
	position: absolute;
	top: 10px;
	right: 20px;
	float: right;
	z-index:10;
	text-align:center;
	}
#menu {
}
#contentContainer {
	position: relative;
	width: 100%;
	height:100%;
	min-height: 300px;
	float: left;
	clear:none;
}
#head_title {
	width: auto;
	margin: 0;
	text-align: left;
/*	background:#FFF;*/
}
#content {
	width:50%;
	min-height: 300px;
	padding: 0px 10px 10px 25px;
	float: left;
}
#ticker {
	float: left;
	width: 40%;
	clear:both;
	text-align:center;
}
#banners{
text-align:center;
float: none;
font-weight:normal;

}
/*-------visuals------*/
.text_block {
width:100%;
	font: normal 12px "segoe ui", arial, helvetica, sans-serif;
	float: left;
	text-align: left;
	margin: 0px;
	min-height:300px;
	color: #033;
	background:#FFF;
}
.text_block_quote {
	font: normal 12px "segoe ui", arial, helvetica, sans-serif;
	float: left;
	text-align: justify;
	margin: 10px 0px;
	color: #333;
}
.noresult{
position:absolute;
text-align: center;
width:100%;
height: 100%;
color:#FFF;
font-weight:bold;
}
/*------------FONTS---------------*/
#ticker a {
	color: #803;
	font-weight: bold;
	text-decoration: none;
}
#ticker a:hover {
	color: #C03;
	font-weight: bold;
	text-decoration: none;
}
#clientes p{
padding:10px 6px;
margin:10px;
border:1px solid #EAEAEA;
}
.fecha {
	width: 100%;
	color: #C03;
	float: left;
	clear: both;
	font-weight: bold;
	font-size: 10px;
}
.itemlista{
font-weight:bold;
color:#C00;

}
.textl{
text-align:left;
}
.textr{
text-align:right;
}
/*------------FORMS--------------*/
.deftxtfield, .deftxtarea{
border:1px solid #CCC;
}

.inv{
font-weight:bold;
color:#008;
border:none ;
background:#FFF;
}
/*---------------Extras--------------*/
#footer {
	width: 100%;
	height: 68px;
	background: #006699 url("../images/bg_bottom.gif") no-repeat center top;
	clear: both;
	
}
#footer p {
	text-align: center;
	padding: 40px 0 10px 0;
	font-family: "segoe ui", arial, helvetica, sans-serif;
	font-size: 12px;
	color:GhostWhite;
}
#footer a {
	color: #AAA;
	font-weight: bold;
	text-decoration: none;
}
#footer a:hover {
	color: #555;
	text-decoration: none;
}
/*----------OTHER --------------*/
/*hover*/
.butt {
	display: inline;
}
.butt a {
	top: 0;
	left: 0;
}
.butt a:hover {
	position: relative;
	left: 1px;
	top: 1px;
}
