/* CSS Document */
body {
	background-color: #B78E0E;
}
#txtHome {
	width:249px;
	height:190px;
	border-left:10px;
	border-right:5px;
	overflow: auto;
	text-align:center;
}
.txtClaro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #C7CA73;
	font-weight: bold;
}
.linkMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #F0F79A;
	font-size:12px;
	text-decoration: none;
	
}
.linkMenu:hover {
	color: #C7CD80;
	text-decoration: underline;
}
.txtLinkMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #F0F79A;
	text-decoration: none;
}
.txtCorrido {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#685304;
}
.CampoForm {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	background:#FAF1E7;
	border:1px #D9CBBE solid;
	height:15px;
}
.linkCorrido {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#685304;
	text-decoration: underline;
}

