/*
Description:	Botica Casera, Fine Chemicals, sitio web temporal
Author:			Ciro Urdaneta
Author URI:		http://www.iws.com.ve
Version:		1.0
Updated:		2016-05-18
*/

@charset "UTF-8";


/* Estilos globales */
*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	font-weight: 300;
}
.img-resp {
	width: 100%;
	height: auto;
}
.gap_l {
	margin-left: 30px;
}
.izq-alg {
	text-align: left;
}
.der-alg {
	text-align: right;
}
.centro {
	margin: 0 auto;
	text-align: center;
}
#logo {
	margin-top: 20px;
	margin-right: 30px;
	max-width: 390px;
}
a, a:hover, a:visited {
	color: #074667;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	font-weight: bold;
	color: #f06368;
	text-decoration: underline;
}





@media (max-width: 767px) {
	.gap_l {
		margin-left: 10px;
	}	
	#logo {
		margin-right: 10px;
	}
}

