/* prettier-ignore */

.titulo {
	margin-top:0 !important;
	color: #189087;
	font-weight: bold;
	font-size:20x;
}
.titulo-centro {
	margin-top:0 !important;
	color: #189087;
	font-weight: bold;
	font-size:18px;
	text-align: center;
}
.titulo-rojo-centro {
	margin-top:0 !important;
	color: #AD3547;
	font-weight: bold;
	font-size:22px;
	text-align:center;
}
.titulo-rojo-izq {
	margin-top:0 !important;
	color: #AD3547;
	font-weight: bold;
	font-size:22px;
	text-align:left;
}
.txt-link {
	color: #666;
	font-size:18px;
}

/* unvisited link */
a:link {
  color: #AD3547;
}

/* visited link */
a:visited {
  color: #AD3547;
}

/* mouse over link */
a:hover {
  color: #999;
}

/* selected link */
a:active {
  color: #AD3547;
}


.txt-general {
	color: #666;
	font-size:18px;
}
.txt-general-negritas {
	color: #666;
	font-size:18px;
	font-weight: bold;
}
.txt-general-justicado {
	color: #666;
	font-size:18px;
	text-align: justify;
}
.txt-general-center {
	color: #666;
	font-size:18px;
	text-align: center;
}
.txt-general-center-chico {
	color: #666;
	font-size:14px;
	text-align: center;
}
.fondo {
	background: url(images/fondo.jpg);
	height: 100%;
	background-repeat:repeat;
	background-position: center;
    background-size: cover;
	}
.imagen {
	text-align:center;
}