/*
	Cascading style sheets for "Joly" (headers), v1.0 (20080124)
	Copyright 2007-2008 Emanuele Rodriguez <erodri@gmail.com>
*/

body {
   margin: 0;
	padding: 0;
}




/*
	page
*/
#page {
	margin: 0 auto;
	padding: 0 10px;
   width: 960px;
}




/*
	header
*/
#header {
	background: url(../img/site/element_div.gif) repeat-x bottom;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 62.5%;
	overflow: hidden;
	padding-top: 10px;
}

* html #header { height: 1%; } /* IE6 fix */

#header p {
   margin: 1em 0;
	padding: 0;
}

#header a {
   color: #005cb8;
   text-decoration: none;
}

#header a:hover {
   text-decoration: underline;
}

#header img {
   border: none;
}

#header form {
   margin: 0;
	padding: 0;
}

#header fieldset {
   border: none;
	margin: 0;
	padding: 0;
}

#header legend {
	display: none;
}

#header select, input, textarea {
   font-family: Verdana, Arial, Helvetica, sans-serif;
}

#header .banner {
	background: #edf1f4 url(../img/site/icon_publi_v.gif) no-repeat 1px 13px;
	padding: 0 0 0 10px;
	margin-bottom: 9px;
	overflow: hidden;
}

* html #header .banner { height: 1%; } /* IE6 fix */

#header .banner img {
	display: block;
	float: left;
}

#header .extras {
	background: url(../img/site/pixel_858585.gif) repeat-x bottom;
	clear: both;
	overflow: hidden;
	margin-bottom: 10px;
}

* html #header .extras { height: 1%; } /* IE6 fix */

#header .extras .date {
	display: block;
	float: left;
	font-size: 1.1em;
}

#header .extras .items {
   float: right;
	list-style: none;
	margin: 0;
	padding: 0;
}

#header .extras .items li {
	background-color: #fff;
	float: left;
	letter-spacing: .035em;
	text-transform: uppercase;
	padding: 2px 7px 4px 7px;
	margin-left: 3px;
	border: 1px solid #858585;
}

#header .extras .items li,
#header .extras .items li a {
	color: #090909;
}

#header .extras .items .mapaweb {
	border: none;
	letter-spacing: 0;
	padding: 0 0 0 5px;
}

#header .extras .items .mapaweb a {
	background: url(../img/site/icon_menu_mapaweb.gif) no-repeat 0 0;
	display: block;
	padding: 3px 5px 4px 25px;
}

#header .extras .items li.sel {
	border-bottom: 1px solid #fff;
}

#header .info {
	clear: left;
	overflow: hidden;
}

* html #header .info { height: 1%; } /* IE6 fix */

#header .info .logo {
	float: left;
	padding: 0;
	margin: 5px 9px 0 0;
}

#header .info .meteo {
	float: left;
}

#header .info .meteo img {
	float: left;
	margin-right: 8px;
}

#header .info .meteo .location {
	display: block;
	font-size: 1.1em;
	margin-top: 11px;
}

#header .info .meteo .temperature {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 1.8em;
}

#header .info .search {
	background: url(../img/site/element_div_vert.gif) repeat-y left;
	float: right;
	margin-left: 15px;
	padding-left: 15px;
	margin-bottom: 8px;
	width: 275px;
}

#header .info .search label {
	display: block;
	float: left;
	color: #828083;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-weight: bold;
	text-transform: uppercase;
	width: 110px;
}

#header .info .search img,
#header .info .search .imgSubmit {
	vertical-align: top;
}

#header .info .search label img {
	margin-left: 5px;
}

#header .info .search .txtSearch {
	background: url(../img/site/hdr_search_txt_bg.gif) repeat-x center;
	border: none;
	font-size: 1.1em;
	padding: 2px 2px 1px 2px;
	width: 245px;
}

#header .info .search .imgSubmit {
	margin-left: 2px;
	margin-top: -1px;
}

#header .info .search .radDiario,
#header .info .search .radAsk {
	float: left;
	margin: 0 5px 0 0;
}

#header .info .search .radAsk {
	margin-left: 4px;
}

* html #header .info .search .radDiario { margin: -4px 0 0 -4px; } /* IE6 fix */
*+html #header .info .search .radDiario { margin: -4px 0 0 -4px; } /* IE7 fix */

* html #header .info .search .radAsk { margin: -4px 0 0 4px; } /* IE6 fix */
*+html #header .info .search .radAsk { margin: -4px 0 0 4px; } /* IE7 fix */

#header .mainmenu {
	background: url(../img/site/mainmenu_bg.gif) repeat-x bottom;
	clear: both;
	overflow: hidden;
}

* html #header .mainmenu { height: 1%; } /* IE6 fix */

#header .mainmenu .items {
	list-style: none;
	margin: 0;
	padding: 0 0 0 3px;
}

#header .mainmenu .items li {
	float: left;
	text-transform: uppercase;
	padding: 10px 10px 6px 10px;
}

#header .mainmenu .items li,
#header .mainmenu .items li a {
	color: #090909;
}

#header .mainmenu .items li.sel {
	border-top: 1px solid #858585;
	border-left: 1px solid #858585;
	border-right: 1px solid #858585;
	border-bottom: 1px solid #fff;
	background-color: #fff;
	font-size: .9em;
	font-weight: bold;
	padding: 9px 9px 5px 9px;
	margin-left: 2px;
	margin-right: 2px;

}
#header .hidden {
   display: none !important;
}




/*
	content
*/
#content {
	clear: both;
}
