body {
	font:x-small Arial, Helvetica, sans-serif;
	background: url(images/css/bg_page_body.gif) repeat-y center center;
}
body,div,dl,dt,ul,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
img {
	border:0;
}
ol,ul {
	list-style:none;
}
h1,h2,h3,h4,h5,h6 {
	font-size:1em;
	font-size:100%;
	font-weight:normal;
}
a { 
	outline:none;
}
/* estructura ------------------------- */
.hidden {display:none;}
.to-right {text-align:right;}
.to-left {text-align:left;}
.to-centre {text-align:center;}
.float-left {float:left;}
.float-right {float:right;}
.no-float {float:none !important;}
.clear {
	clear: both;
	margin-bottom: 20px;
}
/* clearfix --------------------------- */
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}

/* SNEWS */
fieldset {
	border: 1px solid #ccc;
	padding: 10px 8px;
	margin: 0 0 8px 0;
	background: #F8F7F8;
	color: #000;
}
legend { font-size: 1.2em; padding: 0 4px 0 1px; }
input { padding: 3px; margin: 0; }
textarea { width: 97%; height: 30em; padding: 3px;}
.comment {
	background: #F8F7F8;
	color: #808080;
	padding: 10px;
	margin: 0 0 10px 0;
	border-top: 1px solid #ccc;
}
.commentsbox {
	background: #F8F7F8;
	color: #808080;
	padding: 10px;
	margin: 0 0 10px 0;
	border-top: 1px solid #ccc;
}

