/* =============================================================================
   Definiciones de pantalla de HTML5
   ========================================================================== */

article, aside, address, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }


/* =============================================================================
   Vínculos
   ========================================================================== */
a {color: #000;}
/*a:visited { color: #551a8b; }*/
a:hover {color: #FFF ;}
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }
a img{border:none}


/*  Tipografía
   ========================================================================== */
h1{font-size:2.8em; line-height:1.2em}
h2 {
font-size: 12px;
line-height: 14px;}
h3 {
font-size: 13px;
line-height: 14px;
text-align: left;}
h4{font-size:0.8em}
h5{font-size:0.5em}
h1, h2, h3, h4, h5, h6 {
margin: 10px 0;
font-family: inherit;
font-weight: bold ;
line-height: 15px;
color: inherit;
text-rendering: optimizelegibility;
}
dd{}
dt{font-size:1.3em;}

p{font-weight:normal; margin:0 0 1em 0; text-decoration:none;}	
address{font-size:1em; color:#FFF; font-style: normal}
small { font-size: 0.95em; }
	
h1, h1 a, h2, h2 a, h3, h3 a, h4, h4 a, h5, h5 a, dd a, address a, p a{text-decoration: none;}



/* =============================================================================
   Listas
   ========================================================================== */

ul{ font-size:1em; margin-bottom:1em;
display: block;
list-style-type: disc; }

dd { margin: 0 0 0 1em }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }



img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }


form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
legend { border: 0; *margin-left: -7px; padding: 0; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; *overflow: visible; }
table button, table input { *overflow: auto; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
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-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid { }
input:invalid, textarea:invalid { background-color: #FFF; }



/*GRID DE CONTENIDO*/

	
[class*="grid"]{ display:block; float:left; }
.grid_0{ width:100%}
.grid_1 {width:64.6%;}
.grid_2{width:29.4%; }

.grid_3 {width:29.4%; margin-right:5.9%; display:inline-block !important; float:none !important}
.grid_3:last-child{ float:right; margin-right:0 !important}

.grid_4{ width:35%;  }
.grid_5{ width: 50%;  }


.grid_6{ width: 38%; float:left }
.grid_6:last-child{ padding-right:0 !important; float:right}
.grid_7{width: 45%; float:left }
.grid_7:last-child{ padding-right:0 !important; float:right}

.grid_info_contac{ display:block; float:right; width:40%}
.grid_info_contac p{ float:none; width:100%; text-align:left; margin-top:15px; margin-bottom:20px}

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }
.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; }



 @media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* La impresión en negro es más rápida: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* No mostrar para imágenes ni para código javascript/vínculos internos */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
 }