@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Lato:400,300,900,300italic);

html,
body {
  height: 100%;
  /* The html and body elements cannot have any padding or margin. */
}

a {transition: all .5s ease-out;}

body {
	font-family: 'Lato', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Lato', sans-serif;
	font-weight: 900;
}

::selection {background: #1d1d1d; color:#fff;}
::-moz-selection {background: #1d1d1d; color:#fff;}

.navbar-inverse .navbar-nav > li > 
a:hover, .navbar-inverse .navbar-nav > li > a:focus {
	background-color: #8a1115;
}

.rojo {color: #8a1115; font-weight: 900}

/* Wrapper for page content to push down footer */
#wrap {
	min-height: 100%;
	height: auto;
	/* Negative indent footer by its height */
	margin: 0 auto -60px;
	/* Pad bottom by footer height */
	padding: 0 0 60px;
}

/* Set the fixed height of the footer here */
#footer {
	height: 60px;
	background-color: #f5f5f5;
	padding: 20px 0;
}

#inicio, #menus, #configuraciones, #contenido, #builder,
#idioma, #noticias, #calendario, #contacto, #widgets,
#media {
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 60px;
}


