@charset "utf-8";
body {
	margin:0;
	font-family:Georgia, "Times New Roman", Times, serif;
}
img {
	border: none;
}
.clear {
	clear:both;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {display: inline-block;}
.clearfix {display: block;}
html[xmlns] .clearfix {
	#display: block;
}
* html .clearfix {height: 1%; }
* html .clearfix {height: 1%; }
a{
	font-size:12px;
    text-decoration:none;
	color:#000;
	}
a:hover {
	text-decoration:underline;
}

.fleft {
	float:left;
}
.fright {
	float:right;
}
#container{
}
.top {
	background:#FFF url(../images/fondo_top.gif) 0 bottom repeat-x;
	padding:10px 20px 10px 20px;
}
.main {
	background:url(../images/fondo.gif) 0 0;
	font-size:12px;
	color:#FFF;
	padding:20px;
}
h1 {
	font-size:16px;
	font-weight:bold;
	color:#FFF;
	margin:0px;
}
h2 {
	font-size:24px;
	font-weight:bold;
	color:#4A606E;
	margin:0px;
}
.bottom {
	background:#FFF url(../images/fondo_bottom.gif) 0 top repeat-x;
	font-size:12px;
	color:#666;
	padding:5px 20px 5px 20px;
}

