body {
	text-align: center;
	background-repeat: repeat-x;
	background-image: url(../images/fondo.jpg);
	background-color: #7D4001;
	margin: 0px;
	padding: 0px;
}
.texto {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;

}
input {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #946041;
}
textarea {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #946041;
}
.Subtitulo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #000000;

}
.textoColor {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 20px;
	color: #946041;

}
a:link {
	color: #FF8D17;
	text-decoration: underline;
}
a:visited {

	color: #BB5E00;
	text-decoration: underline;
}
a:hover {

	color: #7E4100;
	text-decoration: underline;
}
a:active {
	color: #D67108;
	text-decoration: underline;
}

img, div {
	/* behavior: url("../css/iepngfix.htc");*/
}

#lyrFondo {
	position:relative;
	width:775px;
	z-index:0;
	text-align: justify;
	margin: auto;
	top: 0px;
	background-image: url(../images/fondo_pg.png);
	background-repeat: repeat-y;
}
.textoBlanco {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
}
