/************************************************************************************
RESET
*************************************************************************************/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}

img, fieldset {
	border: 0;
}

/* set image max width to 100% */
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}

#redes {
    max-width:80px;
    max-height:80px;
}

/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}
 
/************************************************************************************
GENERAL STYLING 
*************************************************************************************/
body {
	background: #333 url(images/body-bg1.jpg) repeat top fixed;
	font: .81em/150% Arial, Helvetica, sans-serif;
	color: #666;  
	background-size: 100%;
} 
a {
	color: #026acb;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}
p {
	margin: 0 0 1.2em;
	padding: 0;
	color: #000;
}

/* list */
ul, ol {
	margin: 1em 0 1.4em 24px;
	padding: 0;
	line-height: 140%;
}
li {
	margin: 0 0 .5em 0;
	padding: 0;
}

/* headings */
h1, h2, h3, h4, h5, h6 {
	line-height: 1.4em;
	margin: 20px 0 .4em;
	color: #000;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1.1em;
	color: #17afbc;
	
}
h6 {
	font-size: 1em;
}

co {
    
    color: black;
    font-style:oblique;
    font-weight:400;
}

/* reset webkit search input styles */
input[type=search] {
	-webkit-appearance: none;
	outline: none;
}
input[type="search"]::-webkit-search-decoration, 
input[type="search"]::-webkit-search-cancel-button {
	display: none;
}

/************************************************************************************
STRUCTURE
*************************************************************************************/
#pagewrap {
	width: 980px;
	margin: 0 auto;
}

/************************************************************************************
HEADER
*************************************************************************************/
#cabecera{
    width: 980px;
        position:fixed;
        top:0;
         -webkit-box-shadow: 10px 10px 13px rgba(0,0,0,.5);
	-moz-box-shadow: 10px 10px 13px rgba(0,0,0,.5);
	box-shadow: 10px 10px 13px rgba(0,0,0,.5);
    
}

#header {
	position: relative;
	height: 40px;
	
}

/* site logo */
#site-logo {
	position: absolute;
	top: 10px;
}
#site-logo a {
	font: bold 30px/100% Arial, Helvetica, sans-serif;
	color: black;
	text-decoration: none;
}

/* site description */
#site-description {
	font: italic 100%/130% "Times New Roman", Times, serif;
	color: #fff;
	position: absolute;
	top: 55px;
}

/* searchform */
#menuredes {
	position: absolute;
	right: 60px;
	bottom: 6px;
	z-index: 100;
	width: 3%;
}

#menuredes2 {
	position: absolute;
	right: 20px;
	bottom: 6px;
	z-index: 100;
	width: 3%;
}
#searchform #s {
	width: 140px;
	float: right;
	background: #fff;
	border: none;
	padding: 6px 10px;
	/* border radius */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	/* box shadow */
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	/* transition */
	-webkit-transition: width .7s;
	-moz-transition: width .7s;
	transition: width .7s;
}

/************************************************************************************
MAIN NAVIGATION
*************************************************************************************/
#main-nav {
	width: 100%; 
	background: #222222;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 100;
	/* gradient */
	background: #000 url(images/nav-bar-b.png) repeat-x;
	background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#17afbc));
	background: -moz-linear-gradient(top,  #000,  #17afbc);
	background: linear-gradient(-90deg, #0b727b, #17afbc);
	/* rounded corner */
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	/* box shadow */
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 1px rgba(0,0,0,.4);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 1px rgba(0,0,0,.4);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 1px rgba(0,0,0,.4);
}
#main-nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	left: 0%;
	position: relative;
	height: 100%;
	
}
#main-nav li:first-child {
	margin-left: 255px;
	
}
#main-nav a {
	line-height: 100%;
	font-weight: bold;
	color: #fff;
	display: block;
	padding: 14px 25px;
	text-decoration: none;
	text-shadow: 0 -1px 0 rgba(0,0,0,.5);
}
#main-nav a:hover {
	color: #fff;
	background: #126c74;
	/* gradient */
	background: -webkit-gradient(linear, left top, left bottom, from(#26cddb), to( #17afbc));
	background: -moz-linear-gradient(top,  #26cddb,   #17afbc);
	background: linear-gradient(-90deg, #26cddb,  #17afbc);
}

#wellogo {
   position: absolute;
	left: 5px;
	top: 2px;
	z-index: 100;
	width: 150px;
	margin-left: 10px; 
}


/************************************************************************************
CONTENT
*************************************************************************************/

#slide{
    position:relative;
    width:100%;
    margin-top: 4.5%;
   
}
	#sl1{
	    position:relative;
	    
	}
	
#content {
	background: #fff;
	margin-top: 0;
	padding: 20px 35px;
	width: 1auto;
	/* rounded corner */
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	/* box shadow */
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	box-shadow: 0 1px 3px rgba(0,0,0,.4);
	
	 
	
}
#camps{
    width: 35%;
    position:relative;
    right: 10;
    top:10;

    
}

#camp{
    position:relative;
    width:100%;
    
}
.textocamp{
    width:60%;
    position:absolute;
    top:0px;
    right:0;
    
}

#vids{
    width: 32%;
    padding-left: 6%;
}
#pics{
    width:100%;
    text-align: center;
}

p{
    text-align:justify;
    font-family: century gothic;
}


/* post */
.post {
	margin-bottom: 40px;
	border-bottom: solid 1px #eee;
	
}
.post-title {
	margin: 0 0 5px;
	padding: 0;
	font-family: fantasy;
	border-bottom: solid 1px #eee;
}
.post-title2 {
	margin: 0 0 0;
	padding: 0;
	font: italic bold 16px/120% Arial, Helvetica, sans-serif;
	border-bottom: solid 1px #eee;
	text-align:right;
}
.post-title a {
	text-decoration: none;
	font-size: 30px;
	color:#000;
	border-bottom: solid 1px #eee;
}
.post-title2 a {
	text-decoration: none;
	color:#222;
	border-bottom: solid 1px #eee;
	text-decoration:underline;
}
.post-meta {
	margin: 0 0 10px;
	font-size: 90%;
	border-bottom: solid 1px #eee;
}

/* post image */
.post-image {
	margin: 0 0 15px;
	border-bottom: solid 1px #eee;
}


/************************************************************************************
FOOTER
*************************************************************************************/
#footer {
	clear: both;
	color: #fff;
	font-size: 85%;
	background-color: #0b727b;
	border-bottom-right-radius: 10px;
	text-indent:20px;
	margin-bottom:0;
	width: auto;
	
}

.pfooter {
    color:#fff;
}

#footer a {
	color: #fff;
}

/************************************************************************************
CLEARFIX
*************************************************************************************/
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clearfix { display: inline-block; }
.clearfix { display: block; zoom: 1; }


@media screen and (max-width: 1000px) {
    #pagewrap {
        width: 95%;
    }
    
    #cabecera{
    width: 95%;
    position:fixed;
    top:0px;
    
}
    #header{
        top:0;
    }
    
    #content {
        width: auto;
        padding: 3% 4%;
    }
    
    #sidebar {
        width: 30%;
    }
    #sidebar .widget {
        padding: 8% 7%;
        margin-bottom: 10px;
    }
    
      #main-nav {
top:0	
	
}
       #main-nav li {
        top:5px;	
        right: 9%;
        margin-left: 2%;
        
	
}
     
     #main-nav a {
        font-size: 100%;
        padding: 10px;
        
        
        
    }
     
     #main-nav li:first-child {
	margin-left: 250px;
    }
    
    #slide{
    position:relative;
    width:100%;
    margin-top: 5%;
}
	#sl1{
	    position:relative;
	    
	}
	
	#camps{
    width: 100%;
    position:relative;
    right: 10;
    top:0;
    

    
}

#camp{
    position:relative;
    width:100%;
    margin-bottom: 40px;
    padding-right: 20px;
    
}
.textocamp{
    width:100%;
    position:relative;
    top:0px;
    right:0;
    
}
	
	#footer {
	width: auto;
	
}
}

@media screen and (max-width: 870px) {
      #main-nav li {
	margin-left: 3%;
	padding: 0;
	list-style: none;
	float: left;
	position: relative;
	height: 62px;
	top:5px;
	
}
     #main-nav a {
        font-size: 95%;
        padding: 10px 8px;
        
    }
     
     #main-nav li:first-child {
	margin-left: 200px;
    }
    
  #menuredes {
    width: 25px;  
    right:50px;
      top:6px;
      
    }
    
    #menuredes2{
    width: 25px;
    right: 10px;
    top:6px;    
    }
    
    #slide{
    position:relative;
    width:100%;
    margin-top: 6%;
}
	#sl1{
	    position:relative;
	    
	}
}

@media screen and (max-width: 790px) {
   
     #main-nav a {
        font-size: 80%;
        padding: 10px 8px;
        margin-left: 0%;
        
    }
     
     #main-nav li:first-child {
	margin-left: 28%;
    }
}

@media screen and (max-width: 700px) {
    
    #cabecera{
    width: 95%;
        position:absolute;
        top:0;
    
}
        
        #header {
        height: auto;
    }
    
    #main-nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	position: relative;
	height: 80px;
	top:45px;
	margin-left: 2%;
	
}
     #main-nav a {
        font-size: 100%;
        padding: 10px 8px;
        
    }
     
     #main-nav li:first-child {
	margin-left: 120px;
    }
    
     #menuredes {
    width: 30px;  
    right:50px;
      top:6px;
      
    }
    
    #menuredes2{
    width: 30px;
    right: 10px;
    top:6px;    
    }
    
     #wellogo {
   position: absolute;
	left: 0px;
	top: 5px;
	z-index: 100;
	width: 22%;
	margin-left: 10px;
}
    
    #main-nav {
        position: static;
    }
    
    #slide{
    position:relative;
    width:100%;
    margin-top: 13%;
}
	#sl1{
	    position:relative;
	    
	}
    
    #site-logo {
        margin: 15px 100px 5px 0;
        position: static;
    }
    
    #site-description {
        margin: 0 0 15px;
        position: static;
    }
    
    #content {
        width: auto;
        float: none;
        margin: 20px 0;
        margin-top:0%;
            
    }
    
    #sidebar {
        width: 100%;
        float: none;
        margin: 0;
    }
    
    
    #footer {
        font-size: 100%;
        width: 100%;
        margin-top:0;
    }
    
    
}


@media screen and (max-width: 650px) {
    html {
        -webkit-text-size-adjust: none;
    }
    
    #cabecera {
        top:0px;
    }
    
    #menuredes {
    width: 25px;  
    right:50px;
      top: 6px;
      
    }
    
    #menuredes2{
    width: 25px;
    right: 10px;  
    top:6px;  
    }
    
   
    
    #main-nav li {
	margin-left: 5%;
	padding: 0;
	list-style: none;
	float: left;
	position: relative;
	height: 72px;
	top: 40px;
	
}
    #main-nav a {
        font-size: 95%;
        padding: 10px 8px;
        
    }
    #main-nav li:first-child {
	margin-left: 0px;
	
	
}

#slide{
    position:relative;
    width:100%;
    margin-top: 13%;
}
	#sl1{
	    position:relative;
	    
	}
	#content{
    margin-top:0%;
    }
     #main-nav li {
	left: 10%; 
	
}
    #wellogo{
        width: 20%;
        top:6px;
    }
	
}

@media screen and (max-width: 580px) {
    #slide{
    position:relative;
    width:100%;
    margin-top: 16%;
}
	#sl1{
	    position:relative;
	    
	}
    #content{
    margin-top:0%;
    }
    
  #main-nav li {
	left: 5%; 
  }
    
    #wellogo{
        width: 25%;
        top:6px;
    }   
    
}

@media screen and (max-width: 500px) {
 #main-nav a {
        font-size: 90%;
        padding: 10px 8px;
        
    }
    #main-nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	position: relative;
	height: 62px;
	top:35px;
	
}
     #main-nav li:first-child {
	margin-left: 0px;
	
	
}
#slide{
    position:relative;
    width:100%;
    margin-top: 20%;
}
	#sl1{
	    position:relative;
	    
	}
	#content{
    margin-top:0%;
    }
    
     #main-nav li {
	left: 2%; 
	margin: 2%;
	
}
    #wellogo{
        width: 30%;
        top:3px;
    }
}
    @media screen and (max-width: 440px) {
 #main-nav a {
        font-size: 85%;
        padding: 1px 5px;
        
    }
    #slide{
    position:relative;
    width:100%;
    margin-top: 23%;
    
}
	#sl1{
	    position:relative;
	    
	}
	#content{
    margin-top:0%;
    }
    
    #camp{
    margin-bottom: 10px;
    
}
	 #main-nav li {
	right: 0%; 
	top: 45px;
	
}
    #wellogo{
        width: 30%;
        top:6px;
    }
	
}

 @media screen and (max-width: 332px) {
 #main-nav a {
        font-size: 65%;
        padding: 10px 8px;
          
    }
    
    #main-nav li {
	right: 0%; 
	
}
    #wellogo{
        width: 10%;
        top:6px;
    }
    #slide{
    position:relative;
    width:100%;
    margin-top: 43%;
}
	#sl1{
	    position:relative;
	    
	}
	#content{
    margin-top:0%;
    }
    
    #camp{
    margin-bottom: 10px;
    
}
}


