@import url(https://fonts.googleapis.com/css?family=Oswald:300);
@import url(https://fonts.googleapis.com/css?family=Anton);
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,300);
@import url(https://fonts.googleapis.com/css?family=Shadows+Into+Light);

*{
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

body{
font-family: "oswald"; 
    
    
}


    img.celular{
        width: 100% !important;
      

    }
    

body #fondo{
display: none;
}

li.boton-1{
    
    background-image: url(imagenes/boton-1.svg);
    background-repeat: no-repeat;
    width: 130px;    
}



li.boton-2{
    
    background-image: url(imagenes/fondo-2.svg);
    background-repeat: no-repeat;
    width: 130px; 
}



a{
  text-decoration: none;

}


h1.online{
background-image: url(imagenes/online.gif);
background-repeat: no-repeat;
width: 100%;
height: 24px;
cursor: pointer;
    
    
}


h1.inicio{
    font-family: "oswald";
   font-weight: normal;
    text-align: center;
    margin: 0.5em 0.5em;
     
}
h1.inicio span{
    font-family: "oswald";
color: blue;
    font-weight: 600;
}

li{
  list-style: none;
}


body > header > nav.celu li.active a{
 background-color:#8CF4B6;
 color: blue;
 padding: 0.4em 0.4em;
}


body > header > nav.celu a:hover{
  color: #000;
  border: solid 0.1em #00FFFF;
  padding: 0.4em 0.4em;
}


body > header > nav.grandes{
  display: none;
}


#limpiar{
  
  clear: both;
  
}



.mapa-icon {
    background-image: url(imagenes/logo-mapa.jpg);
    width: 36px;
    height: 35px;
    background-repeat: no-repeat;
    display: block;
    float: right;
   margin-left: 1em;
    
}

    header figure.logo2 {
float: right;
text-align: center;
width: 100%;
background-color: black

    }
    
        header figure.logo2 img{

width: 30%;


 }

#juntas {
ackground-color: rgba(255,255,255,0.7);
}



header figure.logo-agenda{

  margin:2em 6.5em 0;
float: left;
    width: 20%;
  
}


header figure.logo {
width: 100%;
text-align: center;
margin: 1em 0;

    }


header figure.logo img{

width: 40%;

 }


header figure.logo-agenda img{

width: 50%;
  
}




nav{
text-align: center;
    

}

nav a{
color: #000;
  
}


header.hola #cosito{
    background-image: url(imagenes/cosito.jpg);
    background-repeat: no-repeat;
width: 145px;
    height: 69px;
    position: absolute;
margin: 1em 0 0em 70em;
    background-color: greenyellow;
}

.submenu{
  display: none;
  text-align: center;
  width: 100%;
  margin:0 auto ;
}


  
    /*aquí comienza la subbotonera*/
			
	       .nav li a:hover {
				
                padding: 0 !important;
                margin: 0 !important;
			}
			
			.nav li ul {
				display:none;
				position:absolute;
                
			
			}
			
			.nav li:hover > ul {
				display:block;
                padding: 0 !important;
                margin: 0 !impotant;
			}
			
			.nav li ul li {
               background-color: rgba(0, 0, 171, 0.8) !important;
               padding:0 0 0 0.5em !important;
                
               margin: 0 !important;
            text-align: left !important;
                max-width: 100px;

               
			}
			.nav li ul li ul {
				right:0px !important;
                padding: 0 !important;
                margin: 0 !important;
			}
			

    
    /*fin de la subbotonera*/    
    


aside.left{

display: none;
}


#agenda{
    
    background-color: red! important;
}

nav .celu ul li a:hover{
 color:blue;
 cursor:pointer;
}
  

  
nav.celu ul li:hover ul{
 display: block;
 line-height: 2em;
 cursor:pointer;

}

figure.video{
  height: 6em;
  margin: 0 auto;
  text-align: center;


  
}


main.home{
    padding: 0.5em 0.5em !important;
   
}

figure.video iframe{

border: solid 0.2em #000;

width: 100%;
height: 250px;
}

#quitar {
    display: none;
}


#destacado{
  float: right;
  background-color: rgba(0, 0, 171, 0.8);
  z-index: 1;
  position: relative;
  padding: 2em 2em;
 color:#8CF4B6; ;
margin: -12em 0em 0 0;
}


#destacado > a.tit-destacado{
  font-size: 1em;
  color: #8CF4B6;
  background-color: #000;
  display: compact;
  font-family: 'Oswald', sans-serif;
  font-size: 1.3em;
  font-weight: 300;
 
}

#destacado > a.tit-destacado2{
  font-size: 1em;
  color: #000;
  background-color:#8CF4B6;
  display: compact;
  font-size: 0.8em;
 
}

.mas{
  
  font-size: 1em;
  color: #000;
  background-color:#8CF4B6;
  font-size: 0.8em;
  width: 20%;
  text-align: center;
  cursor: pointer;
  
}


main#turnos{ 
    float: left;
    width: 100%;
    margin: 0.5em 0;
 background-color: rgba(125,125,125,0.8);
}

article.hola{
  float: left;
background-color: red! important;

}
.col1{
  float: left;
  width:40%;
}


.col2{
  float: left;
  width: 40%;
}
  
#destacado > p{
  font-size: 0.7em;
}


#destacado > ul li  {
  font-size: 1.1em;
}


article{
  font-family: 'Oswald', sans-serif;
  font-size: 1.1em;
  font-weight: 300;
  float: left;
width: 100%;
padding: 0.5em 0.5em;
    

}
  

aside h1 a{
    cursor: pointer! important;
    color: rgb(33, 172, 94);
    font-family: "oswald";
    font-weight: bold;
    font-size: 28px!important;
   
}


#left .ver{
   background-color: black;
   
}
aside h1 a:hover{
    text-decoration: none;
    cursor: text;
    color: aquamarine;
   
}


#col-1{
    
    width: 100%;
    float: left;
    margin-right: 2%;
}

#col-2{
    
    width: 100%;
    float: left;
    margin-top: 1em;
   
    
}

#contenedor > article.tres > textarea{
  font-size: 1.2em;
    background-color: #000;
}
  
article.uno{

  width: 100%;
  margin:0 auto;
 
 color: blue;
 padding: 1em 1em;
}  

#contenedor-inicio{
   width: 74%;
float: left;
    background-color: rgba(0,0,0,0.5);
    
    
}

body #fondo-galeria{
  display: none;
}

article.dos-inicio{
    float: left;
    width: 48%;
    margin:0 auto;
  padding: 1em 1em;
    
  }  



#disponibilidad {
    width: 100%;
}




a.compact{
 background-color: #000;
 color:#8CF4B6;
 font-size: 1.5em;
 text-align: center;
 width: 100%;
display: block;
}
  
article.dos{
    float: left;
    width: 100%;
    margin:0 auto;

    
  }  
  
  
article.dos p{
  font-size: 0.8em;
  line-height: 2;
 
  
}  
    
article.tres{
  float: left;
  width: 20%;
  margin:0 auto;
 
  padding: 1em 1em;
  color: blue;
}  

#contenedor{
  width: 50%;
  margin: 0 auto;
  padding: ;
  
}




/*-- footer --*/
.footer-top {
    background-color: #1f1f1f;
    padding: 4em 0;
}
a.flogo img {
    width: 50%;
}
.footer-grid p {
    color: #979797;
    font-size: 0.9em;
    line-height: 2em;
    margin-top: 1em;
}
h4.footer-head {
    font-size: 1.5em;
    color: #0000AB;
    margin-bottom: 1em;
}
ul.cat li {
	list-style-type:none;
	margin:0.85em 0;
}
ul.cat li  a{
	color: #979797;
	font-size: 0.95em;
	font-weight: 400;
}
ul.flickr li {
    width: 20%;
    float: left;
	display:inline-block;
	margin:0 3px 3px 0;
}
ul.flickr li img {
	width:100%;
	border:1px solid #1f1f1f;
    transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
ul.flickr li img:hover {
	border:1px solid #0000AB;
    transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
ul.location li  a{
	color: #979797;
	font-size: 1.1em;
}
ul.cat li  a:hover {
	color: #0000AB;
    
}
ul.location li  a:hover {
	color: #0000AB;
}
ul.location li {
	float:left;
	display:inline-block;
	margin: 0;
}
ul.location li:nth-child(2) {
    float: right;
    width: 85%;
	color: #979797;
    font-size: 0.95em;
    line-height: 2em;
	text-transform:lowercase;
	margin: 0;
}
span.glyphicon.glyphicon-map-marker,span.glyphicon.glyphicon-earphone ,.glyphicon.glyphicon-envelope {
    color: #fff;
    font-size: 12px;
    background-color: #0000AB;
    padding: 6px;
    border-radius: 50%;
	vertical-align: top;
}
span.glyphicon.glyphicon-map-marker {
    margin-top: 3px;
}
span.hq {
    color: #979797;
    font-size: 1em;
    margin-bottom: 1em;
    display: block;
}
ul.location {
    margin-top: 1em;
}

.copyrights {
	float:left;
    text-align: center;
}
.footer-social-icons ul {
 
    margin: 0 auto;
    width: 100%;

}
.footer-social-icons {
	margin: 0 auto;
    text-align: center;

    
}
.copyrights p {
    color: #979797;
    font-size: 0.9em;

}
.copyrights p a {
	color:#0000AB;
	margin-left:2px;
}
.footer-social-icons ul li {
	display:inline-block;
	margin:0 0.2em;
}
.footer-social-icons ul li a{
	width:30px;
	height:30px;
	background:url('imagenes/img-sprite.png') no-repeat 0px 0px;
	display:inline-block;
}
.footer-social-icons ul li a.facebook {
	background-position:0px 0px;
}
.footer-social-icons ul li a.facebook:hover {
	background-position:0px -30px;
}
.footer-social-icons ul li a.twitter {
	background-position:-30px 0px;
}
.footer-social-icons ul li a.twitter:hover {
	background-position:-30px -30px;
}
.footer-social-icons ul li a.flickr {
	background-position:-60px 0px;
}
.footer-social-icons ul li a.flickr:hover {
	background-position:-60px -30px;
}
.footer-social-icons ul li a.googleplus {
	background-position:-90px 0px;
}
.footer-social-icons ul li a.googleplus:hover {
	background-position:-90px -30px;
}
.footer-social-icons ul li a.dribbble {
	background-position:-120px 0px;
}
.footer-social-icons ul li a.dribbble:hover {
	background-position:-120px -30px;
}


span.glyphicon.glyphicon-map-marker,span.glyphicon.glyphicon-earphone ,.glyphicon.glyphicon-envelope {
    color: #fff;
    font-size: 12px;
    background-color: #0000AB;
    padding: 6px;
    border-radius: 50%;
	vertical-align: top;
}
span.glyphicon.glyphicon-map-marker {
    margin-top: 3px;
}

.glyphicon-map-marker:before {
  content: "\e062";
}


h2.foot{
 text-align: center;
font-family: "oswald";
    font-weight: 800;
    
}

a.azul{
 background-color: darkblue;
    display: block;
    text-decoration: none;
    cursor: pointer;
    color: aliceblue;



}
   
}

a:hover.azul{
 background-color: blue;
    display: block;
    text-decoration: none;
    color: aliceblue;
   
}



aside.cel{
font-family: "oswald";
float: left;
width: 100%;
padding: 0.5em 0.5em;  
    
}

   figure.video iframe{


height: 355px;
}

/*-- //footer --*/

            footer{
                padding-top: 2em;
            }

footer p{
  width: 100%;
  float: left;
  margin: 0px auto;
  padding: 0em 2em;
  font-size: 10px;
  text-align: center;

}
#logos{
  width: 100%;
  text-align: center;
 }

textarea{
  border: solid 0.2em #8CF4B6;
  color: blue;
  width: 100%;
}




/*aqui comienza videoteca*/

#videotecamain{
        padding: 0.5em 0.5em;
     
}

#voldervolver{
    width: 50px;
    margin-bottom: 1em;
    background-color: #57AF31;
    border-radius: 5px;
    padding: 0.3em;
}

#voldervolver li a{
    color: #fff;
    font-size: 0.8em;
}

#videoteca{
    clear: both; 
}

#videotitle{
    width: 100%;
    text-align: center;
    background-color: #3A59A1;
    color: #ffffff;
    padding: 5px;
}

#videotecades{
    margin: 15px 0px;
    text-align: center;
}


.parts1{
    width: 100%;
    display: inline-block;
    float: left;
}
 
.parts2{
    width: 100%;
    display: inline-block;
    float: left;
}
 
.parts1>h3{
    text-align: center;
    padding: 5px;
    font-family: Anton;
    background-color: rgba(146, 190, 17, 0.8);
    letter-spacing: 0.1em;
    font-size: 1.5em;
    position: absolute;  
}
 
.parts2>h3{
    text-align: center;
    padding: 5px;
    font-family: Anton;
    background-color: rgba(146, 190, 17, 0.8);
    letter-spacing: 0.1em;
    font-size: 1.5em;
    position: absolute;  
}



.change img{ 
    visibility: hidden;
    position: absolute;
    width: 50%;
    margin: 0 auto;
    padding: 0 auto;
    
}
 
.nochange img{
     width: 100%;
    margin: 0 auto;
    padding: 0 auto;
    
}


.kotoba{
    text-align: center;
    padding: 10px;
    background-color: rgba(58, 88,160,0.8); 
    margin-bottom: 10px;
    color: #ffffff;
    font-family: Source Sans Pro;
    font-weight: 300;
    
}
/*popup*/

#popup {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1001;
}

.contentpopup {
    margin:0px auto;
    margin-top:90px;
    position:relative;
    padding:10px;
    width:75%;
    min-height:250px;
    border-radius:4px;
    background-color:#FFFFFF;
    box-shadow: 0 2px 5px #666666;
}

.contentpopup h2 {
    color:#3A59A1;
    border-bottom: 1px solid #3A59A1;
    margin-top: 0;   
    padding-bottom: 4px;
}

.popupoverlay {
    left: 0;
    width: 100% !important;
    height: 1545px !important;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
    display:none;
    background-color: #3A59A1;
    cursor: pointer;
    opacity: 0.7;
}

.close {
    position: absolute;
    right: 15px;
}

#listalista>ul>li{
  padding-top: 1em;
}

#opentitle{
    clear: both;
    padding: 5%;
    text-align: center;
    background-color: #57AF31;
    border-radius: 25px;
    width: 100%;

}

#opentitle a{ 
    color: #ffffff;
    letter-spacing: 0.5em;
}

/*aqui termina videoteca*/


/*aqui comienza masnuevo*/

.masnuevosmain{
   padding: 0.5em 0.5em;
}

.masnuevosmain h2{
   padding: 0.5em 0.5em;
    text-align: center;
    background-color: #3A59A1;
    opacity: 0.7;
    color: #ffffff;
    margin-bottom: 1em;
}

/*slide*/

.boxgrid h3{ margin:5px; color:#FFFFFF; font-size:1.5em;  }
			
			.boxgrid{ 
				width: 100%; 
				height: 400px; 
				margin-bottom:5px; 
				float:left; 
				border: solid 5px #3A59A1; 
				overflow: hidden; 
				position: relative; 
                
			}
				.boxgrid img{ 
					position: absolute; 
                    width: 100%;
					top: 0; 
					left: 0; 
					border: 0; 
				}	
				
				.boxgrid p{ 
                    font-family: Source Sans Pro;
					padding: 8px;
					padding-left:25px;
					color:#ffffff; 
					font-size:0.9em;
				}
				
			.boxcaption{ 
				float: left; 
				position: absolute; 
                margin-top: 160px;
				background:url(img/arrow.png) -1px 40px no-repeat #3A59A1;
				border-top:1px solid #fff;
				height: 100px; 
				width: 100%; 
				opacity: .9; 
	
 			}
 				.captionfull .boxcaption {
 					top: 260px;
 					left: 0;
 				}
 				.caption .boxcaption {
 					top: 190px;
 					left: 0;
 				}
				



/*aqui termina masnuevo*/

/*aqui comineza concursos*/

.videoganador{
    display: block;
    margin-top: 0.5em;
}
#mainconcurso article{
    background-color: #284093;
    margin: 0;
    padding: 0;
}


#tab1{
    height: 2250px;
}


#mainconcurso article>li>a{
    display: block;
    float: right;
    color: #ffffff;
    background-color:rgba(255, 255, 255, 0.2);

}

#tab1 h4{
    display: block;
    margin-top: 2em;
    color: #ffffff;
    text-align: center;
    letter-spacing: .1em;
    background-color: rgba(87, 175, 49, .5);
    padding: 0.5em;
}

#tab2{
    height: 2450px;
}
#tab2>p{
    padding-bottom: 1em;
    text-align: center;
    
}

#tab2 .videoganador p{
    padding-bottom: 4.5em;
    width: 85%;
    display: inline-block;
    float: left;
}
.votovoto {
    width: 15%;
    display: inline-block;
    float: left;
    
}

.votovoto a{
    color: #b0b0b0;
    font-size: 0.8em;
    

}

.votovoto img{
    width: 25px;  
}


#tab2>li>a{
    display: block;
    color: #fff;
    padding: 0.5em;
    margin: 5px;
    background-color:rgba(87, 175, 49, .5);
    text-align: center;
}

#tab2 h4{
    color: #FFF;
    margin-top: 1em;
    padding: 0.5em 0em;
    background-color: rgba(255, 255, 255, 0.2);
    text-align: center;
    border-bottom: 1px solid #FFF;
 
}


.videoganador iframe{
    height: 250px;   
}
/*tabs*/
#mainconcurso{
    padding: 0.5em 0.5em;
}

#content h3{
    color: #ffffff;
    letter-spacing: 0.1em;
    text-align: center;
    padding: 1em 0;
}
#tab1>p{
    text-align: center;
}

#content p{
  color: #ffffff;  
    font-size: 0.8em;
}

#tabs{
  overflow: hidden;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;

}
 
#tabs li{
    float: left;
    margin: 0 .5em 0 0;
    width: 45%;
    display: inline-block;
}
 
#tabs a{
    position: relative;
    display: inline-block;
    background-image: linear-gradient(to bottom, #fff, #57AF31);
    padding: 1em;
    float: left;
    text-decoration: none;
    color: #444;
    width:100%;
    border-radius: 5px 0 0 0;
    box-shadow: 0 -2px 3px -2px rgba(87, 175, 49, .5);
}
 

#tabs a::after{
  content:'';
  position:absolute;
  z-index: 1;
  top: 0;
  right: -.5em;
  bottom: 0;
  width: 1em;
  background: #ddd;
  background-image: linear-gradient(to bottom, #fff, #57AF31);
  box-shadow: 2px 2px 2px rgba(0,0,0,.4);
  transform: skew(10deg);
  border-radius: 0 5px 0 0;
}
 
#tabs #current a,
#tabs #current a::after{
  background-image: linear-gradient(to bottom, #fff, #284093);
    color: #ffffff;
  z-index: 3;
}
 
#content{
    width: 100%;
    background: #284093;
    padding: 1em;
    position: relative;
    z-index: 2;
    border-radius: 0 5px 5px 5px;
    box-shadow: 0 -2px 3px -2px rgba(87, 175, 49, .5);
}




/*aqui termina concursos*/

/*aqui comienza mapa*/

#mapamainmapa li.nonono a{
    color: #a0a0a0;
}

#mapamainmapa{
    padding: 0.5em 0.5em;
}


.upupup{
    background-color: rgba(40, 64, 147, 0.5);
    
}

.upupup>li>a{
    width: 100%;
    padding: 0.2em;
    font-family: Shadows Into Light;
    font-size: 2em;
    color: #fff;
    
}

.subsubsub>ul>li>a{
    font-family: Shadows Into Light;
    margin-left: 5%;
    padding: 5% 0%;
    color: #3A59A1
}

.subsubsubsub>ul>li>a{
    font-family: Shadows Into Light;
    margin-left: 10%;
    font-size: 0.8em;
}
#upupup{
    background-color: rgba(87, 175, 49, 0.5);  
    width: 100%;
    padding-left: 0.2em;
    font-family: Shadows Into Light;
    font-size: 2em;
    color: #fff;   
}
/*aqui termina mapa*/



/*aqui comienza comunidad*/

#maincomunidadmain{
    margin: 0.5em 0.5em;
    padding: 0.5em;
    background-color: rgba(87, 175, 49, 0.6);
    
}

#maincomunidadmain p{
    text-align: center;
}

#inscripcioncomunidad>textarea{
    height: 2em;
}

#maincomunidadmain a{
    margin: 1em;
    padding: 0.5em;
    display: block;
    text-align: center;
    border-radius: 10px;
    background-color: greenyellow;
    box-shadow: 5px 5px 5px #888888;
}
#nomiembrono{
    background-color: rgba(255, 255, 255, 0.5);
    padding: 0.5em;
}

#descripcioncomunidadd{
    font-size: 0.9em;
}

/*aqui termina comunidad*/


/*aqui comienza comunidad main*/

#fondocomunidadfondo>img{
    width: 5px;
    visibility: hidden;
}

#bodycomunidad{
    box-sizing: border-box;
    margin: 0.5em 0.5em;
}

#sidecomunidadperfil{
    padding: 0.5em;
    width: 25%;
    display: inline-block;
    float: left;
}

#sidecomunidadperfil>ul>li>a{
    padding: .6em 0em;
    margin-bottom: 0.4em;
    display: block;
    font-size: 0.7em;
    color: #26357A;

}

#sidecomunidadperfil>ul>li>a>img{
    width: 12px;
    margin-right: 5px;
}

#sidecomunidadperfil>img{
    width: 100%;
    margin-top: 3.5em;
}

article#perfilperfil>li>a>img{
    width: 100%;
    margin-top: -0.7em;
}

article#perfilperfil{
    padding: 0px;
    margin-top: 0 px;
    width: 70%;
    display: inline-block;
    float: left;
}

#nombrenombre{
    padding: 0.2em;
    background-color: #9CD6F2;
    width: 100%;
    color: #26357A;
    text-align: right;
}

article#perfilperfil p{
    padding: 0.2em;   
}


#maincomunidadperfil{
    clear: both;
    width: 70%;
    display: block;
    padding: 1.3em;
    border-bottom: 1px solid #9CD6F2;

}

.articulocomunidadperfil img{
    width: 100%;
}
.articulocomunidadperfil iframe{
       width: 100%;
}
#maincomunidadperfil{
    width: 100%;   
    
}

.articulocomunidadperfil>h3{
    border-bottom: 1px solid #000000;
    padding: 0.5em;
    margin-bottom: 2em;
    
}

.articulocomunidadperfil>p{
    padding: 0.5em;
    margin-top: -2em;
}
.articulocomunidadperfil>textarea{
    height: 5em;
}


/*chat*/

.containerchatchat{
    background-color: rgba(167, 218, 255, 0.5);
    margin: 0.5em;
    padding: 1em;
}

.containerchatchat img{
    width: 50px;
    display: inline-block;
    float: left;
    margin-right: 15px;

}
ul.menuchatmenuchat>li{
    margin-bottom: 0.5em;
}

ul.menuchatmenuchat>li{
    width:5em;
    display: inline-block;
    margin-right: 0.5em;
    text-align: center;
    background-color: #6A98AA;

}

ul.menuchatmenuchat>li>a{
    color: #ffffff;
}

.chat{
    list-style: none;
    margin: 0;
    padding: 0;
}

.chat li{
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #B3A9A9;
}

.chat li.left .chat-body{
    margin-left: 70px;
    font-size: 0.9em;
}


.chat li .chat-body p{
    margin: 0;
    color: #777777;
}

.panel .slidedown .glyphicon, .chat .glyphicon{
    margin-right: 5px;
}

.panel-body{
    padding: 2em;
    overflow-y: scroll;
    height: 250px;
    border: 1px solid #11AC82; 
}

::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}
::-webkit-scrollbar{
    width: 12px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555;
}



/*aqui termina comunidad main*/


/*aqui comienza capitulos atributos generales*/

#contenedor_capitulos{
  margin: 0 auto;
  padding: 2em 3em ;
  
}

#contenedor_capitulos > .capitulo-destacado_nuevo{
float: left;
}     

#contenedor_capitulos > .capitulo-destacado2_nuevo{
float: left;
}

#contenedor_capitulos .capitulo-destacado2_nuevo p{
font-family: "arial";
font-size: 12.5px;
}  

.mas{  
  font-size: 1em;
  color: #000;
  background-color:#8CF4B6;
  font-size: 0.8em;
  width: 20%;
  text-align: center;
  cursor: pointer;
}

.visitas{  
font-family: "arial";
font-size: 10px;
color: lightgreen;
}

.capitulos-adicionales_nuevo  .video-capitulos ul.likes li a{
    max-width: 3px;
 }

.capitulos-adicionales_nuevo{
    float: left;
 }

.capitulos-adicionales_nuevo p{
font-family: "arial";
font-size: 11px;
color: gray;
   }

.texto_capitulo_explicativo_video{
    float: left;
 }


#separacion_capitulos{
border-bottom: solid gray 1px;
    padding-top:1em;
}


.likes li {
background-color: lightgray;
list-style: none;
text-decoration: none;
display: inline block;
}

.likes li a{
padding: 1em 1em;
text-align: center;
color: darkslategray;
font-size: 10PX;
}

/*aqui termina capitulos atributos generales*/

/*aqui comienza hola atributos generales*/
.icono {
 width: 20px;
    height: 20px;
    
}

#plano {
width: 100%;
}

#ubicacion h3{
    background-color: #000;
    color: #8CF4B6;
    font-size: 1.5em;
    text-align: center;
    width: 100%;
    display: block;
  
}

#ubicacion {
    margin: 0.5em;
  
}


#mapa h4 {
    background-color: darkblue;
color:  white;
    padding: 0.3em;
    text-align: center;
  
}
#plano h4 {
    background-color: darkblue;
color:  white;
    padding: 0.3em;
    text-align: center;
  
}

.icono {
    float: left;
margin: 0 0.8em 0 0.8em;

}

#transporte {
    display: inline;


}

/*aqui termina hola atributos generales*/

/*aqui comienza turnos atributos generales*/

#calendario {
 width: 100%;
     
}

.pedidoturnos {
    font-family: 'Oswald', sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    width: 100%;
 padding: 0.5em 0.5em;
   

}


.formulario {
    color: white;
   }


#calendario {
    background-color: white;
   }


#chequea {
    background-color: black;
    color: #8CF4B6;
    text-align: center;
    padding: 0.3em 0;
 
}

#reglamentos {
    clear: both;
    margin: 0.5em;
    
   
   }
#reglamentos div {
display: inline-block;
   
   }


#reglamentos h4 {
    background-color: darkblue;
    color: white;
    padding: 0.3em;
    padding-left: 1em;
   }

#reglamentos p{
    padding-left: 1em;
   }

#reglamentos a{
    padding-left: 1em;
    font-size: 15px;
    
   }


/*aqui finaliza turnos atributos generales*/


@media screen and (min-width:20em){
    
    /*aqui comienza capitulos*/
    #contenedor_capitulos > .capitulo-destacado_nuevo{
        width: 100%;
        background-color: skyblue;
        padding: 0.5em 0.5em;
    }     

    #contenedor_capitulos > .capitulo-destacado2_nuevo{
          width: 100%;
        background-color: skyblue;
        padding: 0.5em 0.5em;
          } 
 
    .capitulos-adicionales_nuevo{
        width: 100%;
        padding-top: 2em;
        padding-bottom: 2em;
     }

    /*aqui finaliza capitulos*/
} 




@media screen and (min-width:40em){
 
#col-1{
    
    width: 48%;
    float: left;
    margin-right: 2%;
}

#col-2{
    
    width: 50%;
    float: left;
    margin-top: 0em;
   
    
}    
    
    
#quitar {
    display: none;
}


 #juntas {
      margin-top: 0em;
}

aside.cel{
display: none;
    }
    
    
aside.left{
font-family: "oswald";
float: left;
width: 100%;
padding: 0.5em 0.5em;
display: inline-table;
}


      header figure.logo2 {
float: right;
text-align: center;
margin: -8em 4em 2em 2em;
width: 20%;
background-color: black

    }
    
        header figure.logo2 img{

width: 60%;


 }


/* ESTILOS GALERIA */ 
    
html, body {
  
  padding: 0;
  margin: 0;

}


a {
  color: #4ab19a;
}

    
.clear {
  clear: both;
  float: none;
  width: 100%;
}


.container {
  max-width: 1170px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container .gallery a img {
  float: left;
  width: 20%;
  height: auto;
  border: 2px solid #fff;
  -webkit-transition: -webkit-transform .15s ease;
  -moz-transition: -moz-transform .15s ease;
  -o-transition: -o-transform .15s ease;
  -ms-transition: -ms-transform .15s ease;
  transition: transform .15s ease;
  position: relative;
}
    
.container .gallery a:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  z-index: 5;
}

.container .gallery a.big img {
  width: 40%;
}


.align-center {
  text-align: center;
}

  h1.galeria{
        padding-left: 1em;
        padding-top: 1.5em;
    }
    
    .galeria{
        padding-left: 2em;
        padding-top: 1.5em;
    }
 
/* FIN ESTILOS GALERIA */   
    
    
    body.galeria{
background-color: rgba(0, 0, 171, 0.3);

    }
    
    
    
    #col-1-gal{
        width: 30%;
        float: left;
        
    } 
    
      #col-2-gal{
        width: 30%;
        float: left;
        
    } 
    
      #col-3-gal{
        width: 30%;
        float: left;
        
    } 
  
    /*aquí comienza la subbotonera*/
			
	       .nav li a:hover {
				
                padding: 0 !important;
                margin: 0 !important;
			}
			
			.nav li ul {
				display:none;
				position:absolute;
                
			
			}
			
			.nav li:hover > ul {
				display:block;
                padding: 0 !important;
                margin: 0 !impotant;
			}
			
			.nav li ul li {
               background-color: rgba(0, 0, 171, 0.8) !important;
               padding:0 0 0 0.5em !important;
                
               margin: 0 !important;
            text-align: left !important;
                max-width: 100px;

               
			}
			.nav li ul li ul {
				right:0px !important;
                padding: 0 !important;
                margin: 0 !important;
			}
			

    
    /*fin de la subbotonera*/    
    
    
    
article{


    }
    
    article.dos{
        margin-top: 2em;
    }    
    
article.agenda{

margin-top: 0em;

    }    

body #fondo{
background-image: url(imagenes/fondo-2.png)
background-repeat: no-repeat;
width: 100%;
right: 1em;
position: absolute;
z-index: -6;
margin-left: 1em;
display: none;
}

header figure.logo {
float: left;
text-align: center;
margin: 1em 0;

    }


header figure.logo img{

width: 20%;

 }
    
aside.left {
    width: 30%;
    margin:1em 0 0 0!important;
    float: left;
    

}

  main #texto-capitulos1{

padding left: 2em;
 

  }       
    
#destacado{
  width: 40% !important;
    font-size: 0.7em;
    display: block;
    margin: -26em 0em;

}

#contenedor{
  width: 100%;
  padding: 2em 3em;
  margin: 0 auto;
}

#contenedor > article.uno{

  width: 50%;
  height: auto;
  float: left;
  height: 24em;
    

  }
    
    
 
    
#contenedor > article.juntos-4{

  width: 50%;
  height: auto;
  float: left;
  height: 24em;
  padding-right: 2em;
background-color: lightgreen;
 

  }    

    
    
   #contenedor > .capitulo-destacado{

  width: 50%;
  height: auto;
  float: left;
  height: 24em;
  padding: 2em 2em;
background-color: rgb(50, 45, 255);
      
 

  }     
     #contenedor > .capitulo-destacado2{

  width: 22%;
  height: auto;
  float: left;
  height: 24em;
  padding-top: 2em;
         padding-right:2em;
         padding-bottom: 2em;
  background-color: rgb(50, 45, 255);

  }  
    #contenedor .capitulo-destacado2 p{
font-family: "arial";
    font-size: 12px;
        
  }  
    
    .capitulos-adicionales{

  width: 25%;
  height: auto;
  float: left;
  height: 24em;
  padding-top: 2em; 
    padding-bottom: 2em;
        padding-right: 2em;
 }
    
        .capitulos-adicionales p{
font-family: "arial";
  font-size: 10px;
            color: gray;
    
 }
    
    
    
#contenedor > article.uno-4{

  width: 25%;
  height: auto;
  float: left;
  height: 24em;
  padding-right: 2em;
background-color: rgb(23, 202, 188);
 

  }

#contenedor > article.dos{
  float: left;
  width: 24%;
  height: 20em;
    
  
}
    
#contenedor > article.dos-4{
  float: left;
  width: 25%;
  height: 24em;
   padding-right: 2em;
background-color: rgba(19, 253, 244, 0.75);
       
}

#contenedor > article.tres{
  float: left;
  width: 23%;

}

#contenedor > article.tres-4{
  float: left;
  width: 25%;
  height: 24em;
  padding-right: 2em;
background-color:  rgb(50, 45, 255);
color: aquamarine; 
}
    
#contenedor > article.cuatro-4{
  float: left;
  width: 25%;
  height: 24em;
  padding-right: 2em;
  background-color: rgba(23,0,167,0.8);
    color: white;
}

    
    
.dos-juntos-hola{
  width: 75%;
float: left;
 padding: 2em 4em 0em 6em;
    background-color: rgba(22,45,67,0.8);
    color:#fff;
}    
    
    
.dos-juntos-accion{
  width: 75%;
float: left;
 padding: 2em 4em 0em 6em;
    background-color: rgba(89,90,87,0.9);
    color:#fff;
}    



.accion{
background-color:#7C7C7D;
width: 100%;
background-image: url(imagenes/bg-header-grey.jpg);
background-repeat: repeat-x;
margin: 0 auto;
}




#mapa{
  width: 100%;
}



footer{
  width: 100%;
  margin: 0 auto;
  margin-top: 3em;

}

    

#destacado{
  width: 22%;
    font-size: 0.7em;
    display: block;
}


body > header > nav.celu{
  display: none;
}

body > header > nav.grandes{
display: inline-block;
padding-left: 3em;

}

body > header > nav.grandes li{
display: inline-block;
line-height: 2em;
padding: 0.3em 2em  ;
text-align: center;
    
}

body > header > nav.grandes li.active a{

 color: white;

text-align: center;
}

    
body > header > nav.grandes li a{

 color: greenyellow;

text-align: center;
}


body > header > nav.grandes a:hover{
  color: #fff;
text-decoration: none;


}

.flecha-right{
    width:0px;
    height:0px;
    border-bottom:20px solid transparent;  /* izquierda flecha */
    border-top:20px solid transparent; /* derecha flecha */
    border-left:20px solid #fff; /* base flecha y color*/
    margin: 0em -2em;
 
}

#destacado > a.tit-destacado{
  font-size: 2em;
}

#destacado > a.tit-destacado2{
  font-size: 1em;
}

article.texto-dos{

margin-top: 1 em;
    
    }
    
main.home {
    width: 66.4%; 
    float: left;
    
} 



  
/*aqui comienza videoteca*/
#videotecamain{
    margin: 2.5em;
}
    
#videotecades{
    width: 50%;
    margin: 0 auto;
    padding: 10px 0px;
}

.parts1{
    width: 50%; 
    padding-right: 5px;

}
    
.parts2{
    width: 50%; 
    padding-left: 5px;

}
      
    
.parts1>h3{
    z-index: 1;

    
}

.parts2>h3{ 
    z-index: 1;
}
    
.change img{
    position: relative;
    visibility: visible;
    width: 100%;
    margin: 0 auto;
    padding: 0 auto;
    
}
 
.nochange img{
    visibility: hidden;
    position: absolute;
    width: 25%;
    margin: 0 auto;
    padding: 0 auto;
    
}  
    
.kotoba{
    padding: 20px 15px; 
    height: 125px;
}
     
.contentpopup {
    margin-top: 10px;
}

  
/*aqui termina videoteca*/
   

/*aqui comienza masnuevo*/
.masnuevosmain{
    margin: 2.5em;
}
.boxgrid{ 
				width: 50%; 
				height: 500px; 
                
			}

			.boxcaption{ 
	
                margin-top: 260px;
            }

/*aqui termina masnuevo*/

/*aqui comienza concursos*/    

#mainconcurso{
    margin: 2.5em; 
     margin-top: 8em;
}
    
#mainconcurso #tab1 article.videoganadorvideo{
    width: 45%;
    height: 600px;
    margin: 2.5%;
    display: inline-block;
    float: left;
}
    
#mainconcurso #tab2 article.videoganadorvideo{
    width: 45%;
    height: 300px;
    margin: 2.5%;
    display: inline-block;
    float: left;
}
    
.videoganador iframe{
    height: 250px;    
    
}
    
#tab1{
    height: 1400px;
}

#tab1 h3{
    text-align: center;
}
    
#tab1>p{
    text-align: center;
    font-size: 1em;
    border-bottom: 1px solid #fff;
    margin-bottom: 0.5em;
    padding-bottom: 1em;

}
    
#tab2{
    height: 1300px;
}

#tab2>p{
    text-align: center;
    font-size: 1em;
}
 
#tab2>li>a{
    width: 50%;
    margin: 0 auto;
    margin-bottom: 1em;
    
}
article#acualmenteconcursandofondo{
    width: 100%;   
}
/*aqui termina concursos*/ 
    
/*aqui comienza mapa*/
    
#mapamainmapa{
    margin: 2.5em;
    height: 1400px;
}

.mapeomapeo{
    width: 48%;
    margin: 0% 2% 2% 0%;
    display: inline-block;
    float: left;
    height: 400px;
    background-color: rgba(87, 175, 49, 0.2);
}
    
#upupup{
   background-color: rgba(0, 0, 171, 0.8);

}
    
#upupup a{
    color: #FFF;
}
    
.subsubsub>ul>li>a{
    font-size: 1.5em; 
    color: #3A59A1
}    
    
.subsubsubsub>ul>li>a{
    font-size: 1em; 
    color: #3A59A1
}
    
    
/*aqui termina mapa*/
    
 

/*aqui comienza comunidad*/

#maincomunidadmain{
   margin: 3em;   
}

#maincomunidadmain p{
    text-align: center;
}

#inscripcioncomunidad>textarea{
    display: block;
    margin: 0 auto;
    height: 2em;
    width: 50%;
    
}

#maincomunidadmain a{
    width: 25%;
    display: block;
    margin: 0 auto;
    margin-top: 2em;
    margin-bottom: 2em;
    color: #000000;
}
#nomiembrono{
    width: 50%;
    margin: 0 auto;
}

#descripcioncomunidadd{
    width: 75%;
    margin: 0 auto;
}

/*aqui termina comunidad*/    

    
/*aqui comienza comunidad main*/ 
    
 
#bodycomunidad{
    margin-left: 2.5em;
}

#sidecomunidadperfil{
    width: 15%;
}

#sidecomunidadperfil>img{
    margin-top: 1em;
}

article#perfilperfil>li>a>img{
    margin-top: 0em;
    border: 2px solid #9CD6F2; 
    float: left;
    width: 27.5%;
}

article#perfilperfil{
    margin-top: 0.5em;
    width: 66.66%;
}

#cajitaperfil{
    width: 30%;
    display: inline-block;
    float: left;
}
    
#cajitaperfil> p{
    font-size: 0.875em;
}  
    
.articulocomunidadperfil{
    padding-top: 2em;
}
    
#maincomunidadperfil{
    width: 66%;
    display: inline-block;
    padding: 0em;
    padding-bottom: 2em;
    border-bottom: 1px solid#000;

}

 
/*aqui termina comunidad main*/    
       
    
/*aqui comienza capitulos*/
    #contenedor_capitulos > .capitulo-destacado_nuevo{
        width: 100%;
        background-color: skyblue;
        padding: 1em 2em;
        }     

    #contenedor_capitulos > .capitulo-destacado2_nuevo{
          width: 100%;
          background-color: skyblue;
           padding: 1em 2em; 
          }
    
    .capitulos-adicionales_nuevo{
        width: 33%;
        height: auto;
        padding-top: 1em; 
        padding-bottom: 1.5em;
        padding-right: 2em;
 }
    .texto_capitulo_explicativo_video{
    float: right;
 }
/*aqui finaliza capitulos*/
    
/*aqui comienza hola */

   
#ubicacion {
 float: left;
    width: 30%;
    display: inline-block;
}

#mapa {
 
   
}    
    
#hola{
    float: right;
    width: 68%;
 display: inline-block;

}  
 /*aqui finaliza hola*/
    
/*aqui comienza turnos*/



  
    #reglamentos{ 
   float: left;
        margin-top: -21em;
        width: 23%;
     

}
footer{ 
   clear: both;   

}       
    
/*aqui finaliza turnos*/
      
    
main#turnos{ 
    float: left;
    width: 68%;
    margin: 0.5em 0;
 background-color: rgba(125,125,125,0.8);
}    
}


@media screen and (min-width:60em){



    .mas-gale2 {
        font-size: 1em;
    color: #000;
    background-color:#8CF4B6;
    font-size: 0.8em;
    width: 5%;
    text-align: center;
    cursor: pointer;
  margin-right: 10em;  
        float: right;
           margin-top: 2em;
        
      
  }
    
    
    
    .mas-gale3 {
        font-size: 1em;
    color: #000;
    background-color:#8CF4B6;
    font-size: 0.8em;
    width: 5%;
    text-align: center;
    cursor: pointer;
  margin-left: 8em; 
        margin-top: 2em;
        float: left;
        
      
  }
  
  
  .mas-gale {
        font-size: 1em;
    color: #000;
    background-color:#8CF4B6;
    font-size: 0.8em;
    width: 5%;
    text-align: center;
    cursor: pointer;
  margin-left: 2em;    
      
  }
  
  
  
article.texto-dos{
    padding-left: 15em; 
    width: 80%;
margin-top: 0em;
    
    }


    aside img{
        width: 100%;
    }
    
    header figure.logo {
float: left;
width: 16.6%;
  }


header figure.logo img{

width: 60%;
    

 }
    

  nav{
        text-align: left !important;
        margin-top: 6.3em;
        
    }
 figure.video{
  width: auto;
  margin: 0 auto;


  
}
    
   
figure.video iframe{

border: solid 0.2em #000;


} 
  

    
#destacado{
    font-size: 0.8em;
    display: block;
margin: -32.6em 0em 0 0;
}
    
    
body #fondo{
background-image: url(imagenes/fondo-2.png);
background-repeat: no-repeat;
width: 800px;
height: 712px;
position: absolute;
z-index: -7;
margin-left: 35em;
display: block;
}

body #fondo-capitulos{
background-image: url(imagenes/flechas-capitulos.png);
background-repeat: no-repeat;
width: 800px;
height: 712px;
position: absolute;
z-index: -7;
margin-left: 27em;
display: block;
}
    
body > header > nav.grandes{
display: inline-block;
padding-left: 0em;

}


h1.inicio{
font-family: "oswald";
font-weight: normal;
float: left;
background-color: rgba(255,255,255,0.7);
    
}
    
aside.left{
font-family: "oswald";
width: 16.6%;
padding: 0.5em 2em;
float: left;
   
}
    
   

    
    .footer-social-icons {


 width: 20%;
        float: left;
        padding-top: 40px;

    
}
    
    #logos{
  width: 70%;
float: left;
  padding-left: 30px;
padding-top: 30px;
        text-align: left;
        padding-bottom: 20px;
        
        
          
 }
   
    
    footer p{
        
       font-size: 14px !important;
    padding-bottom: 20px;
        text-align: left
 }    
    

#forma{
        width: 90%;
    float: left;
border-right: 16px solid transparent;
border-top: 40px solid darkblue;
;
    
        
    }    
    
    #forma2{
  width: 3%;
        float: left;
     height: 40px; 
     background: darkblue;

     -webkit-transform: skew(20deg);
     -moz-transform: skew(20deg);
     -ms-transform: skew(20deg);
     -o-transform: skew(20deg);
     transform: skew(-20deg);
    
        
    } 
    
    
  
header figure.logo2 {
float: right;
text-align: center;
margin: 1em 10em 0 0;
width: 12%;
    background: none; 

    }
    
        header figure.logo2 img{

width: 80%;


 }



main.home {
    width: 66.6%; 
    float: left;
    
}
/*aqui comienza videoteca*/

#videotecamain{
    width: 66.66%;
    margin-left: 16.66%;
    padding: 0;
}

#videotitle{
    letter-spacing: 0.1em;
    width: 100%;
    
}

#videotitle h2{
    margin: 0 auto;
    
}
    
#videotecades{
    margin: 0 auto;
    margin-bottom: 1em;
    margin-top: 1em;
    width: 50%;
    background-color: rgba(255255,255,255,0.8);
}

.parts1{
    width: 50%;

}


.parts2{
    width:50%;

}
 
.parts1 h3{
    font-family: Anton;
    width:33%;
}

.parts2 h3{
    font-family: Anton;
    width:33%;
}

    
.change img{ 
    width:100%;
      
}
#opentitle{
    margin: 0 auto;
    padding: 1em;
    width: 33.33%;
}
    
#opentitle:hover{
    background-color: #3A59A1;
        
}

.contentpopup {
    width: 33.33%;   
}
    
.popupoverlay {
     height: 1380px !important;
}
   

/*aqui termina videoteca*/

/*aqui comienza masnuevo*/

.masnuevosmain{
    margin-left: 16.66%;
    padding: 0; 
    width: 66.66%;
}
    
.masnuevosmain h2{
    margin-bottom: 1em;
    opacity: 1;

    
}
    
.boxgrid{ 
    width: 33.33%; 
    height: 350px;
    padding: 1em;
                
			}

			.boxcaption{ 
	
                margin-top: 110px;
            }

    
#voldervolver:hover{
    background-color: #fff;
    
}
    
    
#voldervolver:hover a{
    color: #284093;
    
}
#voldervolver:active a{
    color: #57AF31;
    
}
      
/*aqui termina masnuevo*/
/*aqui comienza concurso*/
 
#mainconcurso{
    width: 66.66%;
    margin-left: 16.66%;
    margin-top: 100px;
    padding: 0;
}
    
#mainconcurso #tab1 article.videoganadorvideo{
    width: 24%;
    padding: 0.5em;
    height: 650px;
    margin: 0.5%;
    display: inline-block;
    float: left;
    background-color: rgba(87, 175, 49, 0.2);
}    

#mainconcurso #tab1 article.videoganadorvideo:hover{
    background-color: #57AF31;
}
#mainconcurso #tab1 article.videoganadorvideo a:hover{
    background-color: #284093;
}    
#tab1 {
    height: 790px;    
    
}
#tab2 {
    height: 1350px;
}
    
#tab1 h4{
    height: 75px;
    letter-spacing: 0;
}
    
#tab1 iframe{
    height: 150px;   
}
#tab2 a:hover{
    width: 50%;
    color: #284093;
    background-color: #ffffff;
}
#mainconcurso #tab2 article.videoganadorvideo{
    background-color: #57AF31;
}
    
article#acualmenteconcursandofondo{
    width: 100%;
    height: 1140px;
    border-radius: 5px;
    background-color: #57AF31;
}

#acualmenteconcursandofondo h4{
        letter-spacing: 0.5em;
        font-size: 1.5em;
}
.votovoto{
    padding: 0.3em;
    background-color: #284093;
    border-radius: 5px;
    box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);

}
li.votovoto:hover{
    background-color: #fff;   
}
 
#tabs a:hover,
#tabs a:hover::after,
#tabs a:focus,
#tabs a:focus::after{
  background: #fff;
}
 
#tabs a:focus{
  outline: 0;
}

 
/*aqui termina concurso*/  
    
   
#mapamainmapa{
    width: 83%;
    padding: 0 ;
    margin-left: 16.66%;
    height: 200px;
}

#mapamainmapa ul li:hover{
    background-color: #294A9A;   
}
#mapamainmapa ul li:active{
    background-color: greenyellow;   
} 
#mapamainmapa ul li a:hover{
    color: #fff;    
}
#mapamainmapa ul li a:active{
    color: #000;    
}
      
    
.mapeomapeo{
    width: 17.75%;
    height: 353px;
    margin: 0% 1% 1% 0%;
    background-color: #fff;
    border: 1px solid #3A59A1;
}
 

    
.upupup{   
    background-color: greenyellow;
    text-align: center;
}
    
.upupup>li>a{   
    color: #3A59A1;
    font-size: 1.2em;
} 
    

    
#upupup a{
    color: #FFF;
}
   
.subsubsub>ul>li>a{
    font-size: 0.8em; 
    margin-left: 4%;
}    

#mapamainmapa li.nonono a{
    color: #BCBCBC;
} 
    
.subsubsubsub>ul>li>a{
    margin-left: 20%;
    font-size: 0.7em;
    
}
    
        
#mapamainmapa li.nonono:hover{
    background-color: #b2b2b2;
}    
    
    
/*aqui termina mapa*/
 
/*aqui comienza comunidad*/

#maincomunidadmain{
    width: 66.66%;
    padding: 0 ;
    margin-left: 16.66%;
    height: 590px;
    background-color: rgba(58, 89, 161, 0.7);
}

#maincomunidadmain p{
    padding-top: 0.5em;
    font-size: 1.1em;
    color: #ffffff;
}

#nomiembrono p{
    padding: 0;
    font-size: 2em;    
    }
    
#inscripcioncomunidad>li>a{
    background-color: #284093;
    color: #ffffff;
}

#maincomunidadmain>li>a{
    background-color: #284093;
    color: #ffffff;
}
       
#maincomunidadmain>li>a:hover{
    background-color: greenyellow;
    color: #000000;
}       
    
#inscripcioncomunidad>li>a:hover{
    background-color: greenyellow;
    color: #000000;
    
}

    
/*aqui termina comunidad*/ 
  
/*aqui comienza comunidad main*/  
 

    
#bodycomunidad{
    margin-top: 5em;
    position: relative;
    display: block;
}

#fondocomunidadfondo{
    opacity: 0.5;
    position: absolute;
    margin-top: 5em;

}
#fondocomunidadfondo>img{
    visibility: visible;
    width: 100%;
    height: 3700px;
    
}
    
#solopccomunidad{
    width: 13%;
    height: 3700px;
    display: inline-block;
    float: left;
}
 
#solopccomunidad>aside#sidecomunidadperfil{ 
    width: 100%;
    padding-top: 3em;
}

#sidecomunidadperfil>ul>li>a:hover{
    color: #ffffff;
    background-color: #6DB52C;
}
  
#sidecomunidadperfil>ul>li>a:active{
    color: #60C0BF;
    background-color: #ffffff;
}
        
    
#sidecomunidadperfil>img{
    width: 100px;
    margin-left: 0.5em;

}
    
article#perfilperfil{
    width: 100%;
    padding: 0.5em;

}
    
article#perfilperfil>li>a>img{
    width: 100%;
}


#cajitaperfil{
    width: 100%;
    display: inline-block;
    float: left;
}
 
#nombrenombre{
    text-align: center   
}
  
    
.articulocomunidadperfil{
    margin-left: 0.8em;
}
    
#maincomunidadperfil{
    width: 50%;
    position: absolute;
    display: inline-block;
    float: left;
   
}

/*chat*/
    
.containerchatchat{
    display: inline-block;
    background-color: #ffffff;
    margin-top: 5em;
    float: right;
    width: 35%;

}

input#btn-input{
    width: 85%;
    
}
    

/*aqui termina comunidad main*/    

    
    
/*aqui comienza capitulos*/
    body #fondo-capitulos_nuevo{
        background-image: url(img/flechas-capitulos.png);
        background-repeat: no-repeat;
        width: 800px;
        height: 712px;
        position: absolute;
        z-index: -7;
        margin-left: 27em;
        display: block;
        }
    
    #contenedor_capitulos > .capitulo-destacado_nuevo{
        width: 50.5%;
        height: 24.5em;
        background-color: #5172C0;
        padding: 1em 2em;
        }     

    #contenedor_capitulos > .capitulo-destacado2_nuevo{
          width: 25%;
          height: 24.5em;
          padding-top: 3em;
          padding-right:2em;
          padding-bottom: 2em;
          background-color: #5172C0;
          }  
    
    .capitulos-adicionales_nuevo{
        width: 33%;
        height: auto;
        padding-top: 1em; 
        padding-bottom: 1.5em;
        padding-right: 2em;
    }
    .capitulos-adicionales_nuevo p{
    padding-right: 8em;
    }

    .texto_capitulo_explicativo_video{
    
    }
    
    body #imgfondo-capitulos_nuevo{
    background-image: url(img/flechas-capitulos.png);
    background-repeat: no-repeat;
    width: 800px;
    height: 712px;
    position: absolute;
    z-index: -7;
    margin-left: 27em;
    display: block;
    }      
/*aqui finaliza capitulos*/
    
    /*aqui fcomienza hola*/
    footer{
clear: both;
}    
   
    
#ubicacion{
    width: 15%;
    display: inline-block;
    float: left;
    }
 
    
#hola {
    width: 66%;
    float: left;
 
 
}    
    
 /*aqui finaliza hola*/  
    
/*aqui comienza turnos*/
    
#turnos{ 
  width: 60%; 
float: left;
margin-left: 2em;
}
    
     #reglamentos{ 
   float: left;
        margin-top: -25em;
        width: 15%;
     

}    

/*aqui finaliza turnos*/



.gal {
    padding: 0em 0em 0em 0em;
    background-color: rgba(50,50,50,0.8);
    margin: 1em 11em;
    color: white;
}


body #fondo-galeria{
background-image: url(imagenes/fondo-galeria.png);
background-repeat: no-repeat;
width: 800px;
height: 712px;
position: absolute;
z-index: -7;
margin-left: 20em;
display: block;
}
  
    
#quitar {
    display: block;
}
    

    

#disponibilidad {
    width: 50%;
}
  
    .pedidoturnos {
    
width: 50%;
}

}



