/* Web Sabinas*/
@charset "utf-8";

* {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	font-weight:normal;
	font:inherit;
	vertical-align:baseline;
	box-sizing:border-box;
}

/* HTML5 reset para navegadores antiguos */
article, aside, details, figcaption, figure, 
footer, header, hgroup, main, menu, nav, section {
	display:block;
}
body {
	line-height:1;
}

ol, ul {
	list-style:none;
}
b, strong { 
	font-weight:bold; 
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}