@import url(reset.css);
@import url(fonts.css);

/* Estilos Generales */
a {
	color: #2971a7;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}
h1, h2, h3, h4, h5, h6 {
	margin-bottom: 10px;
	padding-bottom: 5px;
	color: #333;
	}
h1 {
	font-size: 24px;
	font-weight: normal;
	line-height: 26px;
	letter-spacing: -1px;
	text-shadow: 1px 1px 1px #ccc;
	color: #000;
	}
h1.page-title {
	margin-bottom: 20px;
	letter-spacing: -1px;
	line-height: 1.2em;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 35px;
	font-weight: normal;
	color: #585858;
	border-bottom: 1px #dedede solid;
	}
h2 {
	font-size: 22px;
	font-weight: normal;
	line-height: 24px;
	}
h3 {
	font-size: 20px;
	font-weight: normal;
	line-height: 22px;
	}
h3.title {
	border-bottom: 2px #dedede solid;
	}
h4 {
	font-size: 18px;
	font-weight: normal;
	line-height: 20px;
	}
h4.title {
	text-transform: uppercase;
	text-shadow: 1px 1px 1px #ccc;
	border-bottom: 1px #d9d9d9 solid;
	}
h5 {
	font-size: 16px;
	font-weight: normal;
	line-height: 18px;
	}
h6 {
	font-size: 14px;
	font-weight: normal;
	line-height: 16px;
	}
h5.title,
h6.title {
	text-transform: uppercase;
	text-shadow: 1px 1px 1px #ccc;
	font-weight: bold;
	}
small {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: normal;
	text-transform: none;
	}
strong {
	font-weight: bold;
	color: #2b2b2b;
	}

#container,
#head,
#body,
#foot,
.wrapper,
.content {
	overflow: hidden;
	position: relative;
	color: #666666;
	}

/** Wrapper **/
.wrapper {
	margin: 0 auto;
	width: 980px;
	}
#head .wrapper {
	background: #101010 url('../img/head-wrapper-bg.jpg') no-repeat left bottom;
	height: 150px;
	}
#body .wrapper {
	min-height: 400px;
	}
#head {
	margin-bottom: 10px;
	}
#head .logo {
	display: block;
	margin: 20px 0 0 20px;
	background: url('../img/logo2.png');
	width: 220px;
	height: 107px;
	text-indent: -99999px;
	}
#head .menu ul {
	position: absolute;
	bottom: 20px;
	right: 50px;
	font-size: 11px;
	}
#head .menu ul li {
	float: left;
	display: block;
	padding: 0 10px;
	color: #c1c1c1;
	}
#head .menu ul li a {
	display: block;
	text-align: right;
	text-transform: uppercase;
	letter-spacing: -1px;
	font-size: 14px;
	color: #dbdfe3;
	}
#head .menu ul li a span {
	display: block;
	text-align: right;
	text-transform: normal;
	letter-spacing: 1px;
	font-size: 11px;
	color: #9c9a9c;
	}
#head .menu ul li a:hover,
#head .menu ul li a:hover span {
	color: #fff;
	text-decoration: none;
	}
#body .col {
	float: left;
	margin-bottom: 15px;
	padding: 0 5px;
	width: 970px;
	}
#body .col.w810 { width: 810px; }
#body .col.w710 { width: 710px; }
#body .col.w550 { width: 550px; }
#body .col.w250 { width: 250px; }
#body .col.w150 { width: 150px; }

#body .col.message404 h1 {
	font-size: 48px;
	line-height: 56px;
	text-align: center;
	}
#body .col.message404 p.message {
	margin: 0 auto;
	text-align: center;
	width: 600px;
	}
#body hr {
	margin: 10px 0;
	background: url(../img/line-dashed-horizontal-4px.gif) repeat-x left top;
	border: 0;
	height: 1;
	}
#body p {
	margin-bottom: 10px;
	}
#body p.sky-blue {
	padding-left: 10px;
	border-left: 2px #2597cc solid;
	}
#body p.green {
	padding-left: 10px;
	border-left: 2px #92d400 solid;
	}
#body p.intro {
	margin-bottom: 10px;
	border: 0;
	font: 20px/24px "Myriad Pro","Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif;
	color: #666;
	}
#body p.quote {
	margin: 0 0 2px;
	padding: 5px 0;
	line-height: 24px;
	font-family: Arial;
	font-size: 18px;
	color: #c0c0c0;
	}
#body a.btn-quotation,
#body a.btn-contact {
	display: block;
	margin: 0 0 15px 0;
	background: #f3f3f3 url(../img/btn-bg.gif) repeat-x left -400px;
	border: 1px #ccc solid;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	line-height: 45px;
	text-align: center;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	color: #444;
	}
#body a.btn-quotation:hover,
#body a.btn-contact:hover {
	text-decoration: none;
	background: #f1f1f1;
	}
#body ul {
	margin: 5px 0 10px 0;
	padding: 0;
	}
#body ul li {
	margin-left: 15px;
	list-style-type: disc;
	}
#body ul li ul li {
	list-style-type: circle;
	}
#body ul.menu li {
	margin: 0;
	padding: 0 0 10px 0;
	list-style: none;
	}
#body ul.menu li.active {
	font-weight: bold;
	}
#body ol {
	margin: 0;
	padding: 0;
	}
#body ol li {
	position: relative;
	padding: 0 0 5px 0;
	}
#body ol li span {
	position: absolute;
	top: 0;
	right: 0;
	}
#body form div.input {
	position: relative;
	margin-bottom: 15px;
	}
#body form div.input label {
	font-weight: bold;
	}
#body form div.input label,
#body form div.input small {
	display: block;
	}
#body form div.input input {
	font: 18px Georgia, "Times New Roman",Times,serif;
	}
#body form div.input textarea {
	font: 14px Georgia, "Times New Roman",Times,serif;
	}
#body form div.input div.checkbox input,
#body form div.input div.checkbox label {
	display: inline;
	}
div.four-col,
div.four-col div.four-col-head,
div.four-col div.four-col-body {
	clear: both;
	overflow: hidden;
	}
div.four-col div.four-col-head {
	background: url(../img/table-4col-thead-bg.png) no-repeat left top;
	}
div.four-col div.four-col-head h1 {
	font-size: 16px;
	font-weight: bold;
	color: #000;
	}
div.four-col div.four-col-body {
	background: url(../img/table-4col-tbody-bg.png) no-repeat left bottom;
	}
div.four-col div.four-col-head h1,
div.four-col div.four-col-body div {
	float: left;
	padding: 5px 10px;
	width: 225px;
	}
#body div.contact form div.input input,
#body div.contact form div.input select,
#body div.contact form div.input textarea {
	width: 540px;
	color: #9c9a9c;
	}
#body .col .box {
	margin-bottom: 15px;
	padding: 10px;
	background: #1f1f1f url(../img/box-bg.gif) repeat-x 0 0;
	color: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	}
#body .col .box a {
	color: #d9d9d9;
	}
#body .col .box h6,
#body .col .box strong {
	color: #fff;
	}
#body .col .box.white {
	background: #fff;
	color: #666;
	border: 1px #ccc solid;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	}
#body .col .box.white li,
#body .col .box.white a {
	color: #5a94da;
	}
#body .col .box.white h6,
#body .col .box.white strong {
	color: #666;
	}
#body div.home-featuring {
	margin-bottom: 25px;
	}
#body div.home-featuring #SlidesNav {
	float: right;
	}
#body div.home-featuring #SlidesNav a {
	display: block;
	float: left;
	margin: 0 5px 0 0;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	border: 1px #ccc solid;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	}
#body div.home-featuring #SlidesNav a:hover {
	text-decoration: none;
	}
#body div.home-featuring #SlidesNav a.activeSlide {
	background: #444;
	color: #fff;
	}
#body div.home-featuring #Slides {
	margin-bottom: 10px;
	}
#body div.home-featuring #Slides .slide {
	position: relative;
	display: none;
	width: 970px;
	height: 280px;
	}
#body div.home-featuring #Slides .slide.s01 {
	background: url(../img/home-slide-1.jpg) no-repeat;
	}
#body div.home-featuring #Slides .slide.s01 p {
	float: right;
	margin-top: 100px;
	padding-right: 15px;
	text-align: right;
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	}
#body div.home-featuring #Slides .slide.s02 {
	background: url(../img/home-slide-2.jpg) no-repeat;
	}
#body div.home-featuring #Slides .slide.s02 a,
#body div.home-featuring #Slides .slide.s02 p {
	position: absolute;
	right: 0;
	bottom: 0;
	margin: 0;
	padding: 10px;
	color: #fff;
	}
#body div.home-featuring #Slides .slide.s02 a {
	right: 80px;
	bottom: 45px;
	font-size: 24px;
	}
#body div.home-featuring .links {
	color: #ccc;
	}
#body div.home-featuring .links a {
	padding: 0 5px;
	color: #444;
	}
#body div.home-blog {
	padding: 0 20px 0 5px;
	background: url(../img/line-dashed-vertical.gif) repeat-y right top;
	width: 630px;
	text-align: justify;
	}
#body div.home-spotlight {
	padding: 0 5px 0 20px;
	width: 300px;
	}
#body div.home-spotlight .prod-serv {
	overflow: hidden;
	border-bottom: 1px dotted #d8d8d8;
	line-height: 50px;
	font-size: 11px;
	cursor: pointer;
	}
#body div.home-spotlight .prod-serv h6 {
	float: left;
	margin: 0;
	padding-left: 10px;
	width: 120px;
	line-height: 50px;
	font-size: 12px;
	font-weight: bold;
	}
#body div.home-spotlight .prod-serv p {
	float: left;
	margin: 0;
	padding: 0;
	width: 165px;
	white-space: nowrap;
	}
#body div.home-spotlight .prod-serv.prod-serv-last {
	border: 0;
	}
#body div.what-we-do {
	width: 316px;
	}
#body div.what-we-do h3 {
	margin-bottom: 15px;
	padding-bottom: 5px;
	}
#body div.what-we-do p {
	margin-bottom: 10px;
	padding: 0 5px;
	}
#body div.what-we-do.what-we-do-left {
	}
#body div.what-we-do.what-we-do-center {
	}
#body div.what-we-do.what-we-do-right {
	}
#body div.what-we-do .service-box {
	margin-bottom: 20px;
	padding: 0 10px;
	min-height: 200px !important;
	height: 200px;
	font-size: 11px;
	}
#body div.what-we-do .service-box.high {
	margin: -5px 0 10px 0;
	padding: 5px 5px 0 5px;
	background: #51a7e8 url(../img/service-box-high-bg.png) repeat-x 0 100%;
	font-size: 12px;
	color: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	}
#body div.what-we-do .service-box ul li {
	list-style-position: outside;
	}
#body div.what-we-do .service-box.high h5,
#body div.what-we-do .service-box.high a {
	color: #fff;
	}
#body div.what-we-do .service-box a.btn-quotation,
#body div.what-we-do .service-box a.btn-contact {
	font-size: 16px;
	}
#body table.what-we-do {
	width: 100%;
	}
#body div.psd-html.col {
	width: 700px;
	padding-left: 15px;
	}
#body div.psd-html .pasos {
	overflow: hidden;
	margin-bottom: 20px;
	}
#body div.psd-html .pasos .paso-1,
#body div.psd-html .pasos .paso-2,
#body div.psd-html .pasos .paso-3 {
	float: left;
	margin-right: 17px;
	width: 220px;
	}
#body div.psd-html .pasos .paso-3 {
	margin: 0;
	}
#body div.psd-html dl dt {
	font-size: 14px;
	font-weight: bold;
	}
#body div.psd-html dl dd {
	padding: 0 0 15px 10px;
	text-align: justify;
	}
#body div.quotation div#Services legend {
	padding-bottom: 15px;
	font-size: 18px;
	font-weight: normal;
	}
#body div.quotation div#Services input,
#body div.quotation div#Services label {
	display: inline;
	}
#body div.quotation div#Services label {
	padding: 0 0 0 20px;
	font-size: 20px;
	cursor: pointer;
	text-align: right;
	}
#body div.quotation div#WebPerformace,
#body div.quotation table#PlansWebSite {
	/*display: none;*/
	}
#body div.quotation table {
	margin: 0 auto;
	border-collapse: collapse;
	}
#body div.quotation table td {
	padding: 2px 0;
	}
#body div.quotation table td.section {
	}
#body div.quotation table thead th {
	font-size: 14px;
	font-weight: bold;
	}
#body div.quotation table tr.disabled td {
	color: #ccc;
	}
#body div.projects .slideshow,
#body div.projects .slideshow .slide {
	overflow: hidden;
	color: #888;
	}
#body div.projects .slideshow {
	background: url(../img/project-bg.png) no-repeat center bottom;
	}
#body div.projects .slideshow .slide {
	padding: 8px 0;
	width: 960px;
	height: 220px;
	}
#body div.projects .slideshow .slide .title,
#body div.projects .slideshow .slide .description {
	float: left;
	}
#body div.projects .slideshow .slide .title {
	margin-left: 40px;
	border: 5px #dadada solid; 
	}
#body div.projects .slideshow .slide .description {
	position: relative;
	margin-left: 40px;
	width: 540px;
	}
#body div.projects .slideshow .slide .description a.btnmore {
	display: block;
	margin-top: 15px;
	padding: 5px 0;
	background: #444;
	width: 80px;
	text-align: center;
	color: #fff;
	}
#body div.projects .slideshow .slide.minicatalogo .title {
	background: url(../img/project-minicatalogo-thumb-screen.jpg) no-repeat;
	width: 250px;
	height: 164px;
	text-indent: -999999px;
	}
#body div.projects .slideshow .slide.crazychile .title {
	background: url(../img/project-crazychile-thumb-screen.jpg) no-repeat;
	width: 250px;
	height: 164px;
	text-indent: -999999px;
	}
#body div.projects .slideshow .slide.guiasantiago .title {
	background: url(../img/project-guiasantiago-thumb-screen.jpg) no-repeat;
	width: 250px;
	height: 164px;
	text-indent: -999999px;
	}
#body div.projects ul.controls {
	text-align: center;
	}
#body div.projects ul.controls li {
	display: inline-block;
	margin: 0 5px;
	line-height: 80px;
	}
#body div.col.portfolio {
	padding: 0 5px 0 15px;
	width: 695px;
	}
#body div.portfolio .work {
	float: left;
	margin: 0 0 30px 0;
	width: 340px;
	color: #999;
	}
#body div.portfolio .work.panel-right {
	margin-left: 15px;
	}
#body div.portfolio .work a.image {
	display: block;
	margin-bottom: 5px;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: left bottom;
	border: 1px #aeaeae solid;
	height: 180px;
	text-indent: -99999px;
	}
#body div.portfolio .work a.image:hover {
	background-position: left top;
	}
#body div.portfolio .work .title,
#body div.portfolio .work .category {
	display: block;
	margin: 0;
	padding: 0 10px 0 10px;
	}
#body div.portfolio .work .title {
	font-weight: bold;
	color: #333;
	}
#body ul.portfolio-img,
#body ul.portfolio-img-nav {
	clear: both;
	margin: 0 !important;
	padding: 0 !important;
	}
#body ul.portfolio-img li,
#body ul.portfolio-img-nav li {
	margin: 0 !important;
	padding: 0 !important;
	list-style: none;
	}
#body ul.portfolio-img li {
	width: 700px;
	height: 240px;
	background-repeat: no-repeat;
	background-position: 0 0;
	border: 5px #eee solid;
	}
#body ul.portfolio-img-nav {
	margin-bottom: 15px !important;
	background: #eee;
	text-align: right
	}
#body ul.portfolio-img-nav li {
	display: inline-block;
	margin-right: 10px !important;
	line-height: 30px;
	}
#body ul.portfolio-img-nav li a {
	padding: 0 5px;
	text-decoration: none;
	color: #999;
	line-height: 25px;
	}
#body ul.portfolio-img-nav li a.activeSlide {
	color: #f33b0d;
	}
#body ul.portfolio-works {
	overflow: hidden;
	}
#body ul.portfolio-works li {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 270px;
	}
#body div.post {
	margin-bottom: 20px;
	}
#body div.post h3 {
	margin: 0;
	padding: 0 0 5px 0;
	font-family: Arial, sans-serif;
	letter-spacing: -1px;
	}
#body div.post h3 a {
	color: #333;
	}
#body div.post h2 a:hover {
	color: #2971a7;
	}
#body div.post .meta {
	position: relative;
	margin-bottom: 10px;
	padding: 0 10px;
	font-size: 11px;
	color: #474747;
	}
#body div.post .meta .comments {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 11px;
	}
#body div.post .meta .comments a {
	display: block;
	padding-left: 20px;
	background: url(../img/post-icon-comment.png) no-repeat 0 5px;
	line-height: 20px;
	}
#body div.post .meta .comments a,
#body div.post .meta .comments a strong {
	color: #474747;
	}
#body div.post .meta .tags {
	margin-bottom: 10px;
	}
#body div.post .meta .published {
	padding-left: 18px;
	background: url(../img/post-icon-clock.png) no-repeat 0 3px;
	line-height: 20px;
	}
#body div.post .content {
	margin-bottom: 5px;
	padding: 0;
	text-align: justify;
	}
#body div.post .content blockquote {
	margin: 10px 0;
	padding: 10px;
	background: #efefef;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border: 1px #d9d9d9 solid;
	text-align: left;
	font: 12px/18px Courier,monospace,sans-serif;
	color: #a8a8a8;
	}

#body div.blog-content-page-1 div.post {
	overflow: hidden;
	position: relative;
	float: left;
	margin: 0 10px 0 0;
	width: 220px;
	height: 250px;
	}
#body div.blog-content-page-1 div.post.post-featured,
#body div.blog-content-page-1 div.post.last {
	margin: 0;
	}
#body div.blog-content-page-1 div.post h2 {
	font-size: 18px;
	height: 50px;
	}
#body div.blog-content-page-1 div.post ul.post-categories {
	background: #444;
	}
#body div.blog-content-page-1 div.post ul.post-categories li {
	display: block;
	padding: 5px 10px;
	list-style: none;
	}
#body div.blog-content-page-1 div.post ul.post-categories li a {
	color: #fff;
	}
#body div.blog-content-page-1 div.post.post-featured {
	clear: both;
	float: none;
	width: auto;
	height: auto;
	}
#body div.blog-content-page-1 div.post.post-featured h2 {	
	padding: 0;
	margin: 0;
	height: auto;
	}
#body div.blog-content-page-1 div.post.post-featured h2 a {
	display: block;
	font-size: 24px;
	font-weight: bold;
	}

#body div.blog-sidebar {
	padding: 0 5px 0 20px;
	width: 250px;
	}
#body div.blog-sidebar .adsense,
#body div.blog-sidebar .categories,
#body div.blog-sidebar .recent-post,
#body div.blog-sidebar a.btn-rss {
	margin-bottom: 15px;
	}
#body div.blog-sidebar .categories {
	font-size: 14px;
	line-height: 20px;
	}
#body div.blog-sidebar .recent-post {
	margin-bottom: 15px;
	}
#body div.blog-sidebar .recent-post a {
	display: block;
	padding: 5px 0;
	border-bottom: 1px #ccc solid;
	text-align: justify;
	font-weight: bold;
	}
#body div.blog-sidebar a.btn-rss {
	display: block;
	padding: 0 0 0 35px;
	background: url(../img/feed-icon-28x28.png) no-repeat;
	line-height: 28px;
	color: #111;
	font-size: 18px;
	font-weight: bold;
	}
#body div.blog-content {
	padding: 0 20px 0 5px;
	background: url(../img/line-dashed-vertical.gif) repeat-y right top;
	width: 680px;
	}
#body div.blog-content .navigation {
	text-align: right;
	}
#body div.blog-content .navigation a {
	padding: 5px 10px;
	background: #111;
	font-size: 14px;
	font-weight: bold;
	color: #f3f3f3;
	}
#body div.blog-content .navigation a:hover {
	text-decoration: none;
	color: #dfdfdf;
	}
#body div.blog-content h3.related-title {
	border: 0;
	font-family: Georgia, sans-serif;
	font-style: italic;
	color: #53aad5;
	}
#body div.blog-content h3.related-title strong {
	font-size: 24px;
	font-weight: normal;
	color: #53aad5;
	}
#body div.blog-content .comments {
	margin-bottom: 20px;
	}
#body div.blog-content .comments .comment {
	overflow: hidden;
	margin-top: 20px;
	padding: 5px 10px;
	background: #f5f5f5;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	}
#body div.blog-content .comments .comment .info {
	float: left;
	}
#body div.blog-content .comments .comment .info .gravatar {
	display: block;
	border: 2px #999 solid;
	}
#body div.blog-content .comments .comment .info .gravatar img {
	border: 1px #fff solid;
	}
#body div.blog-content .comments .comment .content {
	float: left;
	padding: 0 10px;
	}
#body div.blog-content .comments .comment .author a {
	display: block;
	font-size: 18px;
	font-weight: bold;
	color: #444;
	}
#body div.blog-content .comments .comment .content p {
	margin: 0;
	padding: 0;
	}
#body div.blog-content .comments-form form {
	padding: 10px;
	background: #f3f3f3;
	}
#body div.blog-content .comments-form small {
	display: inline;
	padding: 0 0 0 10px;
	}
#body div.blog-content .comments-form .input.textarea textarea {
	width: 656px;
	}
#body div.blog-content .comments-form .input.col-l {
	float: left;
	}
#body div.blog-content .comments-form .input.col-l.gutter {
	padding: 0 25px 0 0;
	}
#body div.blog-content .comments-form .input.col-l input {
	width: 199px;
	}
#body div.blog-content .comments-form .submit {
	clear: both;
	}
#body div.partners div {
	float: left;
	margin-bottom: 20px;
	width: 260px;
	}
#body div.partners div.separate {
	margin-left: 15px;
	}
#foot .wrapper {
	margin-top: 20px;
	padding: 20px 30px;
	border-bottom: 0;
	font-family: Arial, Helvetica, sans-serif;
	}
#foot div.tags {
	overflow: hidden;
	float: left;
	width: 700px;
	}
#foot div.tags a {
	display: block;
	float: left;
	margin: 0 5px 5px 0;
	padding: 2px 5px;
	background: #444;
	color: #dfdfdf;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	}
#foot div.tags a:hover {
	background: #111;
	text-decoration: none;
	color: #fff;
	}
#foot div.topics {
	float: left;
	padding: 0 5px 0 20px;
	width: 250px;
	}
#foot div.topics ul li {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	line-height: 18px;
	}
#foot div.topics ul li a {
	color: #76797c;
	}
#foot .t1,
#foot .t2 {
	color: #76797c;
	}
#foot .t1 {
	padding-bottom: 15px;
	font-size: 11px;
	color: #ccc;
	}
#foot .t1 strong {
	font-family: Georgia,"Times New Roman",Times,serif;
	font-weight: normal;
	font-size: 18px;
	color: #333;
	}
#foot .t1 a { 
	margin: 0 5px;
	}
#foot .t1 a:hover {
	text-decoration: none;
	}
#foot .t2 {
	font-size: 11px;
	}
.divider.h20 {
	clear: both;
	height: 20px;
	line-height: 20px;
	}