
/*
 * Descripción: DATING
 * Copyright (c) 2017
 *
*/

/*_____________PAGINA WEB_____________*/

body {
	direction: ltr;
	margin: 0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.8750em; /*14px*/
	/*font-size:0.9375em; /*15px*/
	/*font-size:1em; 16px*/
	line-height: 1.5714em;
	color: #4b4b4b;
	background: #ecf0f5;/*cambia color*/
	height:100%;
	width:100%;

	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	text-size-adjust: none;

}

dev,
html [dev] {display: none;}