@charset "utf-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tfoot, thead{
	 margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
    -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
	
}

img {
  border: none;
  height:auto;
  width:auto;
}

b{
	 font-family: 'open_sanssemibold';
	}

body {
	font-family: 'open_sanslight';
	color:#000000;
	font-size:16px;
	text-align:justify;
}

ol, ul {
  list-style:none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
h2{
	font-family: 'alegreya_sansbold';
	color: #ea0034;
	font-size: 27px;
	text-transform:uppercase;
	}
/* No olvides definir estilos para focus */
:focus {
  outline: 0;
}
 
/* No olvides resaltar de alguna manera el texto insertado/borrado */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
 
/* En el código HTML es necesario añadir cellspacing="0" */

td{
	background:none;
	text-align:left;
	font-size:14px;
	font-family: 'open_sanslight';
	color:#000000;
	}
td:hover{
	background:none;
	color:#767676;
	}
	
a {
	   font-family: 'open_sansregular';
	font-size:16px;
	color:#eca816;
	text-align:left;
}
a:link {
text-decoration:none;
}

a:visited {
text-decoration: none;
}
a:hover {
text-decoration:none;
color:#e00f34;
}
