/* newsflash by yor */

/* Links */

a:link, a:visited, a:active {
text-decoration: none;
color: #999999;
}

a:hover {
text-decoration: none;
color: #ffffff;
border: 0px;
}

/* Títulos */
	
.titulos {
	font-family: Tahoma, Arial, Georgia;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	color: #F79220;
	font-weight: bold;
	text-indent: 15px;
}
.subtitulos {
	font-family: Tahoma, Arial, Georgia;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	color: #333333;
	text-indent: 17px;
	text-decoration: underline;
}

/* General */

.txt {
	font-family: Tahoma, Arial, Georgia;
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
	color: #000000;
	text-indent: 20px;
	padding: 0px 15px;
	text-align: justify;
}
.formulario {
	font-family: Tahoma, Arial, Georgia;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	color: #000000;
	text-indent: 0px;
	background-position: 0px;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.pie {
	font-family: Tahoma, Arial, Georgia;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	color: #CCCCCC;
	text-align: right;
	text-indent: 0px;
	margin: 0px;
	padding-right: 4px;
}
