@charset "utf-8";
/* CSS Document */

body {
	background-color: #441c06;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	margin: 0px;
	background-image: url(img/web/fondo.jpg);
	background-position: center;
	background-repeat: repeat-y;
}
a {
	font-size: 13px;
	color: #441C06;
	text-decoration:none;
}

a:hover {

	color: #F27807;
}

#header{
	background-image: url(img/web/header.png);
	height:212px;
	background-repeat: repeat-x;
	width:100%;
	text-align:center;


}
#contenedor{

	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#contenido{

	width:575px;
	margin-left:80px;
	float:left;

	padding-right: 50px;
	padding-bottom: 50px;
	padding-left: 50px;
}
.menu_ {
	color: #000;
	font-weight: bold;
	font-size: 17px;
	width: 220px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 5px;
	float:left;
}
.menu_ a {
	color: #000;
	font-weight: bold;
	font-size: 17px;
	text-decoration: none;
	padding:5px;

}
.menu_ a:hover {

	color: #F27807;


}
p {
	margin: 0px;	
}
h1 {
	font-size: 26px;
	color: #F27807;

}
h2 {
	font-size: 24px;
	color: #F27807;
}


.blavet {

	color: #273F3E;
	font-weight: bold;
	font-size: 17px;
	background-color: #D6E6EC;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	width: 700px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
	text-align: center;
}
img {
border:0px;
}
.img-espai-ska
{
	padding:5px;
	border:#FFFFFF 1px solid; 
	background-color:#221e1f;
}
#peu{
	color: #FFF;


position:absolute;

}
#peu a{


	color: #FFF;


}
.caja		{
	float:left;
	border:thick solid #441C06;
	margin-left:10px;
	margin-bottom:10px;
	text-align:center;
			}
