*{
	margin: 0px;
	padding: 0px;
	border: 0px;	
}


body{
	font-family: montserrat, sans-serif;
	font-weight: 500;
	font-style: normal;
}
header{
	background: #cf102d;
}
h2, h3{
	font-family: rufina-stencil,sans-serif;
font-weight: 400;
font-style: normal;
}

hr{
	background: #777777;
	height: 3px;
	width: 30%;
}
a{
	color: #0066cc;
	text-decoration: none;
}
.fondo{
	background: url(../img/fondo.png);
	background-size: auto;
}
.logo-expansion{
	height: 40px;
	margin: 1rem;
}
.linea{
	background: #ac4689;
	width: 100%;

}
.presentado{
	font-size: 0.8rem;
}

.roche-logo{
	height: 200px;
}
.violeta{
	background: #8c6aab;
	color: #fff;
}
.linea2{
	background: #8c6aab;
}
.img-res{
	width: 100%;
	
}
.cuadro{
	padding: 5%;
}

.autor{
	text-align: right;
}

/*hover imagenes*/
.div1 {
  position: relative;
}

.div1 .div2 {
  position: absolute;  
  top: 0;  
  left: 0;
  opacity: 0;
  transition: .5s;
  width: 100%;
}

.div1:hover .div2 {
  opacity: 1;
}
.xcaret{
	text-align: center;
	width: 90%;
}
.conoce{
	width: 50%;
}
/*hover imagenes*/

.col-md-8, .col-md-4, .sin-b {
	padding-right:0px;
    padding-left:0px;
}
.row{
	margin-right: 0px;
    margin-left: 0px;
}

