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: 100px;
	margin: 0px;
	padding: 0px;
/*	background-color: #F2F2F2;*/
	background-image: url(../images/cabecera_iipp3.png);
}
.cabecera ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 50px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.cabecera li {
	padding: 0px;
	display: inline;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.secciones {
	width: 100%;
	padding-top: 15px;
	margin-bottom: 10px;
	padding-bottom: 15px;
}
.secciones h1 {
	font-size: 2em;	
	line-height: 40px;
	color: #000000;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.fondo0 {
	background-color: rgba(218,218,218,0.9);
}

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(218,218,218,0.9);
}

section {
	padding: 1em;
	text-align: center;
}


@media screen and (max-width: 1000px) {

.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);
}



}
