body{
	color: #444;
	text-rendering: optimizeLegibility;
background-color: #f6f6f6;
font-family: 'Raleway', sans-serif;
    font-size: 15px;
}


.sn{
    position: absolute;
    top:200px;
    margin-top:20px;
    margin-left: 20px;
    font-family: century gothic;
    color:#636363;
    font-size: 30px;
    font-weight: 300;	
   	z-index:2;
}

hr{
    position: absolute;
    top:250px;
    margin-left: 20px;
    width:95%;
    z-index:2;
}

.menuv{
    position: fixed;
    top: 280px;
    left:20px;
    width: 300px;
}

.secciones{
  position: fixed;
top: 250px;
left:340px;
  z-index:3;

}

.botongale{
    position: absolute;
    left: 130px;
    top:265px;
}

.btn-gale {
    background-color: #f6f6f6; 
    color: #246727; 
    border: 2px solid #4CAF50;
    width:150px;
    height: 28px;
	outline:none;
}

.btn-gale:hover {
    background-color: #4CAF50;
    color: white;
}


.fotoins{
    position: absolute;
    left:598px;
    
}

.infor{
	z-index:4;
  height: 430px;
  border:none;
background-color: #f6f6f6;
}
@media only screen and (max-width: 600px) {
.sn{
    top:140px;
    margin-top:20px;
    margin-left: 15px;
    font-size: 20px;
    font-weight: 300;	
   }
hr{
    top:180px;
    margin-left: 15px;
}
.secciones{
 float: left;
  top:185px;
  left:10px;
  z-index:3;
  width: 100%;
  height:400px;
}
  .infor {
    width: 98%;
  }
.menuv{
 float: left;
    top:410px ;
    left:10px;
    width: 95%;
  z-index:5;
}
}
@media only screen and (min-width: 600px) {}

@media (min-width: 768px) {
  .infor {
    width: 400px;
  }
}
@media (min-width: 992px) {
  .infor{
    width: 600px;
  }
}
@media (min-width: 1200px) {
  .infor {
    width: 1000px;
  }
}
nav.vertical{
	border-radius: 4px;
	box-shadow: 0 0 10px rgba(0,0,0,.15);
	overflow: hidden;
	text-align: center;
}
nav.vertical >ul{
	list-style-type: none;
}
nav.vertical >ul>li{
display: block;
    
}
nav.vertical>ul>li>label,
nav.vertical >ul>li>a{
	background-color: rgba(167,191,151,1);
	background-image: -webkit-linear-gradient(135deg, rgb(114,51,98), rgb(157,34,60));
	background-image: -moz-linear-gradient(135deg, rgb(114,51,98), rgb(157,34,60));
	background-image: -o-linear-gradient(135deg, rgb(114,51,98), rgb(157,34,60));
	background-image: linear-gradient(to right, rgba(167,191,151,1) 0%, rgba(62,112,88,1) 100%);
	border-bottom: 1px solid rgba(255,255,255,.1);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.1), 0 1px 1px rgba(0,0,0,.1);
	color: rgb(255,255,255);
	display: block;
	font-size: 1.3rem;
  
	font-weight: 500;
	height: 50px;
	letter-spacing: .5rem;
	line-height: 50px;
	text-shadow: 0 1px 1px rgba(0,0,0,.1);
	transition: all .1s ease;
	text-decoration: none;
    transition: all .1s ease;
} 
nav.vertical >ul>li>label:hover,
nav.vertical >ul>li>a:hover{
	background-color: rgba(255,255,255,1);
	background-image: -webkit-linear-gradient(135deg, rgb(114,51,98), rgb(157,34,60));
	background-image: -moz-linear-gradient(135deg, rgb(114,51,98), rgb(157,34,60));
	background-image: -o-linear-gradient(135deg, rgb(114,51,98), rgb(157,34,60));
	background-image: linear-gradient(to right,rgba(255,255,255,1) 0%, rgba(179,213,197,1) 100%);
	cursor: pointer;
    color:#103825;
}

nav.vertical>ul>li>label+input{
	display: none;
	visability: hidden;
}

nav.vertical>ul>li>div{
	background-color: rgb(255,255,255);
	max-height: 0;
	overflow: hidden;
	transition: all .5s linear;
}

nav.vertical>ul>li>label+input:checked+div{
	max-height: 500px;
}

nav.vertical>ul>li>div>ul{
	list-style-type: none;
}

nav.vertical>ul>li>div>ul>li>a{
	background-color: rgb(255,255,255);
	border-bottom: 1px solid rgba(0,0,0,.05);
	color: #333331;
	display: block;
	font-size: 1.1rem;
	padding: 10px 0;
	text-decoration: none;
	transition: all 0.15s linear;
}

nav.vertical>ul>li>div>ul>li:hover>a{
	background-color: rgb(114,51,98);
    background:linear-gradient(to right, rgba(232,236,238,1)0%, rgba(144,159,169,1)100%);
	color: rgb(255,255,255);
	padding: 10px 0 10px 50px;
}
#tab1{
    position: absolute;
    top:30px;
    left:30px;
    width:60%;
    margin:1px;
    border-radius: 3px;
    background-color: #f2f2f2;  
    
    padding: 10px;
    line-height: 18px;
    text-align: justify;
    font-family: century gothic;
    -webkit-box-shadow: 10px 10px 16px 0px rgba(158,158,158,1);
-moz-box-shadow: 10px 10px 16px 0px rgba(158,158,158,1);
box-shadow: 10px 10px 16px 0px rgba(158,158,158,0.7);

}


#tab1 h1{
    line-height: 14px;
    color:gray;
    top:5px;
    text-align: center;
    font-style: oblique;
    
}
#dg h3{
    line-height: 14px;
    color: #49202C;
    top:5px;
    text-align: center;
    
}

.txquienes{
    width: 90%;
    padding-left:30px;
}

.txdatos{
    width: 90%;
    padding-left: 30px;
}

.subtitle{
    color: #49202C;
    font-weight: bold;
}

#dg{
    position:absolute;
    top:10px;
    margin-left: 100px;
    width:70%;
    line-height: 12px;    
    height: 385px;
        border-radius: 10px;
    background-color: #f2f2f2;
        -webkit-box-shadow: 10px 10px 16px 0px rgba(158,158,158,1);
-moz-box-shadow: 10px 10px 16px 0px rgba(158,158,158,1);
box-shadow: 10px 10px 16px 0px rgba(158,158,158,0.7);

 
    text-align: justify;
    font-family: century gothic;
}


<-OVERLAY->

.miscont {
  position: relative;
  width: 100%;
}

.image {
  display: block;
  width: 97%;
  height: auto;
    top:50px;
    position: absolute;
    
}

.overlay {
  position: absolute;
    top:50px;
    
  bottom: 0;
  left: 8px;
  right: 0;
    background-color: black;
  overflow: hidden;
  width: 0;
  height: 67%;
  transition: .5s ease;
     opacity:0.8;
}

.miscont:hover .overlay {
  width: 74.7%;
  height: 65.8%;
}

.text {
  white-space: pre-line; 

    height: 250px;
text-align: justify;
    width: 80%;
   font-family: century gothic;
  color: white;
  font-size: 20px;
  position: absolute;
  overflow: hidden;
  top: 118px;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.escu img{
    position: absolute;
    top: 50px;
}
.escu img:hover{

    opacity: 0.8;
}

.textesc{
    width:600px;
    font-family: century gothic;
    top:80px;
    position: absolute;
    left: 250px;
    text-align: justify;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid green;
    background-color: white;
-webkit-box-shadow:5px 10px 10px #888888;
 -moz-box-shadow:5px 10px 10px #888888;
	box-shadow:5px 10px 10px #888888;
}


