

/* -------pestaña ------- */
#pestana { width: 750px; height: 45px; overflow:visible;cursor:pointer; margin-top:0px; z-index:935; position:relative; }

#popupButtons_Container {
	height: 35px;
	width:150px;
	margin-top:0px;
	cursor:pointer;
	
	

}
#popupBox_Container {
	width: 150px; 
	float: right ; 
	z-index:600;
}

#popupButton1 {
	height:35px;
}

#intbut {
	width:150px;
	height:45px;
	cursor:pointer;
	background:url(../pest_02.png) no-repeat scroll top transparent;
	z-index:935;
}


#intbut:hover{
	width:150px;	
	background:url(../pest_01.png) no-repeat scroll top transparent ;
	height:45px;
	cursor:pointer;
}



#intbutText{	
	cursor:pointer;
	padding-top:10px;
	height:35px;
	text-decoration:none;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;  font-size: 10px;
	color:#FFF;		
}

#intbutText:hover{	

	color:#900;	
}


/* -------Cuadro Emergente ------- */


#titulo {
	height:38px;
	width:250px;
	float:left;
}

#btcerrar {
	cursor:pointer;
	height:20px;
	margin-top:11px;
 	margin-left:25px;
	width:45px;
	color:#FFF;

}

#btcerrar {
	
}

#btcerrar a:hover {
	color:#FFC;
}

#popupBox1 {
	font-size:12px;	
	width:335px;
	height:300px;
	background:url(../popupbg.png);
	background-position:left;
	background-repeat:no-repeat;
	float:left;
	display:none;
	visibility:hidden;
	margin-top:10px;
	margin-left:-200px;	
	margin-right:auto;
	clear:both;

	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;  font-size: 11px;
	color:#FFF;
	cursor:pointer;
	z-index:700;
	position: relative;
	line-height:1;
	

}

#popupBox1 tbody,table{
	margin: 20px 20px 20px 20px;	
}



/* ------modificando tablas-------*/
table#claimNumbers {
	cursor:pointer;
/*	margin:10px auto;*/
	color: #CCC;
	background:#f3f3f1;
	border-collapse: collapse;
}
table#claimNumbers tr {
	margin:0 0 0 60px;
}
table#claimNumbers td {
	vertical-align:top;
	border:1px solid #e0ded8;
	width:150px;
}
table#claimNumbers td.right {
	color:#333;
	text-align:left;
	width:70px;
	padding:4px;
}
table#claimNumbers td a{
	color:#333;
	display:block;
	padding:4px;
	width:200px;
}
table#claimNumbers td a:hover {
	color:#a50000;
	display:block;
	background:#e9e8e4;
}
table#claimNumbers .smallerText {
	font-size:11px;
	display:block;
	margin:0 0 0 1px;
	color: #900;
}


#popupBox1 .popHeaderContainer {
	width:320px;
	height:40px;
}

.closeBtn {
	
	float:right
	
}
	




