/* CSS generales */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial;
	font-size: 10px;
	color: #333333;
	overflow-x:hidden;
}
input {
	font-size: 11px;
	color: #666666;
	border: 1px solid #999999;
}
.turqueza {
	font-weight: bold;
	color: #009999;
}
.fucsia {
	font-weight: bold;
	color: #D93471;
}
.verde {
	font-weight: bold;
	color: #ACAC4B;
}
.negro {
	font-weight: bold;
	color: #000000;
}
a:link {
	color: #207170;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	font-weight: bold;
	color: #333333;
}
a:visited {
	color: #999999;
	text-decoration: underline;
}
.blanco {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
.lineas {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
select {
	font-size: 11px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	color: #666666;
}
.campo {
	font-family: Arial;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #999999;
}
table {
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
}
.downtit {
	font-size: 11px;
	font-weight: bold;
	color: #D93471;
}
.rojo {
	font-weight: bold;
	color: #CC0000;
}
.verdeosc {
	font-weight: bold;
	color: #458912;
}
.azul {
	font-weight: bold;
	color: #396BC5;
}
.amarillo {
	font-weight: bold;
	color: #FFCC00;
}
.violeta {
	font-weight: bold;
	color: #BF2DC6;
}
#Table_01 #logueo .blanco a {
	font-size: 10px;
	color: #CCCC67;
}
#Table_01 #logueo {
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}
.AlternatingItem {
	background-color: #A2FCFC;
}