@charset "utf-8";
/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
	border: 0px;
	background-repeat: no-repeat;
}
body {
	height: 100%;
	background: rgb(216,0,111);
}
#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: 150px;
	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.idioma {
	padding-top:0.4em;

}
#Cabecera ul li.login {
	border: 0.1em solid #D8006F;
	box-shadow:0 0 0 0.3em #D8006F;
	padding: 0.3em 1.2em;
	border-radius: 1em;	
	background: -moz-linear-gradient(top, #D8006F 0%, #cfe6ef 100%);
	background: -webkit-linear-gradient(top, #D8006F 0%,#cfe6ef 100%); 
	background: #D8006F; 
    display:block;
	margin-left: 2.5em;
}
#Cabecera ul li.idioma a {
	text-decoration: none;
	color: #D8006F;
	position: relative;
	display: block;
}
#Cabecera ul li.login a {
	text-decoration: none;
	color: #FFF;
	position: relative;
	display: block;
}
#Cabecera ul li.idioma a:hover {
	text-decoration:underline;
}
#pie {
	position:relative;
	height: 120px;
	width: 100%;
	background-color: #000;
	border-top:1px solid #D8006F;
	overflow: hidden;
}
#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);
}
#Global {
	margin-top: 0px;
}
#Cabecera {
	height: 120px;
	width: 100%;
	background-image: url(../objetos/m_Logo_Osona.png);
	background-position: 3%;
}
#titulo {
	width:100%;
	height: 80px;
	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;
	margin-left: 10px;
}
#Cabecera ul li.login {
	margin-left: 1.5em;
}
#Cabecera ul li.idioma {
	padding-top:0.5em;
}
#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;
}