@charset "utf-8";
/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
	border: 0px;
	background-repeat: no-repeat;
}
html {
	min-height: 100%;
  	position: relative;
}
body {
	height: 100%;
	background: rgb(216,0,111);
	background: linear-gradient(0deg, rgba(216,0,111,1) 0%, rgba(0,0,0,1) 90%);
    margin: 0;
    margin-bottom: 120px;
}
#Global {
	background-color: #FFF;
	width: 100%;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	margin-top: auto;
	position: relative;
}
#Cabecera {
	height: 200px;
	width: 100%;
	background-image: url(../objetos/Logo_Osona.png);
	background-position: 3%;
	background-color:#000;
	overflow:hidden;
}
#titulo {
	width:60%;
	line-height:200px;
	position: relative;	
	float:left;
}
#enlaces {
	width:40%;
	position: relative;	
	float:left;
}
h1{
	color:#D8006F;
	font-family:"Comic Sans MS", cursive;
	font-size: 2.6em;
	padding-left:6em;
}
#Cabecera ul {
	position: relative;
	float:right;
	width:auto;
	padding-top: 160px;
	padding-right: 2em;
}
#Cabecera ul li {
	float: left;
	list-style-type: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	font-weight: bold;
	position: relative;
	margin-left: 20px;
}
#Cabecera ul li a {
	text-decoration: none;
	color: #D8006F;
	position: relative;
	display: block;
}
#Cabecera ul li a:hover {
	text-decoration:underline;
}
#pie {
	height: 120px;
	width: 100%;
	background-color: #000;
	border-top:1px solid #D8006F;
	overflow: hidden;
	position:absolute;
	bottom: 0;
}
#pie-cont {
  	position: absolute;
  	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
  	width: 60%;
  	height: 80px;	
}
#pie-txt {
	width:35%;
	position: relative;	
	float: left;
	border-right: 1px solid #D8006F;
}
#pie-enlaces {
	width:30%;
	position: relative;	
	float:left;
	border-right: 1px solid #D8006F;
}
#pie-legal {
	width:30%;
	position: relative;	
	float:left;
}
#pie-txt p {
	color:#D8006F;
	font-family:"Comic Sans MS", cursive;
	font-size: 0.8em;
	text-align:center;
}
#pie-txt p.pie-tit {
	font-family:"Comic Sans MS", cursive;
	font-size: 1.6em;
}
#pie-enlaces p {
	color:#D8006F;
	font-family:"Comic Sans MS", cursive;
	font-size: 1.2em;
	text-align:center;
}
#pie-enlaces p.seg {
	padding-bottom: 5px;
}
#pie-legal p {
	color:#D8006F;
	font-family:"Comic Sans MS", cursive;
	font-size: 1.2em;
	text-align:center;
}
#pie-legal p.avis {
	padding-top: 10px;
}
#pie-legal a {
	color: #D8006F;
	text-decoration: none;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation : landscape) { 
#titulo {
	width:100%;
	height: 160px;
	float:none;
	line-height:normal;
}
#enlaces {
	width:100%;
	height:40px;
	float:none;
}
#Cabecera h1 {
	width:100%;
	position: relative;
	padding-left:5em;
	padding-top:70px;
}
#Cabecera ul {
	padding-top:0px;
}
#pie-cont {
  	width: 90%;
}
#pie-txt p {
	font-size: 0.75em;
}
#pie-txt p.pie-tit {
	font-size: 1.4em;
}
#pie-enlaces p {
	font-size: 1em;
}
}
@media screen and (max-width:800px) {
body {
	background: rgb(216,0,111);
	background: linear-gradient(0deg, rgba(216,0,111,1) 40%, rgba(0,0,0,1) 95%);
	margin-bottom: 340px;
}
#Global {
	margin-top: 0px;
}
#Cabecera {
	height: 120px;
	width: 100%;
	background-image: url(../objetos/m_Logo_Osona.png);
	background-position: 3%;
}
#titulo {
	width:100%;
	height: 90px;
	float:none;
	line-height:normal;
}
#enlaces {
	width:100%;
	height:30px;
	float:none;
}
#Cabecera h1, #Cabecera h2, #Cabecera h3{
	font-size:1.4em;
	width:100%;
	position: relative;
	padding-left:5em;
	padding-top:40px;
}
#Cabecera ul {
	padding-top:0px;
	padding-right: 0.8em;
}
#Cabecera ul li {
	font-size: 0.8em;
}
#pie {
	height:340px;
}
#pie-cont {
  	position: absolute;
  	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
  	width: 80%;
	height:300px;	
}
#pie-txt {
	width:100%;
	position: relative;	
	border-right:none;
	border-bottom: 1px solid #D8006F;
	float:none;
}
#pie-enlaces {
	width:100%;
	position: relative;
	border-right:none;
	border-bottom: 1px solid #D8006F;
	float:none;
}
#pie-legal {
	width:100%;
	position: relative;
	float:none;
}
#pie-enlaces p {
	padding: 0.5em 0em 0.5em 0em;
}
#pie-txt p.pie-tit {
	padding-top:1em;
}
#pie-txt p.pie-dir {
	padding-bottom:2em;
}