.bar1{
	background-color: #327eb8;
	color: white;
	height: 70px;
}

.lista{
	color: #000000;
	font-size: 14px;
	font-family: Verdana;
}

.link{
       color: #FFFFFF;
       text-decoration; none;
       
}.link:hover{
      color: #000000;
}


.bar1-movil{
	text-align: center;
	background-color: #327eb8;
	color: white;
}

.bar2{
	background-color: #333333;
	color: white;
	height: 70px;
}

.bar2-movil{
	background-color: #333333;
	color: white;
	text-align: center;
}


.laterales{
	background-color: #327eb8;
}

.contents{
	text-align: justify;
	font-family: Verdana;
	font-size: 16px;
	padding: 20px 20px 20px 20px;
}

.caja{
	border: 1px solid #BDBDBD;
	border-radius: 10px;
	overflow: 
}

.estatico{
	position: fixed;
	z-index: 1;
	width: 100%;
}

.ir-arriba{
	display: scroll;
	position: fixed;
	bottom: 10px; 
	right: 50px;
	color: #000000;
}

#footer {
	font-family: Verdana;
	text-align: center;
	padding-top: 30px;
	font-size: 14px;
	border-top: 2px solid #000000;
	background-color: #327eb8;
	width: auto;
	height: 100px;
	color: #FFFFFF;
}
