@charset "utf-8";
.textoContenido {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
}
.textoContenidoAzul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	color: #0066FF;
}
.textoContenido a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	color: #00BCD7;
	text-decoration: none;
}

.textoContenido a:hover, .textoContenido a:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	color: #00BCD7;
	text-decoration: underline;
}
.subtitulosServicios {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	color: #00BCD7;
}
.lasLigas {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-weight: bolder;
	display: table-header-group;
	color: #FFFFFF;
	background-color: #00BCD7;
}
.lasLigas a{
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-weight: bolder;
	display: inline;
	color: #FFFFFF;
	background-color: #00BCD7;
	text-decoration: none;
}
.lasLigas a:hover, .lasLigas a:active {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-weight: bolder;
	display: inline;
	color: #FFFFFF;
	background-color: #FF0000;
	text-decoration: none;
}
