/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}
body {
	background-image: url(imagenes/fondoDegradado.jpg);
}
.texto {
	font-size: 12px;
	color: #033F7D;
}
.botoneraservicios {
	color: #0066FF;
	font-weight: normal;
	font-size: 12px;
}
.botoneraservicios:link {
	color: #333333;
	font-weight: normal;
	font-size: 12px;
}
.botoneraservicios:active {
	color: #0066FF;
	font-weight: normal;
	font-size: 12px;
}
.botoneraservicios:hover {
	color: #333333;
	font-weight: normal;
	font-size: 16px;
}
.botoneraservicios:visited {
	color: #333333;
	font-weight: normal;
	font-size: 12px;
}
.botonera {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
}
.botonera:link {
	color: #333333;
}
.botonera:active {
	color: #FFFFFF;
}
.botonera:hover {
	color: #333333;
	font-size: 16px;
}
.botonera:visited {
	color: #FFFFFF;
}
.textoPie {
	font-size: 10px;
	color: #1E558D;
}
.textoFecha {
	font-size: 12px;
	color: #FFFFFF;
}
.textoTitulo {
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}
.textoSubtitulo {
	font-size: 14px;
	color: #164E89;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
