@charset "utf-8";
/* CSS Document */

a:link {
	color: #0b0998;
	text-decoration: none;
}
a:visited {
	color: #0b0998;
	text-decoration: none;
}
a:active {
	color: #0b0998;
	text-decoration: none;
}
a:hover {
	color: #0b0998;
	text-decoration: underline;
}
.tit_le {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #C1D6F6;
}
.tit_zc {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #76A9F4;
}
.nombres_forms {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
}
.campos_forms {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
}
.enlaces {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #FFF;
}
.titulos {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	text-transform: uppercase;
	color: #f70a1e;
}
.parrafos {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #000;
}
.advertencia {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #F90;
}
.desarrollado {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #000;
}
tr#tar_list:hover { 
	border:1px solid #03476F;
 	color:#000;
	background-image:url(../componentes/fnd_tarifas.png);
}
.consulta {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #0b0998;
}
.lengends {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color:#76A9F4;
}
.fieldset {
	border:solid;
	border-width:thin;
	border-color:#999;
}

