@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Raleway');

/*---------------------------------------------------------------------*/
/*---------------------------------------------------------------------*/
/*--------------------- DISEÑO WWW.KYNACOM.COM ------------------------*/
/*---------------------------------------------------------------------*/
/*---------------------------------------------------------------------*/

/*color corporativo #0495E3
  color texto color: #E1E1E1
@media screen and (min-width:0px) and (max-width:450px){}
@media screen and (min-width:451px) and (max-width:767px){}
@media screen and (min-width:768px) and (max-width:991px){}
@media screen and (min-width:992px) and (max-width:1199px){}
@media screen and (min-width:1400px){}*/

body, img{
	font-family: 'Raleway', sans-serif;
	font-size:14px;
	margin: 0;
	padding: 0;
	}
	
.img__principal{
	width: 100%;}
	
.botonMasInfo{
	background:#D4D4D4;
	border-radius: 11px;
	padding:8px;}

.botonMasInfo:hover{
	background:#9A9A9A;
	color: white;
	text-decoration: none;}

.preparacionesDinamicasCss{
	border-right: 1px solid #CBCBCB;}
	
.preparacionesDinamicasCss:hover{
	box-shadow: 1px 1px 1px 1px #0495E3;}
