body {
	color: #000;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background: White;
	margin-top: 8px;
	margin-bottom: 8px;
}

a {
	color: #009900;
	text-decoration: none;
}

a:hover, a.active {
	color: #000;
}

a.active {
	font-weight: bold;
}

br, ul, td {
	margin: 0;
	padding: 0;
}

h1 {
	font-family: Verdana;
	color: #009900;
	font-size: 18px;
	font-weight: bold;
	margin: 0px;
}

/* Form tags */

textarea {
	width: 300px; 
	height: 130px; 
	font-family: Arial, Tahoma, Verdana, Helvetica;
	font-size: 8pt;
	border: 1px solid #484848; 
	padding: 3px;
	color: #000;
	background-color:	#FFFFFF;
}

select {
	width: 160px; 
	font-family: Arial, Verdana, Tahoma, Helvetica;
	font-size: 8pt;
	border: 1px solid #484848; 
	padding: 3px;
	color: #000;
	background-color:	#FFFFFF;
}

input.text {
	color: #000;
	font-family: Arial, Verdana, Tahoma, Helvetica;
	font-size: 8pt;
	border: 1px solid #BBB; 
	padding: 2px;
	width: 154px;
	background: #FFFFFF; 
	margin-top: 1px;
	margin-bottom: 1px;
} 

input.button {	
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000;
	background: #F9F9F9;
	font-weight: normal;
	padding: 3px;	
	height: 24px;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;	
	margin: 0px;
}

/******************************************************/
/* Specific tags */
/******************************************************/

#printWindow {
	background: #F5FFE0;
	padding: 10px;
	border-top: 1px solid #009900;
	border-bottom: 1px solid #009900;
	text-align: right;
}

.capital {
	text-transform: capitalize;
}

#bandaVerde {
	height: 50px;
	border-bottom: 1px solid #FFF;
	background: #009900 url(../_images/fnd_menu.png) repeat-x fixed top left;
}

#bandaVerdeClaro {
	background: #4CDB4C;
	height: 12px;
	border-bottom: 1px solid #FFF;
}

#TitleImprimir {
	color: #FFF;
	font: normal bold 18px Verdana;
	text-align: left;
	width: 450px;
	height: 35px;
	padding-top: 15px;
	padding-left: 80px;
	background: url(../_images/logo.png) no-repeat fixed top left;
}

#Menu {
	color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	width: 100%;
	height: 40px;
	padding-top: 20px;
	background: url(../_images/logo.png) no-repeat fixed top left;
}

#Menu a {
	text-decoration: none;
	color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

#Menu a:hover, #Menu a.active {
	color: #D6FF85;
}

#txtBienvenido {
	color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 748px;
	padding: 10px;
}

#txtBienvenido .txt {
	float:left;
}

#txtBienvenido .fecha {
	float:right;
}

#Dstcd {
	text-align: left;
	border-bottom: 1px solid #009900;
}

#Dstcd .Img {
	float: left;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}

#ntcsContainer {
	padding-top: 10px;
}

#ntcs {
	float: left;
	width: 150px;
	padding-right: 50px;
	margin-bottom: 50px;
}

#ntcs .title {
	color: #009900;
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	height: 170px;
}

#ntcs .txt {
	color: #000;
	font: normal 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	height: 80px;
}

#ntcs .txt a {
	color: #000;
	text-decoration: none;
}

#ntcs .txt a:hover, #copyright .links a:hover {
	color: #009900;
}

#ntcs .fecha {
	color: #999;
	font: normal 9px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#copyright {
	color: #009900;
	vertical-align: bottom;
	margin-top: 0px;
	background: #CCFF66;
	padding: 2px 10px; 
}

#copyright .txt {
	float:left;
}

#copyright .links {
	text-decoration: underline;
}

#copyright .links a {
	color: #000;
	text-decoration: underline;
}

#copyright .links a:hover {
	color: #000;
}

#titleContainer {
	border-bottom: 1px solid #009900;
}

#titleContainer h1 {
	float: left;
	font-family: Verdana;
	color: #009900;
	font-size: 18px;
	font-weight: bold;
	margin-top: 35px;
}

#titleContainer img {
	float: right;
	border-bottom: 1px solid #FFF;
}

#Content {
	font-size: 11px;
	text-align: justify;
}

#Content li {
	margin-bottom: 10px;
	line-height: 15px;
	text-align: justify;
}

#mainSearch td {
	font-family: Verdana, Tahoma, "Trebuchet MS";
	padding: 4px 10px 0px 20px;
	font-size: 10px;
	color: #009900;
	background: #F5FFE0;
}

#mainSearch td.Links {
	background: #F5FFE0;
	padding: 10px 10px;
	border-top: 2px solid #FFF;
}

#mainSearch .FieldName {
	font-size: 11px;
	text-align: right;
}

#mainSearch .Comment {
	color: #FF0066;
	font-size: 10px;
}

#formContainer {
	text-align: left;
}

#formContainer .formTitle {
	color: #009900;
	font-size: 11px;
	font-weight: bold;
	background: #CCFF66;
	padding: 0px 10px 0px 20px;
	height: 25px;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}

#formContainer .formTop {
	padding-top: 10px;
}

#formContainer .formBottom {
	padding: 10px 10px 20px 20px;
}

#ComunidadTitle {
	width: 500px;
	color: #000;
	padding: 6px 0px 4px 0px;
	margin: 0px 0px 5px 10px;
	border-bottom: 1px dotted #009900;
	font: bold 16px "Trebuchet MS", Verdana;
}

#Organizacion #Logo img {
	border: 1px solid #009900;
}

#Organizacion {
	padding: 5px 0px 3px 10px;
}

#Organizacion .Localidad {
	color: #009900;
	padding: 0px 0px 0px 10px;
	font-family: Tahoma, "Trebuchet MS";
	font-size: 11px;
	font-weight: normal;
}

#Organizacion .Nombre {
	color: #000;
	padding: 0px 0px 0px 10px;
	font-family: Tahoma, "Trebuchet MS";
	font-size: 11px;
	font-weight: bold;
	text-align: left;
}

#Organizacion .Comunidad {
	color: #666;
	padding: 3px 0px 0px 10px;
	font-family: Tahoma, "Trebuchet MS";
	font-size: 11px;
	font-weight: normal;
}

#Organizacion .Nombre a {
	color: #000;
	text-decoration: underline;
}

#Organizacion .Nombre a:hover {
	color: #009900;
	text-decoration: none;
}

#Organizacion .Datos {
	color: #000;
	padding: 0px 0px 0px 0px;
	font-family: Tahoma, "Trebuchet MS";
	font-size: 11px;
	font-weight: normal;
}

#Organizacion .Direccion {
	color: #FF0066;
	padding: 0px 0px 0px 0px;
	font-family: Tahoma, "Trebuchet MS";
	font-size: 11px;
	font-weight: normal;
}

#Resultados {
	font-size: 10px;
	background: #F5FFE0;
	padding: 7px 0px 3px 10px;
	border-bottom: 1px dotted #009900;
	border-top: 1px solid #009900;
	margin-right: 10px;
	margin-bottom: 10px;
	height: 17px;
	text-align: left;
}

#Resultados ul {
	margin-left: 0px;
}

#Resultados ul li {
	list-style-type: none;
	list-style-image: url(../_images/li_arrow2.png);
	list-style-position: inside;
	margin: 3px;
	text-align: left;
}

#ResultadosNo {
	color: #000;
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: normal;
	padding: 10px 0px 5px 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

#optionsRow {
	color: #666;
	font-size: 9px;
	border-top: 1px solid #FFF;
	height: 25px;
	padding-right: 4px;
}

#optionsRow .textSearch {
	font-size: 10px;
	color: #666;
	padding-left: 10px;
}

#optionsRow a {
	color: #666;
}

#datosOrgTitle {
	font: bold 16px "Trebuchet MS", Verdana;
	color: #000;
	padding: 10px 20px 5px 10px;
	text-align: left;
}

#datosOrg {
	padding: 0px 30px 0px 10px;
	font: normal 11px Verdana, "Trebuchet MS";
}

#list {
	margin: 0px 0px 20px 20px;
	font: normal 12px Verdana, "Trebuchet MS";
}

#list ul {
	margin: 5px 0px 0px 30px; 
	list-style: square outside url(../_images/li_arrow.png);
}

#list ul li {
	font-size: 11px;
	padding: 0px 0px 2px 0px;
	line-height: 12px;
	margin-bottom: 5px;
	margin-left: 0px;
}

#list ul li a {
	color: #009900;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
}

#list ul li a:hover {
	color: #000;
	text-decoration: none;
}

#list ul li.active {
	font-weight: bold;
}

#inferiorTable {
	padding: 10px; 
	border-top: 1px solid #009900;
}

#DocumentsContainer {
	margin: 0px 10px;
	border-bottom: 1px solid #009900;
	font-family: Tahoma, "Trebuchet MS";
	padding: 10px;
}

#Documents .Fecha {
	color: #009900;
	font-size: 8pt;
}

#Documents .Nombre {
	color: #000;
	font-size: 8pt;
}

#Documents .Nombre a {
	color: #000;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: underline;
}

#Documents .Nombre a:hover {
	color: #009900;
	text-decoration: none;
}

#Documents .Tipo {
	color: #333;
	padding-top: 3px;
	font-size: 10px;
}

#Documents .Descripcion {
	color: #000;
	padding-top: 3px;
	padding-left: 0px;
	font-size: 11px;
	font-weight: normal;
}

#Documents .Tamano {
	color: #666;
	padding-top: 3px;
	font-size: 11px;
}

#News td {
	text-align: left;
	font: normal normal 11px/15px Palatino Linotype;
}

#News #Logo img {
	border: 1px solid #CCC;
}

#News .Fecha {
	color: #009900;
	padding: 0px 0px 0px 10px;
	font-family: Tahoma, "Trebuchet MS";
	font-size: 11px;
	font-weight: normal;
}

#News .Titulares {
	color: #000;
	padding: 0px 10px 0px 10px;
	font-family: Tahoma, "Trebuchet MS";
	font-size: 11px;
	font-weight: bold;
}

#News .Titular {
	color: #000;
	padding: 0px 10px 10px 10px;
	font: normal normal bold 11px/17px Tahoma, Verdana, Palatino Linotype, "Trebuchet MS";
}

#News .Descripcion {
	color: #000;
	padding: 0px 10px;
	font: normal normal 11px/17px Verdana, Tahoma, Palatino Linotype, "Trebuchet MS";
}

#News .Fuente {
	color: #666;
	padding: 3px 0px 0px 10px;
	font-family: Tahoma, "Trebuchet MS";
	font-size: 11px;
	font-weight: normal;
}

#News .Titulares a {
	color: #000;
	text-decoration: underline;
}

#News .Titulares a:hover {
	color: #009900;
	text-decoration: none;
}

#Productos {
	font-family: Tahoma, "Trebuchet MS";
	padding: 5px 10px;
}

#Productos #Imagen {
	width: 75px;
}

#Productos #Imagen img {
	border: 1px solid #009900;
}

#Productos .Nombre, .Descripcion {
	padding: 0px 0px 5px 10px;
	color: #000;
	font-size: 8pt;
	font-weight: bold;
}

#Productos .Nombre a {
	color: #000;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: underline;
}

#Productos .Nombre a:hover {
	color: #009900;
	text-decoration: none;
}

#Productos .Organizacion {
	color: #666;
	padding-left: 10px;
}

#Productos .Descripcion {
	padding-top: 5px;
	font-weight: normal;
}

#Producto .Titular {
	font: bold 16px "Trebuchet MS", Verdana;
	padding: 10px;
}

#Producto .Descripcion {
	font: normal 12px Verdana, "Trebuchet MS";
	padding: 10px 10px 10px 10px;	
}

#mainForm td {
	font-family: Tahoma, "Trebuchet MS";
	padding: 0px 10px 6px 0px;
}

#mainForm .FieldName {
	font-size: 11px;
	text-align: left;
}

#mainForm .Comment {
	color: #009900;
	font-size: 11px;
	padding: 10px 0px; 
	line-height: 16px;
}

#portales {
	background: #4CDB4C;
	border-bottom: 1px solid #FFF;
	color: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
}

#portales a {
	color: #fff;
	text-decoration: underline;
}

#portales a:hover {
	text-decoration: none;
}
