body{
	margin:0;
}
#footerPlantilla{
	width:100%;				
	flex-direction:row;
	display: flex;
	justify-content:space-around;
	background: #3ea6d9;
	padding:10px 0px;
}
#contenedorAvisoPolitica{
	display:flex;
	flex-direction:row;
	width:16%;
	justify-content:left;
	align-items:center;
}
.legal{
	display:flex;
    justify-content:center;	
    font-family: arial;
    font-size: 1.2em;
    text-align: center;
    flex-direction:column;
    text-decoration: none;
    color: white;
}
.politica{
	display:flex;
    justify-content:center;	
    font-family: arial;
    font-size: 1.2em;
    text-align: center;
    flex-direction:column;
    text-decoration: none;
    color: white;
}
#facebook{
	padding-left: 10px;
	display:flex;
	padding-right: 10px;
	max-width: 100px;
    max-height: 60px;
    margin-top: 17px;
}
#foursquare{
	padding-left: 10px;
	display:flex;
    justify-content:center;
    max-width: 100px;
    max-height: 60px;
    margin-top: 17px;
}
.redsociales{
	display:flex;
	justify-content:center;
}
#contador{
	display: flex;
	margin-top: 84px;
	height: 16px;
	background-color: white;
	justify-content: flex-end;
}

.contenidoMinimo{
	min-height:55.6vh;
}
/*MIGAS DE PAN*/
.migasdepan{
	display:flex;
	flex-direction:row;
	color:dimgrey;
	font-family: arial;
}
.breadcrumb li{
    display:inline;
    text-decoration:none;
 }
.breadcrumb li a{    
	text-decoration:none;
}
.activo{
	color:blue;
}
/*FIN MIGAS DE PAN*/
/*AVISO LEGAL Y POLÍTICA DE PRIVACIDAD ESTILOS*/
h1, p{
	font-family:arial;
}
.contenedorGeneral{
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	width:100%;
}
.contenedorApoli{
	display:flex;
	flex-direction:column;
	justify-content:center;
	text-align: center;
	width:50%;
}
#fondoCIE{
    position:fixed; 
    opacity:0.1;
    display:flex;
    width:100%;
    justify-content:center;
    padding-top:9em;
    z-index:-1; 
}

@media (max-width:1024px) and (min-width: 981px){
	.contenidoMinimo{
		min-height:62vh;
	}
}

@media (max-width:980px) and (min-width: 361px){
	.contenidoMinimo{
		min-height:73vh;
	}
}
@media (max-width:320px) and (min-width: 0px){
	.contenidoMinimo{
		min-height:70vh;
	}
}
/*RESPONSIVE IE*/
@media screen and (max-width: 600px){
	#contenedorAvisoPolitica{
		display:flex;
		flex-direction: column;
		font-size: 12px;
		width:35%;
	}
	#facebook{
		height:60%;
	}

}
@media screen and (max-width: 300px){
	#contenedorAvisoPolitica{
		display:flex;
		flex-direction: column;
		font-size: 10px;
	}
	#facebook{
		height:60%;
	}
}