/*** Clase para AutoScrollContent ***/
#AutoScrollContent {
	position:absolute;
	top:200px;
	left:0px;
	width:140px;
	visibility: visible;
}
/*#AutoScrollContent {
	position:absolute;
	top:200px;
	left:0px;
	width:140px;
	visibility: visible;
}
*/

/* body and scroll-bars styles (works only for IE 5.5+) */
body {
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	/* scroll-bars styles (works only for IE 5.5+) */
	
	scrollbar-face-color : #333333; /* face color */
	scrollbar-highlight-color : #666666; /* left highlight */
	scrollbar-shadow-color : #666666; /* right highlight */
	scrollbar-3dlight-color : #666666; /* left margin*/
	scrollbar-darkshadow-color : #666666; /* right margin */
	scrollbar-arrow-color : #666666; /* arrow color */
	scrollbar-track-color : #000000; /* track color */	
} 
/* table decoration styles */
.lineaGreyTop {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	background-color: #767C82;
	background-image: url(../layout/texture_bkg.jpg);

}

.lineaDotRight {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #495159;
	border-right-color: #495159;
	border-bottom-color: #495159;
	border-left-color: #495159;
}
.lineaDotTop {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #495159;
	border-right-color: #495159;
	border-bottom-color: #495159;
	border-left-color: #495159;
}
.lineaDotBottom {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #495159;
	border-right-color: #495159;
	border-bottom-color: #495159;
	border-left-color: #495159;
}
.tableBox {
	border: 1px solid #666666;
}
/* text styles  */
.txtNoticias {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #FFFFFF;
}
.txtContenidos {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #000000;
}
.txtCopyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 10px;
	color: #999999;
}
.location {
	font-size: 15px;
	line-height: 15px;
	background-color: #999999;
}
.txtMenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #FFFFFF;
	text-decoration: none;
}

.tableColor {
	background-color: #999999;
}
.txtContenidosCabecera {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #FFCC00;
}
a.txtCopyright:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
.txtTituloNoticias {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #FFCC00;
	font-weight: bold;

}
a.txtContenidos:hover {
	color: #006600;
	text-decoration: underline;
}
.spacer {
	font-size: 5px;
	line-height: 5px;
}
.formTextField {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #000000;
	border: 1px solid #333333;
	background-color: #E5E5E5;

}
.nombreMaquina {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: #000000;
}
.nombreMaquinaRojo {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: #CC3300;
}
