* {
margin:0;
padding:0;
}


#TB_window {
color:#68962D;
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
}
#TB_secondLine {
color:#666666;
font-family:Arial,Helvetica,sans-serif;
font-size:10px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
}
#TB_window a:link {
color:#666666;
}
#TB_window a:visited {
color:#666666;
}
#TB_window a:hover {
color:#000000;
}
#TB_window a:active {
color:#666666;
}
#TB_window a:focus {
color:#666666;
}
#TB_overlay {
height:100%;
left:0;
position:fixed;
top:0;
width:100%;
z-index:100;
}
.TB_overlayMacFFBGHack {
background:transparent url(../images/macFFBgHack.png) repeat scroll 0 0;
}
.TB_overlayBG {
background-color:#000000;
opacity:0.75;
}
* html #TB_overlay {
position:absolute;
}
#TB_window {
background:transparent url(../images/thickbox/back.png) no-repeat scroll 0 0;
border:medium none;
color:#000000;
display:none;
left:50%;
position:fixed;
text-align:left;
top:50%;
z-index:102;
}
#TB_window.secback{
background:transparent url(../images/thickbox/back2.png) no-repeat scroll 0 0;
}
#TB_window.secback2{
background:transparent url(../images/thickbox/back3.png) no-repeat scroll 0 0;

}

* html #TB_window {
position:absolute;
}
#TB_window img#TB_Image {
border-color:#666666 #CCCCCC #CCCCCC #666666;
border-style:solid;
border-width:1px;
display:block;
margin:15px 0 0 15px;
}
#TB_window #TB_caption {
float:left;
height:25px;
padding:7px 30px 10px 25px;
}
#TB_window #TB_closeWindow {
float:right;
height:25px;
padding:11px 25px 10px 0;
}
#TB_window #TB_closeAjaxWindow {
float:right;
margin-bottom:1px;
padding:7px 10px 5px 0;
text-align:right;
}
#TB_window #TB_closeWindowButton {
background:transparent url(../images/thickbox/close.png) no-repeat scroll 0 0;
float:right;
width:29px;
height:29px;
}
#TB_window #TB_ajaxWindowTitle {
float:left;
margin-bottom:1px;
padding:7px 0 5px 10px;
}
#TB_window.secback2 #TB_ajaxWindowTitle{
background:url(../images/thickbox/titulo.png) no-repeat 10px 3px;
width:300px;
height:30px;
}
#TB_window #TB_closeWindowButton:hover {
background-position:0 -29px;
}
#TB_window #TB_title {
border-bottom:1px solid #F9F9F9;
color:#68962D;
float:left;
font-family:"Myriad Pro",Aral;
font-size:19px;
height:auto;
margin:0 2px 0 2px;
padding:2px 0 0;
width:96%;
}
#TB_window #TB_ajaxContent {
border-top:1px solid #B0B0B0;
clear:both;
color:#333333;
font-size:14px;
line-height:1.4em;
margin:0 0 0 2px;
overflow:auto;
padding:2px 8px 5px 8px;
text-align:left;
position:relative;
}
#TB_window #TB_ajaxContent.TB_modal {
padding:15px;
}
#TB_ajaxContent p {
padding:5px 0;
}
#TB_load {
display:none;
height:13px;
left:50%;
margin:-6px 0 0 -104px;
position:fixed;
top:50%;
width:208px;
z-index:103;
}
* html #TB_load {
position:absolute;
}
#TB_HideSelect {
background-color:#FFFFFF;
border:medium none;
height:100%;
left:0;
opacity:0;
position:fixed;
top:0;
width:100%;
z-index:99;
}
* html #TB_HideSelect {
position:absolute;
}
#TB_iframeContent {
border:medium none;
clear:both;
margin-bottom:-1px;
margin-top:1px;
}

/**************/

#TB_window2 {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_window2 #TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window2 a:link {color: #666666;}
#TB_window2 a:visited {color: #666666;}
#TB_window2 a:hover {color: #000;}
#TB_window2 a:active {color: #666666;}
#TB_window2 a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window2 #TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(../images/macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window2 {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window2 { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window2 img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_window2 #TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_window2 #TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_window2 #TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_window2 #TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_window2 #TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_window2 #TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_window2 #TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_window2 #TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_window2 #TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window2 #TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}
.mypopup_inp{
border:solid 1px #b2b2b2;color:#969494;
float:left;
width:120px;
margin-left:8px;
margin-top:4px;
height:20px;
padding-top:3px;
font-size:14px;
}
.suscribe{
border:none;
float:left;
width:97px;
height:33px;
background:transparent url(../images/thickbox/suscribe.png) repeat scroll 0 0;
margin-left:10px;
}
.suscribe:hover{
background-position:0 -34px;
}
.div_opt {
float:left;
height:231px;
margin-left:20px;
width:181px;
}
.div_opt.opt1 {
background:transparent url(../images/thickbox/opt2.png) repeat scroll 0 0;
margin-left:70px;
}
.div_opt.opt2{
background:transparent url(../images/thickbox/opt1.png) repeat scroll 0 0;
}
.passopt{
float:left;
margin-left:10px;
line-height:40px;
}
#suscr{
position:absolute;
top:344px;
}
.positionbott {
position:absolute;
top:385px;
}