/* CSS Document */

BODY {
	background-color: #4D71A8;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	 }
	 
.texto {
	font-family: Arial;
	color: #FFFFFF;
	font-size: 14px;
	text-align:justify;
	}
	
.TDtitulo {
	background-image: url(../images/bgcelt.png);
	font-family: Arial;
	color: #CCFFCC;
	font-size: 22px;
	font-weight: bold;
	padding-left: 15px;
	word-spacing: inherit;
	}
	
.TDstitulo {
	background-image: url(../images/bgcelst.png);
	font-family: Arial, Helvetica, sans-serif;
	color: #003366;
	font-size: 16px;
	font-weight: bold;
	padding-left: 25px;
	}
	
.textonaranja { 
	color: #FF9900;
	font-weight: bold;
	}
.textoverde {
	color: #66CC33;
	font-weight: bold;
	}
	
	
