@charset "utf-8";
.img_fondo {
	background-image: url(backg.jpg);
}
.txt {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFE3;
	padding-left: 55px;
}

.base_amarilla {
	background-image: url(img/base_amarilla.jpg);
}
.espacio_arriba {
	padding-top: 27px;
}

.espacio {
	padding-bottom: 7px;
}
.espacio_arriba-abajo {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 30px;
}
.txt2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #9A6E42;
	padding-left: 10px;
	font-style: normal;
	white-space: nowrap;
}
.txtbold {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFE3;
	padding-left: 55px;
	font-weight: bolder;
}
.lineaIzq {
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #9A6E42;
}
a:link {
	color: #9A6E42;
	text-decoration: none;
}

.txt2Bold {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #9A6E42;
	padding-left: 10px;
	font-style: normal;
	white-space: nowrap;
	font-weight: bolder;
}
