@charset "utf-8";
body {
	background-attachment: fixed;
	background-image: url(img/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.fondo-encab {
	background-attachment: scroll;
	background-image: url(img/encabezado.jpg);
	background-repeat:  no-repeat;
	background-position: 5px -4px;
}
.txt-body-td {
	font-family: Arial;
	font-size: 15px;
	font-weight: normal;
	color: #808080;
}
.tit-blanco-td {
	font-family: calibri;
	font-size: 31px;
	line-height: 28px;
	color: #FFFFFF;
}
.tit-negro-td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	font-weight: lighter;
	color: #000000;
}
.txt-body-14 {
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	color: #3e3e3e;
	line-height: 25px;
}
.txt-copyright {
	font-family: Arial;
	font-size: 9px;
	font-weight: bold;
	color: #000000;
	line-height: 25px;
}
.txt-btn-selec {
	font-family: Arial;
	font-size: 15px;
	font-weight: normal;
	color: #FF0000;
}
