body {
	background-color: #FFCF3F;
	background-attachment: fixed;
	background-image: url(../imagenes/fondos/fondo_index.png);
	background-repeat:  repeat-x;
	margin: 5px;
}
.fondo_titulo {
	background-image: url(../imagenes/index/titulo.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 145px;
	width: 660px;
}
.txt_texto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	text-align: justify;
	padding: 15px;
	width: 390px;
}
.txt_enlaces {
	text-align: center;
	vertical-align: middle;
}
.txt_copyright {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: center;
}
.txt_desing {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: center;
}
.txt_desing A
{
	color: #0033FF;
	text-decoration: none;
}
.txt_desing A:hover
{
	color: #0033FF;
	text-decoration: underline;
}
.titulo {
	padding-bottom: 10px;
	text-align: center;
}
.foto {
	width: 150px;
	text-align: center;
	vertical-align: middle;
}
