.titulos {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 16px;
	color: #333333;
}
.texto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}
.fondo_cont{
	background-image: url(img/fondo_cont.jpg);
	background-repeat: repeat-x;
}
.normal {
	font-family: tahoma;
	font-size: 10px;
	color: #000000;
}
.imgp {
	margin: 5px;
}
.normal2 {
	font-family: tahoma;
	font-size: 11px;
	color: #000000;
}

.clar {
	font-family: tahoma;
	font-size: 10px;
	color: #999999;
}
a.cr:link {
	text-decoration: none;
	color: #000000;
} 

a.cr:visited {
	text-decoration: none;
	color: #000000;
} 

a.cr:active {
	text-decoration: none;
	color: #000000;
} 

a.cr:hover {
	text-decoration: none;
	color: #FF9900;
	background-color: FFFFFF;
}

/* */ 

a.cr2:link {
	text-decoration: none;
	color: #FF9900;
} 

a.cr2:visited {
	text-decoration: none;
	color: #FF9900;
} 

a.cr2:active {
	text-decoration: none;
	color: #FF9900;
} 

a.cr2:hover {
	text-decoration: none;
	color: #000000;
}
INPUT {

	width:120px;
	height:16px;
	border:1px solid #CCCCCC;
	background-color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}
TEXTAREA {
	width:300px;
	height:150px;
	border:1px solid #CCCCCC;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	background-color:#FFFFFF;
}
