* {
	margin:0;
	padding:0;
}
 
body{
	background-color: #E3F2FD
}
 
header {
	background-color: #E3F2FD;
	margin-top:0px;
    width: 100%;
    overflow: hidden;
    height: 10%;
    position: relative;
}
 
nav {
    top:-20px;
    position: absolute;
    left:0;
    right:0;
	margin:20px auto;
	max-width:1000px;
	width:90%;
}
 
nav ul {
	list-style:none;
}
 
nav > ul {
	display:table;
	/*Quitamos el overflow hidden que estaba aqui*/
	width:100%;
	background:#0D47A1;
	position:relative;
}
 
nav > ul li {
	display:table-cell;
}
 
/*Sub-menu*/
nav > ul > li:hover > ul {
	display:block;
	height:100%;
}
 
nav > ul > li > ul {
	display:block;
	position:absolute;
	background:#000;
	left:0;
	right:0;
	overflow:hidden;
	height:0%;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
 
nav > ul li a {
	color:#fff;
	display:block;
	line-height:20px;
	padding:20px;
	position: relative;
	text-align:center;
	text-decoration:none;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
 
nav > ul > li > ul > li a:hover {
	background:#FFCC80;
}
 
nav > ul > li > a span {
	background:#FFCC80;
	display:block;
	height:100%;
	width:100%;
	left:0;
	position:absolute;
	top:-55px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
 
nav > ul > li > a span .icon {
	display:block;
	line-height:60px;
}
 
nav > ul > li > a:hover > span {
	top:0;
}
 
/*Colores*/
nav ul li a .primero {
	background:#1976D2;
}
 
nav ul li a .segundo {
	background:#1976D2;
}
 
nav ul li a .tercero {
	background:#00796B;
}
 
nav ul li a .cuarto {
	background:#82B1FF;
}
 
nav ul li a .quinto {
	background: #37a4d9;
}
.mi_clase {
	font-family: 'Ubuntu', sans-serif;
}

titu{
	display: block;
	background: #E3F2FD ;
	width:100%;
}

.titulo{
	font-family: 'Montserrat', sans-serif;
	font-size: 40px;
	text-align: center;
	color:  #E3F2FD;
	width: 73%;
	margin: auto;
}

subtitu{
	display: block;
	background: #E3F2FD ;
	width:100%;
}

.subtitulo{
	font-family: 'Ubuntu', sans-serif;
	font-size: 20px;
	text-align: justify;
	color: #E3F2FD;
	width: 73%;
	margin: auto;
}

contacto{
	display: block;
	background:#0D47A1;
	width:1000px;
}

.soporte{
	font-family: 'Ubuntu', sans-serif;
	font-size: 35px;
	text-align: center;
	color:#F44336 ;
	width: 73%;
	margin: auto;

}

.contact{
	font-family: 'Ubuntu', sans-serif;
	font-size: 35px;
	text-align: center;
	color: #fff;
	width: 73%;
	margin: auto;
}

.subsub{
	font-family: 'Ubuntu', sans-serif;
	font-size: 20px;
	text-align: left;
	color: #5d;
	width: 73%;
	margin: auto;
}

ban{
	display: block;
	background: #E3F2FD;
	width:100%;
}

.banner{
    width:1000px;
	height:auto;
	margin:auto;
	display: block;
   
}


.imggaleria{
	font-family: 'Lato', sans-serif;
	width:73%;
	height:auto;
	margin:auto;
	display: block;
	border-radius: 5px
	
}
galeria{
	background-color: #E3F2FD;
	font-family: 'Lato', sans-serif;
	width:82%;
	height:auto;
	margin:auto;
	display: block;
}

.main {
	width:90%;
	max-width:1000px;
	margin:auto; 
}

.slides {
	width:100%;
}
slides img {
	width: 100%;
}

.slidesjs-pagination {
	background: #424242;
	list-style: none;
	overflow: hidden;
}

.slidesjs-pagination li {
	float:left;
}

.slidesjs-pagination li a {
	display: block;
	padding:10px 20px;
	color:#fff;
	text-decoration: none; 
}

.slidesjs-pagination li a:hover {
background: #000;

}

.slides .active {
	background: #000;
	}

.slidesjs-navigation {
	background: #000;
	color:#fff;
	text-decoration: none;
	display: inline-block;
	padding: 13.5px 20px;
	float: right;
	}
	

.akg{
	display:block;
	height:auto;
	margin: auto;
	width:60%;
	/*margin-left: ;*/
}


.show{
	font-family: 'Ubuntu', sans-serif;
	font-size: 15px;
	text-align: center;
	text-decoration-style: none;
	color: #000;
	width: auto;
	margin: auto;
}	

.titshow{
	font-family: 'Ubuntu', sans-serif;
	font-size: 18px;
	text-align: left;
	text-decoration-style: none;
	color: #000;
	width: auto;
	margin: 9%: ;

}


tabla {
	background: #E3F2FD;
	font-family: 'Lato', sans-serif;
	width:1000px;
	height:auto;
	margin:auto;
	display: block;
}



