/*
html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
body {
    line-height:1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}
nav ul {
    list-style:none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {
    vertical-align:middle;
}

.dNone {
    display: none;
}

.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
}
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

/* Flexible iFrame */

.Flexible-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.Flexible-container iframe,
.Flexible-container object,
.Flexible-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.outstandingColor {
    color:#F49330;
}

.taRight {
    text-align: right;
}

/*STYLES*/

body{
    background: #02388a; /* Old browsers */
    background: -moz-linear-gradient(top,  #02388a 0%, #0f4290 0%, #0f4290 65%, #0c2d64 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#02388a), color-stop(0%,#0f4290), color-stop(65%,#0f4290), color-stop(100%,#0c2d64)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #02388a 0%,#0f4290 0%,#0f4290 65%,#0c2d64 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #02388a 0%,#0f4290 0%,#0f4290 65%,#0c2d64 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #02388a 0%,#0f4290 0%,#0f4290 65%,#0c2d64 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #02388a 0%,#0f4290 0%,#0f4290 65%,#0c2d64 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#02388a', endColorstr='#0c2d64',GradientType=0 ); /* IE6-9 */
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
}

nav ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

nav  {
    font-size: 1.2em;
    font-weight: bold;
    background-color: #091c47;
    padding: 0.8em;
}

nav li {
    display: inline-block;
    margin: 0 0.5em 0 0;
}

nav li a {
    color: #fff;
}

section {
    padding: 1em 0;
}

section:first-child {
    padding-top: 0;
}

section nav {
    font-size: 1em;
    background: #000;
    padding: 0.6em;
    color: #fff;
}

section h2 {
    font-size: 1.5em;
    border-bottom: solid 3px  #0d4e9c;
    color: #0d4e9c;
    margin-bottom: 0.5em;
}
section h3 {
    margin: 0.5em 0;
}

section ul {
    list-style: square inside;
}

section li {
    margin: 0.2em;
}

h2#informacion,
h2#cancheo {
    margin: 0;
}

a {
    color: #0d4e9c;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.lyt_2cols_col1 {
    float: left;
    width: 80%;
}

.lyt_2cols_col2 {
    float: right;
    width: 18%;
}

.lyt_3cols_col1 {
    float: left;
    width: 16%;
}

.lyt_3cols_col2 {
    float: left;
    width: 66%;
    margin: 0 1%;
}

.lyt_3cols_col3 {
    float: left;
    width: 16%;
}

.tMar2 {
    margin-top: 2em;
}
.tMar1 {
    margin-top: 1em;
}

.tMar05 {
    margin-top: 0.5em;
}

.cleanList {
    list-style: none;

}
.small {
    font-size: 0.8em;
}
.big {
    font-size: 120%;
}

.content {
    max-width: 1000px;
    margin: 0 auto;
    background-color: #fff;
    padding: 1.5em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.autoResize {
     outline: 0;
     max-width: 100%;
     height: auto;
}

.taCenter {
    text-align: center;
}

header {
    max-width: 1000px;
    margin: 0 auto;
}

.logoContainer{
     margin: 2em auto;
     text-align: center;
}
aside.lyt_2cols_col2 img {
    outline: 0;
    max-width: 100%;
    height: auto;
}

.addthis_toolbox {
    display: inline-block;
}

#layerMessage {
    text-align: center;
    padding: 1em;
}

#layerMessage h1 {
    font-size: 2em;
    margin-bottom: 0.5em;
}

#layerMessage h3 {
    font-size: 1.5em;
}

#layerMessage h3 span {
    color: #0d4e9c;
}

.twColsList li {
    width: 48%;
    margin: 1%;
    float: left;
}

.sponsors {
    margin-top: 1.5em;
    padding: 1em 0;
    text-align: center;
}

.sponsors img {
    margin: 0.8em 0.3em;
    vertical-align: middle;
}

.alertMessage {
    background-color: #F9E5A5;
    padding: 1em;
    margin: 1em 0;
    border: solid 1px #FD103D;
}

/*
Generic Styling, for Desktops/Laptops
*/
table {
  width: 100%;
  border-collapse: collapse;
}
/* Zebra striping */
tr:nth-of-type(odd) {
  background: #eee;
}
th {
  background: #333;
  color: white;
  font-weight: bold;
}
td, th {
  padding: 4px;
  border: 1px solid #ccc;
  text-align: left;
  font-size: 0.9em;
}

#tabs-1,
#tabs-2 {
    overflow: auto;
}
/*Responsive*/



@media all and (max-width:600px) {

    .lyt_2cols_col1,
    .lyt_2cols_col2,
    .lyt_3cols_col1,
    .lyt_3cols_col2,
    .lyt_3cols_col3 {
        float: none;
        width: 100%;
    }

    header .lyt_2cols_col1,
    header .lyt_2cols_col2 {
        text-align: center;
        margin: 1em 0;

    }

    aside.lyt_2cols_col2 img {
        width:50%;
        max-width: 100%;
        float: left;
    }

}

@media all and (max-width:480px) {
    header h1 {
        font-size: 1.5em;
    }

    header nav {
        font-size: 1.2em;
    }
}


@media all and (max-width:320px) {
    header h1 {
        font-size: 1.5em;
    }

    header nav {
        font-size: 1em;
    }
}