@charset "UTF-8";
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
	text-decoration: underline;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	list-style-type: none;
	list-style-image: url(../images/bullet.jpg);
	background-position: center;
}
.fondoheader {
	background-image: url(../images/fondo_header.gif);
	background-repeat: repeat-x;
}
.fondobuscador {
	background-image: url(../images/fondo_buscador.gif);
	background-repeat: repeat-x;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}
.fondoizq {
	background-image: url(../images/fondo_izq.gif);
	background-repeat: repeat-y;
}
.txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.fondo_contenido {
	background-image: url(../images/fondo_contenido.gif);
	background-repeat: repeat-y;
}
.txt_rojo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FF0000;
}
.txt_Azul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #0000FF;
}

.txt_rojobold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FF0000;
	font-weight: bold;
}
.txt_Azulbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #0000FF;
	font-weight: bold;
}
.txt_blancobold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}
.txt_rojolinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
	text-decoration: underline;
}
.fondo_home {
	background-image: url(../images/fondo_home.gif);
	background-repeat: repeat-y;
}

