body {
	color: #000000;
	font-weight: 400;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #F2F2F2;
	
}
a {
	text-decoration: none;
	outline: none;
}

.cabecera {
/*	width: 100%;*/
	height: 120px;
	margin: 0px;
	padding: 0px;
	/*background-color: #1b3661; #013871;*/
	background-color: #013871;
	/*background-image: url(../images/logos-cabecera.png)*/;
	/*background-image: url(../images/repite-cabecera.png)*/;
}
.cabecera ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 70px;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #022e5f;
}

.cabecera li {
	padding: 0px;
	display: inline;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 11%;
}
.desplazada {
  position: relative;
  left: 38%;
}
.secciones {
    width: 100%;
    padding-top: 25px;
    margin-bottom: 10px;
    padding-bottom: 25px;
}
.secciones h1 {
    font-size: 3.5em;
    font-weight: bolder;
    line-height: 50px;
    color: #FFFFFF;
    text-align: center;
    margin: 0px;
    padding: 0px;
}
.fondo0 {
    background-image: url(../images/icon-sobre2.png);
    background-repeat: no-repeat;
    background-position: 50px -145px;
    background-color: rgba(4, 76, 132, 0.8);
}

button {
	border: none;
	letter-spacing: 1px;
	cursor: pointer;	
	padding: 0em;
	margin: 0px;
	color: #FFF;
	background-color: transparent;
}
.pie {
	width: 100%;
	height: auto;
	margin-top: 0px;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	margin-bottom: 0px;
	background-color: rgba(1,56,113,0.9);#013871
}
.pie2 {
	width: 100%;
	height: auto;
	margin-top: 30%;
	padding-top: 15px;
	padding-bottom: 25px;
	text-align: center;
	margin-bottom: 0px;
	background-color: rgba(1,56,113,0.9);
}
/*.pie ul {
/*	margin-top: 0px;*/
/*	margin-right: 0px;*/
/*	margin-bottom: 0px;*/
/*	margin-left: 0px;*/
/*	height: 80px;*/
/*	padding-top: 8px;*/
/*	padding-right: 0px;*/
/*	padding-bottom: 0px;*/
/*	padding-left: 0px;*/
/*	background-color: #1b3661;*/
/*}*/
section {
	padding: 1em;
	text-align: center;
}


@media screen and (max-width: 1000px) {

.cabecera li {
	padding: 0px;
	display: inline;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 8%;
}

.pie {
	width: 100%;
	height: auto;
	margin-top: 5px;
	text-align: center;
	margin-bottom: 10px;
}

.fondo0 {	
	background-repeat: no-repeat;
	background-position: 50px -145px;
	background-color: rgba(218,218,218,0.9);
}



}

@media screen and (max-width: 800px) {

.cabecera li {
	padding: 0px;
	display: inline;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 4%;
}

.pie {
	width: 100%;
	height: auto;
	margin-top: 5px;
	text-align: center;
	margin-bottom: 10px;
}

.fondo0 {	
	background-repeat: no-repeat;
	background-position: 50px -145px;
	background-color: rgba(218,218,218,0.9);
}

@media screen and (max-width: 700px) {

.cabecera li {
	padding: 0px;
	display: inline;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 4%;
}

.pie {
	width: 100%;
	height: auto;
	margin-top: 5px;
	text-align: center;
	margin-bottom: 10px;
}

.fondo0 {	
	background-repeat: no-repeat;
	background-position: 50px -145px;
	background-color: rgba(218,218,218,0.9);
}
.desplazada {
  position: relative;
  left: 25%;
}

@media screen and (max-width: 320px) {

.cabecera li {
	padding: 0px;
	display: inline;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 4%;
}

.cabecera li img {
	max-width: 38%;
	max-height: 75%;
}

.pie {
	width: 100%;
	height: auto;
	margin-top: 5px;
	text-align: center;
	margin-bottom: 10px;
}

.fondo0 {	
	background-repeat: no-repeat;
	background-position: 50px -145px;
	background-color: rgba(218,218,218,0.9);
}
.desplazada {
  position: relative;
  left: 1%;
}

}