/* CSS Document */

.footer {
	font-family: Tahoma;
	font-size: 10px;
	color: #818181;

}

.txtBlackSmall {
	font-family: Tahoma;
	font-size: 10px;
	color: #000000;

}


.txtBlack {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;

}

.txtGreySmall {
	font-family: Tahoma;
	font-size: 10px;
	color: #666666;

}

.txtBlanco {
	font-family: Tahoma;
	font-size: 11px;
	color: #ffffff;
	line-height: 14px;
}

.TITBlanco {
	font-family: Tahoma;
	font-size: 14px;
	color: #ffffff;
	line-height: 14px;
}

.txtVERDEclaro {
	font-family: Tahoma;
	font-size: 11px;
	color: #26b872;
	line-height: 14px;
}

.txtVERDEclaro2 {
	font-family: Tahoma;
	font-size: 14px;
	color: #26b872;
	line-height: 14px;
}

.inputform {
	font-family: Arial;
	font-color:#ffffff;
	font-size: 11px;
	background-color:#000000;
	text-decoration: none;
	line-height: 13px;
	color: #FFFFFF;
}


/* LINKS */

.VOLVERLINK {
	font-family: Tahoma;
	font-size: 10px;
	color: #D8D8D8;
	text-decoration:underline;
}

a.VOLVERLINK:hover {
	font-family: Tahoma;
	font-size: 10px;
	color: #808080;
	text-decoration:underline;
}


.footerLINK {
	font-family: Tahoma;
	font-size: 10px;
	color: #818181;
	text-decoration:underline;

}

a.footerLINK:hover {
	font-family: Tahoma;
	font-size: 10px;
	color: #434343;
	text-decoration:underline;
}

.LINKgreen {
	font-family: Tahoma;
	font-size: 10px;
	color: #0e7644;
	text-decoration:underline;

}

a.LINKgreen:hover {
	font-family: Tahoma;
	font-size: 10px;
	color: #15C06D;
	text-decoration:underline;
}

.VERDEclaro {
	font-family: Tahoma;
	font-size: 11px;
	color: #26b872;
	line-height: 14px;
	text-decoration:underline;
}

A.VERDEclaro {
	font-family: Tahoma;
	font-size: 11px;
	color: #26b872;
	line-height: 14px;
	text-decoration:none;
}

.lVERDEclaro {
	font-family: Tahoma;
	font-size: 12px;
	color: #26b872;
	line-height: 14px;
	text-decoration:none;
}

A.lVERDEclaro {
	font-family: Tahoma;
	font-size: 12px;
	color: #26b872;
	line-height: 14px;
	text-decoration:none;
}

.linkBlanco {
	font-family: Tahoma;
	font-size: 12px;
	color: #ffffff;
	line-height: 14px;
	text-decoration:none;
}

A.linkBlanco {
	font-family: Tahoma;
	font-size: 12px;
	color: #ffffff;
	line-height: 14px;
	text-decoration:none;
}

.linkBlanco1 {
	font-family: Tahoma;
	font-size: 14px;
	color: #ffffff;
	line-height: 14px;
	text-decoration:none;
}

A.linkBlanco1 {
	font-family: Tahoma;
	font-size: 14px;
	color: #ffffff;
	line-height: 14px;
	text-decoration:none;
}


.linkBlack {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	line-height: 11px;
	text-decoration:underline;
}

A.linkBlack:hover {
	font-family: Tahoma;
	font-size: 11px;
	color: #666666;
	line-height: 14px;
	text-decoration:underline;
}


/* DIVS */

div#btn a:hover {
	color: #555;
	background-image: url(../img/btn_fondoOVER.gif);
	background-repeat: no-repeat;
}

