/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

a:link {color:#003cc2;
		text-decoration:none;}      /* unvisited link */
a:visited {color:#003cc2;}  /* visited link */
a:hover {color:#8e8e8e;}  /* mouse over link */
a:active {color:#8e8e8e;}  /* selected link */
/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/*Orden alfabetico | Etiquetas despues IDs y luego clases*/

/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
body
{
	background: #FF9900;
	color: #EEE;
	font-family: Arial;
	font-size: 16px;
	text-align: center;
}
header
{
	margin: 0 0 1em 0;
	padding: 0.5em 0;
	width: 100%;
}
header h1
{
	margin: 0;
	text-shadow: rgba(255,255,255,0.5) 5px 5px 10px;
}
header h1
{
	margin: 0;
	font-weight: normal;
	text-shadow: rgba(0,0,0,0.7) 2px 2px 5px;
}
ul
{
	bottom:0;
	color: #EEE;
	list-style: none;
	padding: 0.5em 1% 0.5em 1em;
	margin:0;
}
article
{
	background: rgba(255,195,106,0.6);
	border-radius: 0.5em;
	box-shadow: rgba(0,0,0,0.5) 5px 5px 10px;
}
#tiempo
{
	display:none;
}
	
#Nerd,#Diarios,#F1,#TV,#Descargas,#Cine,#Juegos,#Humor
{
	display: inline-block; /*permite que varios elementos o bloques esten en linea, uno al lado de otro (siempre que tengan espacio, por eso el width de 50% y el 40% de #cochecito e #historia respectivamente) por que por defecto lo pone uno debajo de otro (display:block <= valor por defecto)*/
	margin: 0 1% 2em 1em;
	text-align: left;
	vertical-align: top; /*las alinea al borde superior par que no afecte que tengan diferente tamaño y puedan quedar una al lado de la otra sin problemas*/
	width: 40%;
}
}
/* Smartphones (landscape) ----------- */
@media only screen 
and (min-width : 321px) {
body
{
	background: #FF9900;
	color: #EEE;
	font-family: Arial;
	font-size: 16px;
	text-align: center;
}
header
{
	margin: 0 0 1em 0;
	padding: 0.5em 0;
	width: 100%;
}
header h1
{
	margin: 0;
	text-shadow: rgba(255,255,255,0.5) 5px 5px 10px;
}
header h1
{
	margin: 0;
	font-weight: normal;
	text-shadow: rgba(0,0,0,0.7) 2px 2px 5px;
}
ul
{
	bottom:0;
	color: #EEE;
	list-style: none;
	padding: 0.5em 1% 0.5em 1em;
	margin:0;
}
article
{
	background: rgba(255,195,106,0.6);
	border-radius: 0.5em;
	box-shadow: rgba(0,0,0,0.5) 5px 5px 10px;
}
#tiempo
{
	display:none;
}
	
#Nerd,#Diarios,#F1,#TV,#Descargas,#Cine,#Juegos,#Humor
{
	display: inline-block; /*permite que varios elementos o bloques esten en linea, uno al lado de otro (siempre que tengan espacio, por eso el width de 50% y el 40% de #cochecito e #historia respectivamente) por que por defecto lo pone uno debajo de otro (display:block <= valor por defecto)*/
	margin: 0 1% 2em 1em;
	text-align: left;
	vertical-align: top; /*las alinea al borde superior par que no afecte que tengan diferente tamaño y puedan quedar una al lado de la otra sin problemas*/
	width: 25%;
}
}

/* Smartphones (portrait) ----------- */
@media only screen 
and (max-width : 320px) {

body
{
	background: #FF9900;
	color: #EEE;
	font-family: Arial;
	font-size: 16px;
	text-align: center;
}
header
{
	margin: 0 0 1em 0;
	padding: 0.5em 0;
	width: 100%;
}
header h1
{
	margin: 0;
	text-shadow: rgba(255,255,255,0.5) 5px 5px 10px;
}
header h1
{
	margin: 0;
	font-weight: normal;
	text-shadow: rgba(0,0,0,0.7) 2px 2px 5px;
}
ul
{
	bottom:0;
	color: #EEE;
	list-style: none;
	padding: 0.5em 1% 0.5em 1em;
	margin:0;
}
article
{
	background: rgba(255,195,106,0.6);
	border-radius: 0.5em;
	box-shadow: rgba(0,0,0,0.5) 5px 5px 10px;
	
}

#tiempo
{
	display:none;
}
	
#Nerd,#Diarios,#F1,#TV,#Descargas,#Cine,#Juegos,#Humor
{
	display: inline-block; /*permite que varios elementos o bloques esten en linea, uno al lado de otro (siempre que tengan espacio, por eso el width de 50% y el 40% de #cochecito e #historia respectivamente) por que por defecto lo pone uno debajo de otro (display:block <= valor por defecto)*/
	margin: 0 1% 2em 1em;
	text-align: left;
	vertical-align: top; /*las alinea al borde superior par que no afecte que tengan diferente tamaño y puedan quedar una al lado de la otra sin problemas*/
	width: 40%;
}

}



/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
body
{
	background: #FF9900;
	color: #EEE;
	font-family: Arial;
	font-size: 16px;
	text-align: center;
}
header
{
	margin: 0 0 1em 0;
	padding: 0.5em 0;
	width: 100%;
}
header h1
{
	margin: 0;
	text-shadow: rgba(255,255,255,0.5) 5px 5px 10px;
}
header h1
{
	margin: 0;
	font-weight: normal;
	text-shadow: rgba(0,0,0,0.7) 2px 2px 5px;
}
ul
{
	bottom:0;
	color: #EEE;
	list-style: none;
	padding: 0.5em 1% 0.5em 1em;
	margin:0;
}

article
{
	background: rgba(255,195,106,0.6);
	border-radius: 0.5em;
	box-shadow: rgba(0,0,0,0.5) 5px 5px 10px;
	
}

#tiempo
{
	display:block;
}

#tiempo2
{
	display:none;
}
	
#Nerd,#Diarios,#F1,#TV,#Descargas,#Cine,#Juegos,#Humor
{
	display: inline-block; /*permite que varios elementos o bloques esten en linea, uno al lado de otro (siempre que tengan espacio, por eso el width de 50% y el 40% de #cochecito e #historia respectivamente) por que por defecto lo pone uno debajo de otro (display:block <= valor por defecto)*/
	margin: 0 1% 2em 1em;
	text-align: left;
	vertical-align: top; /*las alinea al borde superior par que no afecte que tengan diferente tamaño y puedan quedar una al lado de la otra sin problemas*/
	width: 25%;
	
}
}
/* iPads (landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
body
{
	background: #FF9900;
	color: #EEE;
	font-family: Arial;
	font-size: 16px;
	text-align: center;
}
header
{
	margin: 0 0 1em 0;
	padding: 0.5em 0;
	width: 100%;
}
header h1
{
	margin: 0;
	text-shadow: rgba(255,255,255,0.5) 5px 5px 10px;
}
header h1
{
	margin: 0;
	font-weight: normal;
	text-shadow: rgba(0,0,0,0.7) 2px 2px 5px;
}
ul
{
	bottom:0;
	color: #EEE;
	list-style: none;
	padding: 0.5em 1% 0.5em 1em;
	margin:0;
}

article
{
	background: rgba(255,195,106,0.6);
	border-radius: 0.5em;
	box-shadow: rgba(0,0,0,0.5) 5px 5px 10px;
	
}

#tiempo
{
	display:block;
}


#tiempo2
{
	display:none;
}
	
#Nerd,#Diarios,#F1,#TV,#Descargas,#Cine,#Juegos,#Humor
{
	display: inline-block; /*permite que varios elementos o bloques esten en linea, uno al lado de otro (siempre que tengan espacio, por eso el width de 50% y el 40% de #cochecito e #historia respectivamente) por que por defecto lo pone uno debajo de otro (display:block <= valor por defecto)*/
	margin: 0 1% 2em 1em;
	text-align: left;
	vertical-align: top; /*las alinea al borde superior par que no afecte que tengan diferente tamaño y puedan quedar una al lado de la otra sin problemas*/
	width: 8%;/*-webkit-column-count: 2; aun no soportado en todos los navegadore*/
	
}
}

/* iPads (portrait) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
body
{
	background: #FF9900;
	color: #EEE;
	font-family: Arial;
	font-size: 16px;
	text-align: center;
}
header
{
	margin: 0 0 1em 0;
	padding: 0.5em 0;
	width: 100%;
}
header h1
{
	margin: 0;
	text-shadow: rgba(255,255,255,0.5) 5px 5px 10px;
}
header h1
{
	margin: 0;
	font-weight: normal;
	text-shadow: rgba(0,0,0,0.7) 2px 2px 5px;
}
ul
{
	bottom:0;
	color: #EEE;
	list-style: none;
	padding: 0.5em 1% 0.5em 1em;
	margin:0;
}

article
{
	background: rgba(255,195,106,0.6);
	border-radius: 0.5em;
	box-shadow: rgba(0,0,0,0.5) 5px 5px 10px;
	
}
#tiempo
{
	display:block;
}

#tiempo2
{
	display:none;
}
	
#Nerd,#Diarios,#F1,#TV,#Descargas,#Cine,#Juegos,#Humor
{
	display: inline-block; /*permite que varios elementos o bloques esten en linea, uno al lado de otro (siempre que tengan espacio, por eso el width de 50% y el 40% de #cochecito e #historia respectivamente) por que por defecto lo pone uno debajo de otro (display:block <= valor por defecto)*/
	margin: 0 1% 2em 1em;
	text-align: left;
	vertical-align: top; /*las alinea al borde superior par que no afecte que tengan diferente tamaño y puedan quedar una al lado de la otra sin problemas*/
	width: 8%;/*-webkit-column-count: 2; aun no soportado en todos los navegadore*/
	
}
}
/*tablet*/
/* Fire HD 10 (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 800px) 
and (max-device-width : 1280px) {
body
{
	background: #FF9900;
	color: #EEE;
	font-family: Arial;
	font-size: 16px;
	text-align: center;
}
header
{
	margin: 0 0 1em 0;
	padding: 0.5em 0;
	width: 100%;
}
header h1
{
	margin: 0;
	text-shadow: rgba(255,255,255,0.5) 5px 5px 10px;
}
header h1
{
	margin: 0;
	font-weight: normal;
	text-shadow: rgba(0,0,0,0.7) 2px 2px 5px;
}
ul
{
	bottom:0;
	color: #EEE;
	list-style: none;
	padding: 0.5em 1% 0.5em 1em;
	margin:0;
}

article
{
	background: rgba(255,195,106,0.6);
	border-radius: 0.5em;
	box-shadow: rgba(0,0,0,0.5) 5px 5px 10px;
	
}

#tiempo
{
	display:block;
}

#tiempo2
{
	display:none;
}
	
#Nerd,#Diarios,#F1,#TV,#Descargas,#Cine,#Juegos,#Humor
{
	display: inline-block; /*permite que varios elementos o bloques esten en linea, uno al lado de otro (siempre que tengan espacio, por eso el width de 50% y el 40% de #cochecito e #historia respectivamente) por que por defecto lo pone uno debajo de otro (display:block <= valor por defecto)*/
	margin: 0 1% 2em 1em;
	text-align: left;
	vertical-align: top; /*las alinea al borde superior par que no afecte que tengan diferente tamaño y puedan quedar una al lado de la otra sin problemas*/
	width: 25%;
	
}
}
/* FIRE HD10 (landscape) ----------- */
@media only screen 
and (max-device-width : 1280px) 
and (orientation : landscape) {
body
{
	background: #FF9900;
	color: #EEE;
	font-family: Arial;
	font-size: 16px;
	text-align: center;
}
header
{
	margin: 0 0 1em 0;
	padding: 0.5em 0;
	width: 100%;
}
header h1
{
	margin: 0;
	text-shadow: rgba(255,255,255,0.5) 5px 5px 10px;
}
header h1
{
	margin: 0;
	font-weight: normal;
	text-shadow: rgba(0,0,0,0.7) 2px 2px 5px;
}
ul
{
	bottom:0;
	color: #EEE;
	list-style: none;
	padding: 0.5em 1% 0.5em 1em;
	margin:0;
}

article
{
	background: rgba(255,195,106,0.6);
	border-radius: 0.5em;
	box-shadow: rgba(0,0,0,0.5) 5px 5px 10px;
	
}

#tiempo
{
	display:block;
}


#tiempo2
{
	display:none;
}
	
#Nerd,#Diarios,#F1,#TV,#Descargas,#Cine,#Juegos,#Humor
{
	display: inline-block; /*permite que varios elementos o bloques esten en linea, uno al lado de otro (siempre que tengan espacio, por eso el width de 50% y el 40% de #cochecito e #historia respectivamente) por que por defecto lo pone uno debajo de otro (display:block <= valor por defecto)*/
	margin: 0 1% 2em 1em;
	text-align: left;
	vertical-align: top; /*las alinea al borde superior par que no afecte que tengan diferente tamaño y puedan quedar una al lado de la otra sin problemas*/
	width: 8%;/*-webkit-column-count: 2; aun no soportado en todos los navegadore*/
	
}
}

/* FIRE HD 10 (portrait) ----------- */
@media only screen 
and (min-device-width : 800px) 
and (orientation : portrait) {
body
{
	background: #FF9900;
	color: #EEE;
	font-family: Arial;
	font-size: 16px;
	text-align: center;
}
header
{
	margin: 0 0 1em 0;
	padding: 0.5em 0;
	width: 100%;
}
header h1
{
	margin: 0;
	text-shadow: rgba(255,255,255,0.5) 5px 5px 10px;
}
header h1
{
	margin: 0;
	font-weight: normal;
	text-shadow: rgba(0,0,0,0.7) 2px 2px 5px;
}
ul
{
	bottom:0;
	color: #EEE;
	list-style: none;
	padding: 0.5em 1% 0.5em 1em;
	margin:0;
}

article
{
	background: rgba(255,195,106,0.6);
	border-radius: 0.5em;
	box-shadow: rgba(0,0,0,0.5) 5px 5px 10px;
	
}
#tiempo
{
	display:block;
}

#tiempo2
{
	display:none;
}
	
#Nerd,#Diarios,#F1,#Descargas,#Cine,#Juegos,#Humor
{
	display: inline-block; /*permite que varios elementos o bloques esten en linea, uno al lado de otro (siempre que tengan espacio, por eso el width de 50% y el 40% de #cochecito e #historia respectivamente) por que por defecto lo pone uno debajo de otro (display:block <= valor por defecto)*/
	margin: 0 1% 2em 1em;
	text-align: left;
	vertical-align: top; /*las alinea al borde superior par que no afecte que tengan diferente tamaño y puedan quedar una al lado de la otra sin problemas*/
	width: 40%;/*-webkit-column-count: 2; aun no soportado en todos los navegadore*/
	
}
}


/* Desktops and laptops ----------- */
@media only screen 
and (min-width : 1224px) {
body
{
	background: #FF9900;
	color: #EEE;
	font-family: Arial;
	font-size: 16px;
	text-align: center;
}
header
{
	margin: 0 0 1em 0;
	padding: 0.5em 0;
	width: 100%;
}
header h1
{
	margin: 0;
	text-shadow: rgba(255,255,255,0.5) 5px 5px 10px;
}
header h1
{
	margin: 0;
	font-weight: normal;
	text-shadow: rgba(0,0,0,0.7) 2px 2px 5px;
}
ul
{
	bottom:0;
	color: #EEE;
	list-style: none;
	padding: 0.5em 1% 0.5em 1em;
	margin:0;
}

article
{
	background: rgba(255,195,106,0.6);
	border-radius: 0.5em;
	box-shadow: rgba(0,0,0,0.5) 5px 5px 10px;
	
}
#tiempo
{
	display:block;
}

#tiempo2
{
	display:none;
}
	
#Nerd,#Diarios,#F1,#TV,#Descargas,#Cine,#Juegos,#Humor
{
	display: inline-block; /*permite que varios elementos o bloques esten en linea, uno al lado de otro (siempre que tengan espacio, por eso el width de 50% y el 40% de #cochecito e #historia respectivamente) por que por defecto lo pone uno debajo de otro (display:block <= valor por defecto)*/
	margin: 0 1% 2em 1em;
	text-align: left;
	vertical-align: top; /*las alinea al borde superior par que no afecte que tengan diferente tamaño y puedan quedar una al lado de la otra sin problemas*/
	width: 10%;/*-webkit-column-count: 2; aun no soportado en todos los navegadore*/
	
}
}
/* Large screens ----------- */
@media only screen 
and (min-width : 1824px) {
body
{
	background: #FF9900;
	color: #EEE;
	font-family: Arial;
	font-size: 16px;
	text-align: center;
}
header
{
	margin: 0 0 1em 0;
	padding: 0.5em 0;
	width: 100%;
}
header h1
{
	margin: 0;
	text-shadow: rgba(255,255,255,0.5) 5px 5px 10px;
}
header h1
{
	margin: 0;
	font-weight: normal;
	text-shadow: rgba(0,0,0,0.7) 2px 2px 5px;
}
ul
{
	bottom:0;
	color: #EEE;
	list-style: none;
	padding: 0.5em 1% 0.5em 1em;
	margin:0;
}

article
{
	background: rgba(255,195,106,0.6);
	border-radius: 0.5em;
	box-shadow: rgba(0,0,0,0.5) 5px 5px 10px;
}

#tiempo
{
	display:block;
}

#tiempo2
{
	display:none;
}
	
#Nerd,#Diarios,#F1,#TV,#Descargas,#Cine,#Juegos,#Humor,#Humor
{
	display: inline-block; /*permite que varios elementos o bloques esten en linea, uno al lado de otro (siempre que tengan espacio, por eso el width de 50% y el 40% de #cochecito e #historia respectivamente) por que por defecto lo pone uno debajo de otro (display:block <= valor por defecto)*/
	margin: 0 1% 2em 1em;
	text-align: left;
	vertical-align: top; /*las alinea al borde superior par que no afecte que tengan diferente tamaño y puedan quedar una al lado de la otra sin problemas*/
	width: 8%;/*-webkit-column-count: 2; aun no soportado en todos los navegadore*/
	
}



/* iPhone 4 ----------- */
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
/* Styles */
}














/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
  display: none !important;
}

/*
* Hide only visually, but have it available for screen readers:
* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*
* 1. For long content, line feeds are not interpreted as spaces and small width
*    causes content to wrap 1 word per line:
*    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
*/

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
* Extends the .sr-only class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/

.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
  visibility: hidden;
}

/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
*    `contenteditable` attribute is included anywhere else in the document.
*    Otherwise it causes space to appear at the top and bottom of elements
*    that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
*    `:before` to contain the top-margins of child elements.
*/

.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
     * Printing Tables:
     * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
