/* CSS Document */
body
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
	line-height:170%;
}
.titulo_noticias
{
		color:#000000;
		font-size:11px;
		
}
.subtitulo_noticia
{
	color:#990000;
	font-weight:bold;
}
a:link {
	color:#666666;
	text-decoration: none;
}
a:visited {
	color:#666666;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration:underline;
}
a:active {
	color: #666666;
	text-decoration: none;
}




.link2
{
	color:#000000;
	font-size:11px;
}
.link2:hover
{
	color:#000099;
	text-decoration: none;
}

.button{
    background-color:#ffffff;
	border: solid 0px #ffffff;
	font-weight: bold;
	font-size: 10px;
	color:#000099;
	padding-left: 2px;
	padding-right: 2px;
	width: 60px;
	height: 20px;
}
.styleInput {
	background:none;
	border: solid 1px #000099;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#000000;
	padding-left: 2px;
	padding-right: 2px;
	width: 180px;
	height: 15px;
}
.styleInput2 {
	background:none;
	border: solid 1px #000099;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#000000;
	padding-left: 2px;
	padding-right: 2px;
	width: 180px;
	height: 70px;
}