
/*******************************************************************************************/
/* DEFAULT */
/*******************************************************************************************/
* {
	border:0;
	outline:0;
	/* font-weight:inherit; */
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}
:focus {outline:0;}
html {height:100%;}
body * {font-family:Verdana,Helvetica,sans-serif;}
body {
	height:100%;
	font-size:62.5%;
	line-height:1.1em;
	color:#282828;
	background:#e4e4e4 url(../images/bg_body.png) repeat-x 50% 0;
	margin:0;
}
h1, h2, h3, h4, h5, h6, p, ol, ul {margin:0;}
ol, ul {list-style:none;}
table {
	border-collapse:separate;
	border-spacing:0;
}
caption, th, td {
	text-align:left;
	font-weight:normal;
}
td {vertical-align:top;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
blockquote {margin-left:20px;}
a {
	text-decoration:underline;
	color:#0b82d4;
	cursor:pointer;
}
a:hover {
	text-decoration:none;
	cursor:pointer;
	color:#ee690c;
}
input, textarea, select {
	border:solid 1px #cde1e4;
	color:#979797;
	font-size:1.1em;
}
input, textarea {
	padding:1px 5px;
	margin-right:10px;
}
select {z-index:1;}
option {padding:1px 3px 0 3px;}
button, submit {cursor:pointer;}

.nowrap {white-space:nowrap;}
.justify {text-align:justify;}
.clear {clear:both;}

#diapo{
	width:358px;
	height:180px;

	}	