td, body, p {font-family: arial,sans-serif; font-size: 10pt;}

td.cuerponota
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;

}
.sublinknota {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #666666;
}
.textonotahome {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-style: normal;
	line-height: normal;
}
.titulonota {
	font-family: Georgia,Times New Roman,Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: bold;
	color: #000000;
	background-color:#dfdfff;

}

.titulos {
	font-family: Georgia,Times New Roman,Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: bold;
}

#header {
	position:absolute;
	left:206px;
	top:11px;
	width:757px;
	height:54px;
	z-index:13;
}
#suscrip {
	position:absolute;
	left:406;
	top:27;
	width:274px;
	height:31px;
	z-index:15;
}

a {
	color: #336699;
	text-decoration: none;
}
a:hover {
	color: #0092C1;
	text-decoration: underline;
}


.celda{
	margin:0;
	padding: 0;
	background-image: url('/nuevo/botbor.jpg');
	background-repeat: repeat-x
}
.pepe{
border: 0px solid #ffffff;
position:absolute;
left:0
}
.pie {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
#apDiv1 {
	position:absolute;
	left:201px;
	top:853px;
	width:720px;
	height:21px;
	z-index:1;
}
.style2 {font-family: Arial, Helvetica, sans-serif}

html{
	font-size: 11px;
	font-family: "Trebuchet MS", arial, helvetica, sans-serif;
	color: #444;
	}

.examples{
	width: 100%;
	float: left;
	}

.examples h2{
	margin: 20px 0 10px 0;
	}	


/*TABS GENERAL STYLE*/
.tTabsBlock{
	display: none;
	float: left;
	}
	
.tTabTitle{
	float: left;
	white-space: nowrap;
	}
	
.tTabData{
	width: 100%;
	float: left;
	}	

.tTabTitleOn{
	}

.tTabTitleOff{
	}
	
.tTabTitleOver{
	cursor: pointer;
	}

.tTabTitleOut{
	cursor: default;
	}	
	
.tTabOn{
	width: 100%;
	float: left;	
	display: block;
	}	
	
.tTabOff{
	display: none;
	}
/*END TABS GENERAL STYLE*/	

/*TABS EXAMPLE 1*/

.example1{
	background: url('/images/black.gif') repeat-x 0 21px;
	width: 300px;
	}

.example1  .tTabData{
	border-left:1px solid #ccd2d4; border-top:0px none; border-right:0px solid #ccd2d4; border-bottom:1px solid #ccd2d4; width: 290px;
	padding: 5px 5px 10px 5px;
	}		

.example1 .tTabTitle {
	text-align: center;
	height: 18px;
	padding: 2px 14px 0px 14px;
	border: 1px solid #ccd2d4;
	}

.example1 .tTabTitle h3{
	font-family: Georgia,Times New Roman,Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0;
	margin: 0;
	}
	
.example1 .tTabTitleOn{
	color: #003246;
	border-bottom: 1px solid #fff;
	background-color: #fff;		
	}
	
.example1 .tTabTitleOff{
	color: #788e95;
	background-color: #f0f0f0;	
	}	
	
.example1 .tTabTitleOver{
	background-color: #e6f3f7;
	color: #61b0cf;
	}


/*solapas EXAMPLE 2*/

.example2{
	background: url('/images/blank.gif') repeat-x 0 21px;
	width: 638px;
	}

.example2  .tTabData{
	border-left:0px solid #ccd2d4; border-right:0px solid #ccd2d4; border-bottom:1px solid #ccd2d4; width: 628px;
	padding: 5px;
	border-top: 0px none;
	}
	
.example2 .tTabTitle {
	text-align: center;
	height: 18px;
	padding: 2px 14px 0 14px;
	border: 1px solid #ccd2d4;
	}

.example2 .tTabTitle h3{
	font-size: 11px;
	padding: 0;
	margin: 0;
	}
	
.example2 .tTabTitleOn{
	color: #003246;
	border-bottom: 1px solid #fff;
	background-color: #fff;		
	}
	
.example2 .tTabTitleOff{
	color: #788e95;
	background-color: #f0f0f0;	
	}	
	
.example2 .tTabTitleOver{
	background-color: #e6f3f7;
	color: #61b0cf;
	}

		



/*END TABS EXAMPLE 2*/

/*POPUP*/


#interContainer{
position: absolute;
width: 600px; /*Width of interstitial box*/
left: 0;
top: 0;
padding: 15px;
padding-top: 0;
background-color: #eeeeee;
border: 1px solid black;
visibility: hidden;
z-index: 6;
}

#interContainer .headerbar{ /*CSS for header bar of interstitial box*/
color: gray;
padding: 5px 0;
text-align: right;
}

#interContainer .headerbar a{ /*CSS for header bar links of interstitial box*/
font-size: 120%;
text-decoration: none;
}


#interContent{ /*CSS for div that holds the content to show*/
border: 0px solid gray;
background-color: #eeeeee;
}

#interVeil{ /*CSS for background veil that covers entire page while interstitial box is visible*/
position: absolute;
background: black url(blackdot.gif);
right: 0;
width: 10px;
top: 0;
z-index: 5;
visibility: hidden;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=80);
opacity: 0.8;
}


