@CHARSET "UTF-8";
/* VARIABLES GLOBALES CSS */


/* RESET ======================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
a, abbr, acronym, address, big, cite, code, del, dfn,  img, ins, kbd, q, s, samp, small,
strike,  sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form,
label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas,
details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section,
summary, time, mark, audio, video {
	margin: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	/*vertical-align:text-top;*/
	padding:0;
}

*{
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;
	-webkit-overflow-scrolling: touch;
}



html {width:100%;height: 100%;}
form {margin: 0; padding: 0;}
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	height:100%;
	width:100%;
	margin: 0;
	background-color:#E6ECF0;
	/*color: #8a898e;*/
	/*cursor: url('../videos/mario.cur'),pointer*/
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	/*padding-top:45px;*/
}

html a{
	text-decoration: none !important;
	color: #31a1db;
}

.modal-dialog {
  max-width: 750px;
  margin: 1.75rem auto;
}