@charset "utf-8";
/* CSS Document */
body{
	background-color:#3474f7;
	background-image: url(../img/background.png);
	background-repeat: repeat-x;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	}
a{
	color:#000;
	text-decoration:none;
}
a:visited{
	color:#000;
}
a:hover{
	color:#F90;
}
img{
	border:none;
}

/* Model de caixes de la web */
#web{
	width:800px;
	height:600px;
	margin:0 auto;
	}
#cap{
	background-image:url(../img/head.png);
	background-position:center;
	background-repeat:no-repeat;
	margin:0 auto;
	height:215px;
	}
#cos{
	background-image:url(../img/body.png);
	background-position:center;
	background-repeat:repeat-y;
	overflow:auto;
	width:800;
	height:auto;
	}
#peu{
	background-image:url(../img/foot.png);
	background-position:center;
	background-repeat:no-repeat;
	height:60px;
	text-align:center;
	font-size:9px;
}
#menu{
	width:665px;
	padding-top:10px;
	margin:0 auto;
	height:auto;
}
#blank{
	width:800px;
	height:50px;
}
#noticia, pagina{
	width:720px;
	height:auto;
	padding-right:40px;
	padding-left:40px;
	padding-top:10px;
	padding-bottom:10px;
}
#not_cap{
	width:720px;
	height:50px;
	background-image:url(../img/not_head.png);
	background-position:center;
	background-repeat:no-repeat;
}
#not_cos{
	width:720px;
	height:auto;
}
#not_text{
	width:680px;
	height:auto;
	margin:0 auto;
	overflow:auto;
	padding-top:10px;
	padding-bottom:10px;
}
#not_peu{
	width:720px;
	height:40px;
}
#not_titol{
	width:555px;
	float:left;
	padding-left:20px;
	padding-top:3px;
}
#not_data{
	width:100px;
	float:right;
	padding-top:20px;
	padding-right:25px;
	text-align:right;
}
#not_comentaris{
	width:auto;
	height:auto;
	float:left;
	padding-left:20px;
	padding-top:15px;
	font-size:11px;
}
#not_publish{
	width:auto;
	height:auto;
	float:right;
	padding-right:20px;
	padding-top:15px;
}
#comentari{
	width:500px;
	height:auto;
	padding-right:50px;
	padding-left:45px;
	padding-top:10px;
	padding-bottom:10px;
	margin:0 auto;
}
.box{
	width:75px;
	height:10px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
}
#login{
	width:250px;
	height:auto;
	padding-top:20px;
	padding-bottom:20px;
	margin:0 auto;
}
#deslogin{
	width:250px;
	height:auto;
	padding-top:20px;
	padding-bottom:20px;
	margin:0 auto;
	text-align:center;
}
#admin{
	width:620px;
	height:auto;
	padding-left:40px;
	padding-right:40px;
	padding-top:20px;
	padding-bottom:20px;
	float:left;
}
#admin_menu{
	width:100px;
	height:auto;
	float:left;
	padding-top:10px;
	padding-bottom:10px;
}

#nova{
	width:auto;
	height:auto;
	float:left;
	padding-left:50px;
	padding-bottom:10px;
}
#antiga{
	width:auto;
	height:auto;
	float:right;
	padding-right:50px;
	padding-bottom:10px;
}
#perfil{
	width:300px;
	height:auto;
	float:left;
	padding-left:50px;
	padding-top:10px;
	padding-bottom:50px;
}
#video{
	margin:0 auto;
	width:400px;
	height:400px;
}
#album{
	width:665px;
	height:auto;
	padding-top:10px;
	margin:0 auto;
}
#album_foto{
	width:auto;
	height:auto;
	padding-top:10px;
	margin:0 auto;
	text-align:center;
}

/* Menú desplegable horizontal */
/* Root = Horizontal, Secondary = Vertical */
ul#navmenu-h {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: auto; /*For KHTML*/
  list-style: none;
  height: 24px;
}

ul#navmenu-h li {
  margin: 0;
  border: 0 none;
  padding: 0;
  width:93px;
  float: left; /*For Gecko*/
  display: inline;
  list-style: none;
  position: relative;
  height: 24px;
}

ul#navmenu-h ul {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 93px;
  list-style: none;
  display: none;
  position: absolute;
  top: 24px;
  left: 0;
}

ul#navmenu-h ul:after /*From IE 7 lack of compliance*/{
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

ul#navmenu-h ul li {
  width: 95px;
  float: left; /*For IE 7 lack of compliance*/
  display: block !important;
  display: inline; /*For IE*/
}

/* Root Menu */
ul#navmenu-h a {
  border: 1px solid #FFF;
  border-right-color: #CCC;
  border-bottom-color: #CCC;
  padding: 0 6px;
  float: none !important; /*For Opera*/
  float: left; /*For IE*/
  display: block;
  background: #EEE;
  color: #666;
  font: bold 10px/22px Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
  height: auto !important;
  height: 1%; /*For IE*/
}

/* Root Menu Hover Persistence */
ul#navmenu-h a:hover,
ul#navmenu-h li:hover a,
ul#navmenu-h li.iehover a {
  background: #CCC;
  color: #FFF;
}

/* 2nd Menu */
ul#navmenu-h li:hover li a,
ul#navmenu-h li.iehover li a {
  float: none;
  background: #EEE;
  color: #666;
}

/* 2nd Menu Hover Persistence */
ul#navmenu-h li:hover li a:hover,
ul#navmenu-h li:hover li:hover a,
ul#navmenu-h li.iehover li a:hover,
ul#navmenu-h li.iehover li.iehover a {
  background: #CCC;
  color: #FFF;
}

/* 3rd Menu */
ul#navmenu-h li:hover li:hover li a,
ul#navmenu-h li.iehover li.iehover li a {
  background: #EEE;
  color: #666;
}

/* 3rd Menu Hover Persistence */
ul#navmenu-h li:hover li:hover li a:hover,
ul#navmenu-h li:hover li:hover li:hover a,
ul#navmenu-h li.iehover li.iehover li a:hover,
ul#navmenu-h li.iehover li.iehover li.iehover a {
  background: #CCC;
  color: #FFF;
}

/* 4th Menu */
ul#navmenu-h li:hover li:hover li:hover li a,
ul#navmenu-h li.iehover li.iehover li.iehover li a {
  background: #EEE;
  color: #666;
}

/* 4th Menu Hover */
ul#navmenu-h li:hover li:hover li:hover li a:hover,
ul#navmenu-h li.iehover li.iehover li.iehover li a:hover {
  background: #CCC;
  color: #FFF;
}

ul#navmenu-h ul ul,
ul#navmenu-h ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 95px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu-h li:hover ul ul,
ul#navmenu-h li:hover ul ul ul,
ul#navmenu-h li.iehover ul ul,
ul#navmenu-h li.iehover ul ul ul {
  display: none;
}

ul#navmenu-h li:hover ul,
ul#navmenu-h ul li:hover ul,
ul#navmenu-h ul ul li:hover ul,
ul#navmenu-h li.iehover ul,
ul#navmenu-h ul li.iehover ul,
ul#navmenu-h ul ul li.iehover ul {
  display: block;
}