
:root {
  --main-color-body: #EFF8FB;
  --main-border-radius: 0.8vw; /*var(--main-border-radius);*/
}

/*********** 
	PIE
************/
a:link, a:visited, a:active,a:hover  {text-decoration:none; color: #00BFFF;}
a:hover {color: blue;}
a:active {}
a:focus {}

.pie-pagina {
	position: fixed;
	z-index: 2;
	bottom: 0vw;
  left: 0vw;
  width: 100%;
	height: 7vw;
	opacity: 0.9;
	filter: alpha(opacity=90);
	background: var(--main-color-body);
	box-shadow: 0vw 0vw 1vw 1vw #808080;
	text-align: center;
	display: flex;
  justify-content: center;
}

.pie-pagina p, ul {
	margin: -0.7vw 0vw 0vw 0vw;
}
.p-pie{}
.p-pie-contacto{}

.p-pie-contacto img{
	width: 2vw; height: 2vw;
}
.ul-pie  {
	width: 20vw;
	height: 6.5vw;
	float: right;
	
}
.ul-pie iframe {

	border-radius: 0.5vw;
	border: 0.1vw solid #808080;
	width: 20vw;
	height: 6.4vw;
}


