@charset "utf-8";
/* CSS Document */

.txt_titulo_blanco {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}
.txt_normal {
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
}
.txt_marron {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	color: #993300;
}

.txt_creditos {
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #CCCCCC;
	text-decoration: none;
}
.img_fondo {
	background-image: url(images/img_fondo.jpg);
	background-repeat: repeat-x;
}
.img_fondo_2 {
	background-image: url(images/img_sombra_2.jpg);
	background-repeat: repeat-y;
}
.img_sombralogo_izq {
	background-image: url(images/img_sombra_logo_izq.jpg);
	background-repeat: repeat-y;
}
.img_sombralogo_der {
	background-image: url(images/img_sombra_logo_der.jpg);
	background-repeat: repeat-y;
}
.img_sombranaranja_ {
	background-image: url(images/img_fondo_naranja.jpg);
	background-repeat: repeat-y;
}
a:link {
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #993300;
	text-decoration: underline;
}
a:hover {
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #993300;
	text-decoration: underline;
}
a:active {
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #993300;
	text-decoration: underline;
}
