/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 16/05/2016, 06:05:50 PM
    Author     : Mauricio
*/

body
{
    
    color: whitesmoke;
    background: url('../img/Expo/fondo.jpg');
    background-repeat:  no-repeat;
    background-size: cover;
    background-position:  center;
    background-color: black;
    font-family: auru;
    font-size: 100%;
}
#aki-home
{
    
    
}
#aki-home-t
{
     margin-left: 1%;
     position: fixed;
     top: 50%;
}
#aki-home-t-l1
{
display: inline-block;
padding-bottom: 20px;
border-bottom: 5px #ffffff solid;
   font-size: 270%;
   line-height: 110%;


}
#aki-home-t-l2
{
        font-size: 120%;
         line-height: 110%;
}
#aki-menuP
{
    
}
#aki-menuP li
{
    display: inline-block;
    
}
#aki-menuP li a
{
    text-decoration: none;
    color: whitesmoke;
}
#aki-menuP li.active a
{
    text-decoration: underline;
}
.aki-menuProd
{
    
}
.aki-menuProd li
{
    display: inline-block;
    
}
.aki-menuProd li a
{
    text-decoration: none;
    color: whitesmoke;
}
.aki-menuProd li.active a
{
    text-decoration: underline;
}
.aki-section
{
    background-repeat:  no-repeat;
    background-size:  contain;
    background-position: center;
    
}
#aki-section01
{
    background: url('../img/P_01.jpg');
}
#aki-section02 .fp-tableCell{
    padding-top: 50px;
     vertical-align: top;
     
}

#aki-section02-1
{
  
}
#aki-section03
{
    
}
.aki-slide img
{
    height: inherit;
    width: inherit;
    padding-top: 50px;
     vertical-align: top;
}
#aki-slide01
{
  
}
#aki-slide02
{
    
}
#aki-slide03
{
   
}
#aki-slide04
{
    
}
#aki-slide05
{
    
}

#aki-logo
{        
    position: fixed;
    top:3%;
    left: 3%;
    width: 26%;
    height: 16%;
}
.he1
{
 
}
.he2
{

}
#header, #footer{
		position:fixed;
		height: 50px;
		display:block;
		width: 100%;
		background: rgba(60, 60, 60, 0.0);
		z-index:9;
		text-align:center;
		color: #f2f2f2;
		padding: 20px 0 0 0;
                font-size: 1.5em;
	}

	#header{
		top:0px;
	}
	#footer{
		bottom:0px;
	}
        #anteriorMenu
        {
            position: fixed;
	top:5%;
	right:10%;
	z-index: 70;
        margin-left: 10%;
        min-width: 50px;
        height: 10%;
        }
ul.pagination2 {
    display: inline-block;
    padding: 0;
    margin: 0;
}

ul.pagination2 li {display: inline;}

ul.pagination2 li a {
    color: whitesmoke;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
}

ul.pagination2 li a.active {
    background-color: rgba(60, 60, 60, 0.5);
    color: white;
}

ul.pagination2 li a:hover:not(.active) {
    background-color: rgba(60, 60, 60, 0.5);
}
.titContact
{
    
}
.titContact h2{
    color:  #0a0;
}
.titContact a
{
    color:  #0b0; 
}
.titContact a:link,a:visited,a:active
{
    color:  #0b0;
}
.titContact a:hover{
    color:  #fff;
}
.centrado
{
    text-align: center;
    vertical-align: central;
}