body {
    font-size: 11px;
    margin-top: 8px;
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0
}
ol, ul {
    list-style: none;
    margin: 0
}
p { margin: 5px 0 }

a:active, a:visited, a:focus, input:active, input:focus, button:active, button:focus, textarea:focus {
    outline: none
}
a, a:link, a:active, a:visited {
	text-decoration: underline;
	font-family: Arial,sans-serif;
	font-size: 10px;
}
.group:after {
    content: "";
    display: table;
    clear: both
}
.opacity {
    opacity: 0.5;
    filter: alpha(opacity=50)
}

/* PANEL 1: CENTER */
#panel_1 {
    float: left;
    width: 614px;
    height: 494px;
    border: 0;
    padding: 0;
}

/**** PROMOCION *****/
#promo-zone {
    /*bottom: 54px;*/
    line-height: 11px;
    /*margin: 0 auto;*/
    position: absolute;
    width: 340px;
	height: 59px;
	top: 430px;
    left: 37px;
}
#promo-zone .promo-tyc-link {
	display: block;
}
#promo-zone .promo-tyc-link,
#promo-zone .promo-tyc-link:hover,
#promo-zone .promo-tyc-link:link,
#promo-zone .promo-tyc-link:visited {
    color: #233120;
    font-family: Arial,sans-serif;
    font-size: 10px;
}

#promo-description {
    float: left;
    margin: 0;
    text-align: justify
}
#promo-description {
    color: #233120;
    font-family: Arial,sans-serif;
    font-size: 10px;
	margin-top: 5px;
    width: 98%;
}
#promo-description a {
	margin-bottom: 3px;
    color: #233120;
    font-family: Arial,sans-serif;
    font-size: 10px;
}
#promo-description a:hover {
    color: #233120;
}
.registrar{
	background: url(../../layer-view-image/common/btn-registrate-off-kb.png) no-repeat scroll 0 0;
	width: 178px;
	height: 40px;	
    display: block;
    position: relative;
    top: 12px;
    left: 352px;
}
.registrar:hover{
	background: url(../../layer-view-image/common/btn-registrate-on-kb.png) no-repeat scroll 0 0;
}