/* CSS Document */
.texto {
	color: #146798;
}
.subtitulos {
	color: #146798;
}
.fondo_tabla_encabezado {
	background-color:#86B7D7;
	}
.fondo_tabla {
	background-image: url(../media/infraestructura/img_fil_texto.jpg);
	}
.encabezado {
	background-image: url(../media/infraestructura/img_encabezado_fondo.jpg);
	height: 154px;
	width: 552px;
	padding-right: 20px;
	padding-left: 400px;
}
.ruta_enlaces {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #FFFFFF;	
	text-decoration: none;
	background-color: #146798;
	text-align: left;
	padding: 2px 2px 2px 7px;
}
.bullet {
	background-image: url(../media/infraestructura/bullet.jpg);
	color: #146798;
	text-decoration: underline;
}
.bullet_sinlinea {
	background-image: url(../media/infraestructura/bullet.jpg);
	color: #146798;
	background-repeat : no-repeat;
	background-position : left 4px;
	padding-left : 8px;
	font-weight: bold;	
}
.bullet_encabezado {
	background-image: url(../media/infraestructura/bullet_encabezado.jpg);
	color: #ffffff;
}
.tit_form {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #146798;
	display: block;
}
.FORMULARIOS {
	width: 100%;
	border: 1px solid #146798;
	font-size: 11px;
	color: #3AA5E4;
}
.botones {
	background-color: #146789;
	border: thin none;
	font-weight: bold;
	color: #FFFFFF;
	padding: 5px;
}
a {
	color: #333333;
	text-decoration: none;
}