/* Contenido
==================================================
	#Reset & Basics
	#Basic Styles
	#Site Styles
	#Typography
	#Links
	#Lists
	#Images
	#Buttons
	#Tabs
	#Forms
	#Misc */
/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
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, 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, 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;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* #Basic Styles
================================================== */
body {
  -webkit-font-smoothing: antialiased;
  /* Fix for webkit rendering */
  -webkit-text-size-adjust: 100%; }

/* #Typography
================================================== */
em {
  font-style: italic; }

strong {
  font-weight: bold;
  color: #333; }

.small {
  font-size: 80%; }

.big {
  font-size: 200% !important;
  line-height: 1 !important; }

.medium {
  font-size: 130%;
  line-height: 1.2;
  margin-bottom: 8px !important; }

.mayus {
  text-transform: uppercase; }

hr {
  border: solid #ddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 10px 0 30px;
  height: 0; }

.resaltado {
  font-size: 120%;
  color: #9d9c9c; }

/* #Links
================================================== */
p a, p a:visited {
  line-height: inherit; }

/* #Images
================================================== */
img.scale-with-grid {
  max-width: 100%;
  height: auto;
  width: auto\9;
  /* Si... para que funcione en el maldito ie8 */ }

/* #Video
================================================== */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* #Forms
================================================== */
form {
  margin-bottom: 20px; }

fieldset {
  margin-bottom: 20px; }

select {
  padding: 0;
  height: 20px;
  margin-bottom: 8px; }

textarea {
  min-height: 60px; }

label,
legend {
  display: block; }

input[type="checkbox"] {
  display: inline; }

/* #Misc
================================================== */
.none {
  display: none; }

.relative {
  position: relative; }

.ovhidden {
  overflow: hidden; }

.float-left {
  float: left; }

.float-right {
  float: right; }

.clearleft {
  clear: left; }

.align-left {
  text-align: left; }

.align-center {
  text-align: center; }

.align-right {
  text-align: right; }

.justify {
  text-align: justify; }

.margin-right {
  margin-right: 1em; }

.margin-bottom {
  margin-bottom: 1em; }

.margin-top {
  margin-top: 1em; }

.paddings {
  padding: 1em; }

.block {
  display: block; }

.test {
  background-color: #4D5148; }

.naranja {
  color: #ff6b0b !important; }

.blanco {
  color: #fff !important; }

.gris {
  color: #555559 !important; }

.fnd-naranja {
  background-color: #ff6b0b;
  color: #fff; }

.destacado .fnd-naranja a:hover {
  color: #555559; }

.bggris {
  background-color: #555559;
  color: #fff; }

.bggrisclaro, .destacado.bggrisclaro {
  background: #cccccc url("../images/cie/fnd-gris-claro-deg.jpg") no-repeat left top; }

.bggrisosc, .destacado.bggrisosc {
  background: #1f1516 url("../images/fnd-gris-osc-deg.jpg") no-repeat left top; }

.bggdeg, .destacado.bgdeg {
  background: #555559 url("../images/fnd-deg.jpg") no-repeat left top; }