/*
CSS Credit: http://www.templatemo.com
*/

/* 
Sport Center Template 
http://www.templatemo.com/preview/templatemo_182_sport_center 
*/
body {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-family: Georgia, "Times New Roman", Times, serif;	
	font-size: 12px;
	color: #333333;
	/*background: #141212 url(../img/templatemo_main_bg.jpg) repeat;*/
	height: 100%;
}

.bg {
  /* The image used */
  background-image: url("../img/MainPublico.jpg");

  /* Full height */
  /*height: 100%;*/
  height: 45vw;


  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

a:link, a:visited { color: #000000; text-decoration: none; font-weight: normal; } 
a:active, a:hover { color: #000000; text-decoration: underline; }

p {
	margin: 0px;
	padding: 0px;
}

img {
	margin: 0px;
	padding: 0px;
	border: none;
}

.cleaner { clear: both; width: 100%; height: 0px; font-size: 0px;  }

.margin_bottom_10 { clear: both; width: 100%; height: 10px; font-size: 1px;	}
.margin_bottom_15 { clear: both; width: 100%; height: 15px; font-size: 1px;	}
.margin_bottom_20 { clear: both; width: 100%; height: 20px; font-size: 1px;	}
.margin_bottom_30 { clear: both; width: 100%; height: 30px; font-size: 1px;	}
.margin_bottom_40 { clear: both; width: 100%; height: 40px; font-size: 1px;	}
.margin_bottom_50 { clear: both; width: 100%; height: 50px; font-size: 1px;	}
.margin_bottom_60 { clear: both; width: 100%; height: 60px; font-size: 1px;	}

.margin_right_40 { margin-right: 40px; }
.margin_right_70 { margin-right: 70px; }

.fl { float: left; }
.fr { float: right }

.button_01 a {
	clear: both;
	display: block;
	width: 100px;
	height: 21px;
	padding-top: 5px;
	background: url(../img/templatemo_button_01.jpg) no-repeat;
	
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

.button_02 a {
	clear: both;
	display: block;
	width: 20px;
	height: 21px;
	padding-top: 5px;
	background: url(../img/templatemo_button_01.jpg) no-repeat;
	
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}


.header_01 {
	clear: both;
	color: #E4D063;
	padding: 5px 0 10px 0;
	border-bottom: 1px dashed #E4D063;
	margin-bottom: 20px;
	font-size: 26px;
}

.header_02 {
	clear: both;
	color: #ffffff;
	padding: 0;
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
}

.em_text {
	color: #ffffff;
}

#tmeplatemo_container {
	width: 980px;
	margin: 0 auto;
	/*background: #4a483f;*/
	background: #FFFFFF;
}

/* menu */

#templatemo_menu {
	clear: both;
	width: 980px;
	height: 55px;
	background: url(../img/templatemo_menu_bg.jpg) repeat-x;
}

#templatemo_menu ul {
	margin: 0 auto;
	padding: 0px;
	width: 790px; /*  ( 138 x no. of menu item ) - 38 */
	list-style: none;
}

#templatemo_menu ul li {
	padding: 0px;
	margin: 0px;
	display: inline;
}

#templatemo_menu ul li a {
	float: left;
	display: block;
	width: 100px;
	height: 40px;
	padding: 15px 38px 0 0;
	background: url(../img/templatemo_menu_right.jpg) right top no-repeat;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #707070;	
	outline: none;
}

#templatemo_menu li a:hover, #templatemo_menu li .current {
	color: #000000;
}

#templatemo_menu li .last {
	padding-right: 0px;	
	background: none;
}

/* end of menu*/

/* header */

#templatemo_header_01 {
	clear: both;
	width: 980px;
	height: 220px;
	background:url(../img/templatemo_header_bg.jpg) no-repeat;
}

/*----- OR ------*/

#templatemo_header_02 {
	clear: both;
	width: 980px;
	height: 220px;
	text-align: center;	
	background: url(../img/templatemo_header_bg_blank.jpg) no-repeat;
}

#templatemo_header_02 #site_title {
	padding: 80px 0 0 0;
	font-size: 40px;
	color: #eccd35;
	font-weight: bold;
}

#site_title span {
	display: block;
	color: #cba810;
	margin-top: 20px;
	font-size: 16px;
}

/* end of header */

/* contetn */

#tmeplatemo_content {
	clear: both;
	width: 880px;
	padding: 10px 50px;
	background: #FFFFFF;
	/*background: #4a483f;*/
}

/* side_column */

#templatemo_side_column {
	float: left;
	position: relative;
	width: 260px;	
	padding: 45px 20px;
	background: #801214;
}

#templatemo_side_column .top {
	position: absolute;
	width: 300px;
	height: 45px;
	top: 0px;
	left: 0px;
	background: url(../img/templatemo_side_column_top.jpg) no-repeat;
}

#templatemo_side_column .bottom {
	position: absolute;
	width: 300px;
	height: 45px;
	bottom: 0px;
	left: 0px;
	background: url(../img/templatemo_side_column_bottom.jpg) no-repeat;
}

#templatemo_side_column img {
	border: 5px solid #000000;
	margin-bottom: 5px;
}

.news_event_section {
	clear: both;
	margin-bottom: 30px;
}

.news_event_section p {
	margin-bottom: 10px;
}

#templatemo_main_column {
	float: right;
	padding-top: 50px;
	width: 480px;
}

#templatemo_main_column p {
	margin-bottom: 15px;
}

.section_w480 {
	clear: both;
	width: 480px;
	margin-bottom: 60px;
}

.section_w160 {
	width: 170px;
}

.section_w270 {
	width: 270px;
}

.section_w320 {
	width: 320px;
}

.section_w480_noclear {
	width: 480px;
}


.image_wrapper img {
	border: 5px solid #000000;
}

.fl_img {
	float: left;
	margin: 3px 20px 10px 0px;
}

.image_wrapper .fr_img img {
	float: right;
	margin: 3px 20px 5px 0px;
}

.content_list_01 {
	margin: 0 0 0 15px;
	padding: 0px;
	list-style: decimal-leading-zero;
}

.content_list_01 li {
	margin: 0px;
	padding: 0 0 10px 0;
}

.content_list_02 {
	margin: 0 0 0 15px;
	padding: 0px;
	list-style:circle;
}

.content_list_02 li {
	margin: 0px;
	padding: 0 0 10px 0;
}
/* end of content */

/* footer */
#templatemo_footer {
	width: 880px;
	padding: 80px 50px 0 50px;
	margin: 0 auto;
	background: #332e2e url(../img/templatemo_footer_bg.jpg) no-repeat;
	min-height: 130px;
}

#templatemo_footer a {
	color: #f6d229;
}

/* end of footer */

/*Agregado por Pablo - Navigation Menu */
/* other elements */
#nav span {
    display: none;
}

/* responsive rules */
@media all and (max-width : 980px) {

    /* top level elements */
    #nav  {
        height: auto;
        margin: 0;
        overflow: hidden;
        padding: 0;
        width: 100%;
    }
    #nav li {
        display: inline;
        float: left;
        height: auto;
        line-height: 40px;
        margin: 0;
        padding: 0;
        position: relative;
        width: 100%;
    }
    #nav > li:after {
        display: none;
    }
    #nav > li > a {
        border-bottom: 1px solid #3B5998;
        height: 40px;
        line-height: 40px;
        margin: 0;
    }
    #nav > li:hover > a, #nav > a:hover {
        margin: 0;
        border-width: 1px;
    }
    #nav > li.subs:hover > a {
        border-radius: 0;
        border-width: 1px;
    }

    /* submenu */
    #nav ul {
        border: 0;
        left: 0;
        margin: 0;
        overflow: hidden;
        padding: 0;
        position: relative;
        top: 0;
    }
    #nav li:hover ul {
        display: none;
    }
    #nav ul li a {
        height: 40px;
        line-height: 40px;
    }
    #nav #s1:target + li > a,
    #nav #s2:target + li > a{
        background-color: #FFFFFF;
        border: 0;
        color: #000000;
        text-shadow: 0 0 transparent;
    }
    #nav #s1:target + li ul,
    #nav #s2:target + li ul {
        display: block;
    }
}

/*RESULTADO https://developer.mozilla.org/en-US/docs/Web/Guide/CSS/Using_CSS_transitions*/
.result {
  position: relative;
  transition-property: background-color, color;
  transition-duration: 1s;
  transition-timing-function: ease-out;
  text-align: left;
  background-color: grey;
  left: 5px;
  top: 1px;
  height: 4px;
  width: 10px
  color: white;
  border-color: black;
  font-family: sans-serif;
  font-size: 18px;
  text-decoration: none;
  box-shadow: 2px 2px 1px black;
  padding: 2px 4px;
  border: solid 1px black;
}

.result:hover {
  position: relative;
  transition-property: background-color, color;
  transition-duration: 1s;
  transition-timing-function: ease-out;
  background-color:#CC9900;
  color:black;
  box-shadow: 2px 2px 1px black;
}
.result_modal {
  position: relative;
  transition-property: background-color, color;
  transition-duration: 1s;
  transition-timing-function: ease-out;
  text-align: left;
  background-color:#CC9900;
  left: 5px;
  top: 1px;
  height: 60px;
  width: 120px
  color: white;
  border-color: black;
  font-family: sans-serif;
  font-size: 48px;
  text-decoration: none;
  box-shadow: 2px 2px 1px black;
  padding: 2px 4px;
  border: solid 1px black;
}
/********DIVS LIKE TABLE*********/
.divtable {
    display:table;
}
.divheader {
    display:table-header-group;
    font-weight:bold;
}
.divrow {
    display:table-row;
}
.divrowGroup {
    display:table-row-group;
}
.divcell {
    display:table-cell;
    /*width:25%;*/
}
/******* Thumbnail ********/
.thumbnail_previo {
	width: 150px;
	height:150px;
	background-position: center center;
    background-size: cover;
    -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, .3);
    display: inline-block;
}
/** Override Border in an image**/
img.noborder { border:none!important; background:transparent; }