@charset "utf-8";
/* CSS Document */

a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #FFFFFF;
}
a:active {
	color: #FFFFFF;
}

.texto_normal_N{
	font-family: "Century Gothic";
	font-size: 12px;
	color: #000000;
}
.texto_normal_N_Bold{
	font-family: "Century Gothic";
	font-size: 12px;
	color: #000000;
	font-weight:bold;	
}
.texto_normal_W{
	font-family: "Century Gothic";
	font-size: 12px;
	color: #FFFFFF;
}

.texto_normal_titu {
	font-family: "Century Gothic";
	font-size: 16px;
	color: #000000;
}

.radio_bot_01 {
	border: thin double;
	margin: 0px;
	padding: 0px;
}

.botones_01 {	background-color: #AB1A17;
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	color: #FFFFFF;
	border-top: thin solid #666666;
	border-right: thin solid #000000;
	border-bottom: thin solid #000000;
	border-left: thin solid #666666;
	background-image: url(../imagenes/fondo.jpg);
}
.textobox_01 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #000000;
	border: 1px solid #006699;
	background-position: 100% 100%;
	background-attachment: fixed;
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	height: 18px;
}
