@charset "utf-8";
/*GENERALES***************************************/
body { 
	background:#23420E url(../img/background2.jpg) center top;
	background-size:cover;
	background-attachment:fixed;
	margin:0;
	/*Fuente general y color de la fuente*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#666;
}
@media (max-width: 600px) {
	body {font-size:11px;}
}

/*ELEMENTOS***************************************/
img {border:0;} /*eliminar bordes a imagenes*/
a {text-decoration:none; color:#8CC73D;} /*Todos los links textuales*/
a:hover {text-decoration:underline;}

img.responsive_img {max-width:100%; height:auto;}

img.rounded {border-radius:1em; border:solid #CCC 4px; max-width:80%;}

.clear {clear:both;}
.right {float:right;}
.left {float:left;}
hr {
	border: 0;
    border-top: dotted 3px #E6E6E6;
    padding: 0;
    margin: 2px 0;
}
p {line-height:1.5em;}
.highlight {color:#daa23f;}
.text-center {text-align:center;}
.text-justify {text-align:justify;}

.txt_yellow {color:#FC0;}

.spacer_bottom {margin-bottom:1.5em;}
.spacer_top {margin-top:1.5em;}

blockquote {
	background: #f0f0f0;
    margin: 1em 0;
    padding: 0.5em 1em;
    border-radius: 0.5em;
    border: dotted 2px #CCC;
}

/*Titulares secciones*/
h1, h2, h3 {
	font-family:'single_sleeveregular';
	text-transform:uppercase;
	padding: 0.1em;
    margin: 0;
}
h1 {
	color: #404041;
    letter-spacing: 0.02em;
    font-size: 4em;
    font-weight: 600;
}
h2 {
	color: #d55f25;
	font-size: 3em;
	font-weight: 400;
}
h3 {
	font-size: 2em;
	font-weight: 400;
}

/*RESPONSIVE GRID***********************************/
.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}

.col_content {width:95%;}

[class*="col-"] {float:left;}
.row::after {content:""; clear:both; display:table;}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    [class*="col-"] {
        width: 100%;
    }
}


/*HEADER*********************************************/
header {
	background: url(../img/header_background.png) center bottom no-repeat;
    background-size: 100%;
    display: block;
    width: 100%;
    text-align: center;
	
}
div#HeaderImg {
	display:inline-block;
	max-width:800px;
	margin:auto;
}
div#HeaderImg img {
	width:100%;
	margin-bottom: -40px;
}


/*CONTENIDOS********************************************************/
section.white {
	background:#FFF url(../img/background-white.jpg) top center;
	background-size:100%;
	border-top:solid #404041 10px;
}
section.green {
	background:#23420e;
}

section.color h1, section.color h2, section.color h3, section.color p {
	color:#FFF;
}
section.color h2 span {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
}
section.color hr {
	border-top: dotted 3px #FFF;
}

/*FOTOS PARTICIPANTES***********/
.fotos img {
	max-width: 28%;
    margin: 0.5%;
    border-radius: 50%;
    border: solid 4px #999;
}

/*SLIDER**********************/
.cycle-slideshow {
	max-width:600px;
	margin:15px auto;
}
.cycle-slideshow img {
	width:100%;
	border-radius:15px;
	border:solid 4px #FFF;
}

@media (max-width: 500px) { .contenido {padding:30px 15px!important;} }
.contenido {
	padding: 50px;
	max-width: 900px;
	margin: 0 auto;
}

/*BOTON*/
.Boton {
	text-transform:uppercase;
	font-family: 'single_sleeveregular';
	font-size:3em;
	background:#8CC73D;
	border:solid 2px #FFF;
	color:#FFF;
	-webkit-border-radius:5px;
	padding:4px 15px;
}

.Boton:hover {
	background:#658F2D;
	text-decoration:none;
}

/*TABLAS*/
table {
	width: 100%;
    max-width: 500px;
	margin:auto;
	border: solid 1px #666;
	border-collapse: collapse;
	background:#FFF;
}
table td {
	padding:8px 5px;
}

table thead th {
	background: #D65B22;
	color: #FFF;
	font-family: 'single_sleeveregular';
	font-size: 2em;
	font-weight: 400;
}

table tbody {font-weight:bold;}
table tbody tr:nth-child(even) {background:#E4EED6;}
table strong {color:#666;}


/**PATROCINADORES*************************/
.patrocinadores {text-align: center;}
.patrocinadores div {max-width: 30%; display: inline-block; margin: 1%;}
.patrocinadores div img {max-width: 100%;}


/*FOOTER NEW*****************************/
footer {
	display:block;
	background:#3F641A;
	color:#FFF;
	line-height: 1.6em;
	padding:1.5em;
}
footer span {
	margin: 0 5px;
    padding: 0;
}
footer hr {margin:0.5em 0;}

footer ul {list-style:none; display:block; width:170px; margin:auto;}
footer ul li a {
	display:inline-block;
	float:left;
	background:#3F641A;
	color:#FFF;
	width:35px;
	padding:7px 0 5px 0;
	margin:3px;
	border-radius:50%;
	border:solid 2px #FFF;
	font-size:18px;
	transition: all 0.2s ease-in;}
footer ul li a:hover {background:#e78c38; /*padding:10px 3px 8px 3px; margin:0;*/}

.credit {
	display: block;
    margin: 0.5em;
    text-align: right;
}
@media (max-width: 600px) {
	.credit {margin:1em; text-align:center;}}


