body {
	background: #111111;
	font-size:12px;
	font-family: arial, helvetica, sans-serif;
	color:#000000;
	/*margin-top:0px;*/
	color:#cccccc;
}

div, td {
	font-size:12px;
	font-family: arial, helvetica, sans-serif;
	color:#cccccc;
}

h1{
	font-size:18px;
	font-family: arial, helvetica, sans-serif;
	margin-bottom:5px;
	margin-top:0px;
}

h2{
	font-size:16px;
	font-family: arial, helvetica, sans-serif;
	margin-top:0px;
	margin-bottom:0px;
	color:#ffffff;
}

h3, h4{
	font-size:14px;
	font-family: arial, helvetica, sans-serif;
	margin-top:0px;
	margin-bottom:0px;
	color:#FFFFFF;
	font-style : italic;
}

h4{
	font-size:14px;
	font-family: arial, helvetica, sans-serif;
	margin-top:0px;
	margin-bottom:0px;
}

hr{
	border:1px solid #6a6a6a; 
	width:100%; 
	height:1px;
}

select {
	font-size:12px;
	font-family: arial, helvetica, sans-serif;
}

/* ############################## 
		CLASES
###############################*/

.ob {
	color: #9e1131;
	font-weight: bold;
}

.SelectProducts {
	width:137px; 
	height:19px; 
	font-size:11px; 
	border: 1px solid #575757; 
	background-color:#ffffff;
}

.input {
	font-size:12px;
	font-family: arial, helvetica, sans-serif;
	width:200px;
}


.menuDesplegableDiv {
	position: absolute; 
	display: none;
	background-color: #404040;
	top: 33px;
	left:321px;
	width:156px;
	background-repeat : repeat-x;
	border-left : Black solid 1px;
	border-right : Black solid 1px;
	border-bottom : Black solid 1px;
}


/* ############################## 
		ID's
###############################*/

#m1{
	z-index : 5000;
}

#contenido {
	/*margin-top:0px;*/
	position: absolute;
	width: 917px;
	left: 50%;
	margin-left: -458px;
}

#EndUser {
	width: 917px;
	text-align: center;
	color: #888888;
}

#logo {
	width:170px;
	height:120px;
	text-align:center;
	float:left;
}

#bannerTop {
	width:600px;
	height:120px;
	float:left;
}

#searchTop {
	width:144px;
	height:120px;
	float:left;
}

#CriterioBusca {
	width:100px; 
	height:12px; 
	font-size:11px; 
	border-top: none; 
	border-bottom: none; 
	border-left: none; 
	border-right: none; 
	background-color:#b2b2b2;
}


#SelectBusca {
	width:138px; 
	height:19px; 
	font-size:11px; 
	border: 1px solid #575757; 
	background-color:#ffffff;
}
#menuH{
	width:738px;
	background-image:url(menu_back.gif);
	height:32px;
	float:left;
	margin-left:1px;
}

#colMenu {
	width:169px;
	float: left;
	text-align:center;
}

#contenido2{
	margin-top:5px; 
	background: url(fondo_cont.gif); 
	min-height: 350px;
	float:left
}

#colCont {
	margin-left:1px;
	width:747px;
	float: left;
	margin-top:5px;
}

#colCont2 {
	/*no usar padding por que genera error en las pop de DHTML.*/
	width:707px;
	height:100%;
 	margin-top: 6px;
	margin-left: 18px;
}

#titulo{
	border-bottom: 1px solid #292929;
	width:100%;
	float:left;
	padding-bottom: 5px;
	
}


#msgBoxMarco{
	background-color:#212121;
}
#msgBoxTitulo{
	text-align: left;
	padding:5px;
	color : #7c7c7c;
	font-size:14px;
	font-weight:bold;
	float:left;
	width:100%;
}
#msgBoxGrafico{
	float: left; 
	width: 37px; 
	text-align: center;
	margin-top:3px;
	Margin-left:10px;
}
#msgBoxTexto {
	float: left; 
	Margin-left:10px;
	text-align: left; 
	margin-top:3px;
}

#ajaxwait,#ajaxwait2  {
	z-index:10;
	position:absolute;
	width:90px;
	height:100px;
	top:50%;
	left:50%;
	margin-left:-45px;
	margin-top:-50px;
	background-color:#111111;
	border:1px solid #eeeeee;
	display:none;
}

A, A:LINK, A:VISITED, A:ACTIVE, A:FOCUS {
	color : #FFFFFF;
	text-decoration:none;
	border:none;
	
}

a:HOVER {
	color: #7c7c7c;
		text-decoration:none;
}


A.eula, A.eula:LINK, A.eula:VISITED, A.eula:ACTIVE, A.eula:HOVER, A.eula:FOCUS {
	color:#888888;
	text-decoration: none;
	border:none;
}

.resaltado1 {
	color:#ffffff;
}
.resaltado2 {
	color: #ffffff;
	font-weight : bold;
}


.resaltado3 {
	color:#ba1138;
}
.resaltado4 {
	color: #ba1138;
	font-weight : bold;
}





