body {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	margin-top: 5px;
	background-color: #FFFFFF;
	font-size: 11px;
	color: #000000;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a:hover {
	color: #FF9900;
	text-decoration: none;
}
a:active {
	text-decoration: underline;
}

.TABLA_CONTENEDORA {
	width: 770px;
}
.TABLA_BORDES {
	border: 5px solid #CF4E4E;
	
}
.TABLA_ESPACIOTABLAS {
	height: 25px;
}
.TABLA_ESPACIOLATERAL {
	width: 160px;
	margin-right: 0px;
	padding-right: 0px;
}

.LineaNaranja {
	background-image: url(../Imagenes/Entorno/PixelNaranja.gif);
	background-repeat: repeat-x;
	background-position: left center;
	height: 5px;
}
.LineaPunteadaNaranja {
	background-image: url(../Imagenes/Entorno/PunteadaNaranja.gif);
	background-repeat: repeat-x;
	background-position: left center;
	height: 5px;
}
.LineaPunteadaAzul {
	background-image: url(../Imagenes/Entorno/PunteadaAzul.gif);
	background-repeat: repeat-x;
	background-position: left center;
	height: 5px;
}
.FondoAzulContenido {
	background-color: #F4F8FB;
}
.FondoAzulCabecera {
	background-color: #D5E4EF;
	background-image: url(../Imagenes/Entorno/PunteadaAzul.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	font-size: 16px;font-weight: bold;	color: #000000;
}
.FondoSombra {
	background-color: #FFFFFF;
	background-image: url(../Imagenes/Entorno/Sombra.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 15px;
}
.Titular {font-size: 18px;color: #000000;}
.SubTitular {font-size: 16px;font-weight: bold;	color: #000000;}
.SubTitularMedio {font-size: 14px;font-weight: bold;	color: #000000;}
.TextoContenido {font-size: 12px;font-weight: normal;	color: #000000;}
.TextoContenidoBold {font-size: 12px;font-weight: bold;	color: #000000;}
.TextoDestacado {font-size: 12px;font-weight: normal;	color: #AD2E2E;}
.TextoDestacadoBold {font-size: 12px;font-weight: bold;	color: #AD2E2E;}
.TextoDestacadoBold2 {font-size: 14px;font-weight: bold;color: #AD2E2E;}
.TextoBold {font-weight: bold}
.CajaText {
	background-color: #FFFFFF;
	height: 15px;
	border: 1px solid #9E9E9E;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	float:left;
	padding:3px;
}
.Desactivado {
	color: #CCCCCC;
	font-size: 11px;
}
