@charset "utf-8";
/* CSS Document */

#cont-dominios{
	margin-top: 5px;
	margin-bottom: 15px;
}
#cont-dominios img{
	margin: 0 auto;
	margin-top: 5px;
}
.titulo-y-color{
	margin-top: 20px;
	margin-bottom: 15px;
	text-align: center;
	font-weight: 500;
	color: #5f5f5f;
}
.subtitulo-y-color{
	margin-bottom: 15px;
	font-size: 22px;
	text-align: center;
	color: #5f5f5f;
}
.parrafo-decorado{
	margin-top: 15px;
	margin-bottom: 25px;
	font-size: 18px;
	text-align: justify;
}
.ul-y-color{
	font-size: 15px;
	text-align: justify;
	color: #5f5f5f;
}

/*****************************
***** MEDIAQUERIES STYLE *****
*****************************/
/* Small device (tablet, 768px and up)*/
@media (min-width: 768px) {
	#cont-dominios{
		margin-top:138px;
		margin-bottom: 15px;
	}
}

/* Medium devices (desktop, 992px and up) */
@media (min-width: 992px) {

}

/*Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}