/*
	Theme Name: AUDI NewsLetter 6.0
	Theme URI: https://lpagency.mx/
	Description: Tema elaborado para Newsletter Audi
	Version: 6.0
	Author: LumiaMX
	Author URI: lpagency.mx
	Tags: Blank, HTML5, CSS3
	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}

::selection {
	background:#000000;
	color:#ffffff;
	text-shadow:none;
}
::-webkit-selection {
	background:#000000;
	color:#ffffff;
	text-shadow:none;
}
::-moz-selection {
	background:#000000;
	color:#ffffff;
	text-shadow:none;
}
