#transparencia{
  background:rgba(1, 1, 1, 0.68);
  opacity:0.8;
  width:100%;
  position:fixed;
  z-index:999;
}
.icon-left-text{
	margin-top: 27px !important;
}
.img-icono{
	margin-top: 27px !important;
}
.fixed_height_240 {
    height: 240px;
	width: inherit;
}
.fixed_height_790 {
    height: 790px;
	width: inherit;
}
.fixed_height_700 {
    height: 700px;
	width: inherit;
}
.text-color-cmg{
	color:black;
}
.portada{
   background: url(../../assets/img/minhvi.jpg) no-repeat fixed center;
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-size: cover;
   height: 100%;
   width: 100% ;
   text-align: center;

}
.campo_obligatorio{
	color: red;
	font-weight: bold;
}