body {
	margin: 0px;
	color: #666;
	background: url(../images/fondohome.jpg) no-repeat fixed center top;
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.conteiner {
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 5px;
	padding-left: 5px;
	background: url(../images/conteiner_bgnd.png) repeat-y center;
	overflow: hidden;
	z-index: -1;
}
.conteiner .top {
	height: 153px;
	position: fixed;
	background: #FFF url(../images/nubes_mio.jpg) no-repeat center top;
	z-index: 40;
	width: 970px;
	overflow: hidden;
}
.top .logo {
	float: left;
	width: 455px;
	padding-top: 12px;
	padding-left: 30px;
	padding-bottom: 20px;
}
.top .info {
	float: right;
	width: 335px;
	padding-top: 15px;
	padding-left: 100px;
}
.info .social {
	width: 135px;
	float: left;
	font-size: 11px;
}
.social ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.social ul li {
	line-height: 16px;
	margin-bottom: 2px;
	text-align: justify;
}
.social ul li img {
	vertical-align:top;
}
.info .address {
	float: left;
	width: 180px;
	background-repeat: no-repeat;
	padding-left: 20px;
}
.address p {
	margin: 0px;
	font-size: 10px;
	line-height: 14px;
}
.address p strong {
	font-size: 12px;
}
.address table {
	font-size: 11px;
}
.top .menu {
	height: 30px;
	line-height: 30px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	background: url(../images/menu_bgnd.gif) no-repeat center bottom;
	text-transform: uppercase;
}
.menu .nav {
	float: left;
	height: 30px;
}
.menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.menu ul li {
	display: inline;
}
.menu ul .block {
	display: block;
	float: left;
}
.menu ul li a {
	display: block;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	text-decoration: none;
	color: #999;
}
.menu ul li a:hover {
	color: #666;
}
.menu ul li span {
	display: block;
	float: left;
	color: #CCC;
}
.menu .filter {
	float: right;
	height: 30px;
}
.filter ul {
	color: #F7AC88;
}
.conteiner .content {
	padding-bottom: 15px;
	padding-left: 13px;
	width: 957px;
	z-index: 20;
	padding-top: 153px;
}
.foot {
	height: 5px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/foot_bgnd.png);
	margin-bottom: 20px;
}
.hr {
	clear: both;
	height: 1px;
	padding-top: 10px;
	background-image: url(../images/hr.gif);
	background-repeat: repeat-x;
	background-position: left 10px;
	padding-bottom: 10px;
	margin-right: 20px;
}
.clear {
	clear: both;
}
/* Page Flip */
#pageflip {
	position: relative;
	right: 0;
	top: 0;
	float: right;
	z-index:98;
}
#pageflip img {
	width: 50px;
	height: 52px;
	z-index: 99;
	position: absolute;
	right: 0;
	top: 0;
	border:0px;
	/*-ms-interpolation-mode: bicubic;*/
}
#pageflip .msg_block {
	width: 50px;
	height: 50px;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	background: url(../images/corner.png) no-repeat right top;
}
