@charset "utf-8";
/*
 *	Hoja de estilos principal
 *  Autor				: Alan Valentín Castellón Cuentas
 *  Empresa				: AntaKu -StudiOs-
 * 	Última modificación	: 12/marzo/2014
 */

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, dl, dt, dd, ol, ul, 
li, fieldset, form, label, legend, table, caption, tbody, 
tfoot, thead, tr, th, td, hr, article, aside, canvas, details, 
figcaption, figure, footer, header, menu, nav, section, summary, time, 
mark, audio, video {
	margin			: 0;
	padding			: 0;
	border 			: 0;
	outline			: 0;
	font-weight		: inherit;
	font-style		: inherit;
	font-size		: 100%;
	font-family		: inherit;
	vertical-align	: super;
	background		: transparent;
}

article, aside, details, figcaption, figure,
footer, header, menu, nav, section, summary {
	display:block;
}

code, kbd, pre, samp {
	font-family: monospace, monospace;
}

input[type="text"], input[type="password"] {
	border: 1px solid #990;
	outline: none;
}

:focus {
	outline: none;
	border: inherit;
}

/*button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
}*/

button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input, button {
	line-height: normal;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

textarea {
	overflow: auto;
	resize: vertical;
}

optgroup {
	font-weight: bold;
	font-style: italic;
}

fieldset {
	border: 1px solid #eee;
}

audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

html {
	font-size: 100%;
	font-family: Verdana, Geneva, sans-serif; 
	-ms-text-size-adjust: 100%; 
	-webkit-text-size-adjust: 100%;
}

body {
	line-height		: 10.4px;
	line-height		: 1.4rem;
	color			: black;
	background		: white;
}

h1 {
  font-size: 2em;
}

h2 {
    font-size: 1.0em;
}

h3 {
    font-size: 1.0em;
}

h4 {
    font-size: 1em;
}

h5 {
    font-size: 0.83em;
}

h6 {
    font-size: 0.67em;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1.4em;
}

:focus {
	outline			: 0;
}

a {
	text-decoration: none;
}

ol, ul {
	list-style: none;
}

b, strong {
  	font-weight: bold;
}

dfn, em, i {
  	font-style: italic;
}

table {
	border-collapse	: collapse;
	border-spacing	: 0;
}

caption, th {
	text-align 		: center;
	font-weight		: bold;
}

td {
	text-align 		: left;
	font-weight		: normal;
}

hr {
	-moz-box-sizing	: content-box;
	border-top		: 1px solid #ccc;
	box-sizing		: content-box;
	display			: block;
	height			: 1px;
}

blockquote, q {
	quotes			: '"' '"' "'" "'";
}

blockquote::before, 
q::before {
	content			: open-quote;
}

blockquote::after,
q::after {
	content			: close-quote;
}

img {
	border: none;
}

:focus {
	outline	: 0;
	border	: 0;
}

ins {
	text-decoration	: none;
}

del {
	text-decoration	:line-through;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

big {
	font-size: 120%;
}

pre {
	overflow: auto;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

sub,
sup {
	font-size: 65%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

abbr[title], dfn[title] {
	border-bottom	: 1px dotted #999;
	cursor			: help;
}

input[type="text"], input[type="password"], input[type="search"],
textarea {
	cursor: text;
}

svg:not(:root) {
	overflow: hidden;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.limpiar {
	overflow: hidden;
	height: 1%;
}

.fl {
	float			: left;
}

.fr {
	float			: right;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}
#wrapper #site-body #site-contenido #site-noticias-articles {
	text-align: center;
}
