.tituloseccion {
	background-color: #88BAE8;
	font-size: 14px;
	color: #FFFFFF;
	padding: 1px;
}
.fondogris {
	background-color: #F3F3F3;
}
.titulo {
	font-size: 12px;
	color: #88BAE8;
	font-weight: bold;
}
.titulosubrayado {
	font-size: 11px;
	font-weight: bold;
	color: #88BAE8;
	text-decoration: underline;
}
.modelo {
	font-size: 11px;
	color: #88BAE8;
}

.lineaseccionabajo {
	padding: 1px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #88BAE8;
	border-top-width: 1px;
	border-top-color: #88BAE8;
}


.titulocatalogo {
	font-size: 14px;
	text-transform: uppercase;
	color: #213454;
	font-weight: bold;
}
.imprimir {
	font-size: 12px;
	color: #213454;
}

.texto {
	font-size: 10px;
	text-align: justify;
}
.enlace:link{
	color: #6f6f6f;
	text-decoration: underline;
	font-size: 10px;
	vertical-align: 20%;
	
}
.paginacion {
	font-size: 12px;
	color: #88BAE8;
}


.enlace:hover{
	color: #6f6f6f;
	text-decoration: none;
	font-size: 10px;
	
}

.enlace:visited{
	color: #6f6f6f;
	text-decoration: underline;
	font-size: 10px;
	
}
.lineaseccionabajoarriba {
	padding: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #88BAE8;
	border-top-width: 1px;
	border-top-color: #88BAE8;
}
.subtitulo {

	font-size: 12px;
	color: #88BAE8;
	font-weight: normal;
}
.fondoseccionoscuro {
	background-color: #88BAE8;
}
.fondoseccionclaro {
	background-color: #edf5fc;
}

