/* You can type here any CSS code that will be loaded both on your admin and front-end pages.
Let us help you by giving a few exmaple CSS classes: */

/* Front-end sliders & preview */

.ls-container { /* The slider itself */

}

.ls-slide { 

}

.ls-slide a:hover {
	color: blue;
	text-decoration: underline;
}

.ls-slide #yourID {

}

.ls-slide .yourClass {

}

/* Side color of 3D objects */
.ls-3d-box div { background: #777; }

.titulo_producto {
  font-family:Raleway, sans-serif;
  font-size:32px;
  font-weight:400;
  line-height:1.28571em;
  color:#444444;	
}

.titulo_secundario{
  font-family:Raleway, sans-serif;
  font-size:24px;
  font-weight:600;
  line-height:1.28571em;
  color:#0079be;
}

.boton {
border-radius: 5px;
padding: 10px 20px;
font-size: 12px;
text-decoration: none;
margin: 0px;
color: #fff;
position: relative;
display: inline-block;
padding-top: 15px;
text-align: center;
background-color: #0079be;
/*box-shadow: 0px 5px 0px 0px #02659d;*/
}

.boton:active {
transform: translate(0px, 5px);
-webkit-transform: translate(0px, 5px);
/*box-shadow: 0px 1px 0px 0px;*/
}

.boton:hover {
background-color: #02659d;
}

.campolin {
height:80px;
}
