/* #page-generic  */
#page-generic	{
	background:#ffffff;
	padding:10px;
	min-height: 350px;
	overflow: auto
}

#page-generic h1 {
    margin-bottom: 7px;
}
/* .................................. */

/* #page-nav  */
#page-nav {
    border-bottom: 1px solid #CCCCCC;
    color: #333333 !important;
    line-height: 30px;
    margin-bottom: 15px;
    overflow: auto;
    position: relative;
}
#page-nav ul li{
	float:left;
	margin-right: 10px;
	
}
#page-nav a{
	color:#333333;
	text-decoration: none;
}
#page-nav a:hover{
	text-decoration: underline;
}
/* .................................. */

/* #page-nav .breadcrumbs */
#page-nav .breadcrumbs {
    float: left;
    font-size: 12px;
    font-weight: bold;
    padding-left: 5px;
    text-transform: uppercase;
    width: 55%;
}
#page-nav .breadcrumbs span{color:#333333;}
/* .................................. */


/* #page-nav .icons */
#page-nav .icons {
    float: right;
    text-align: right;
}
#page-nav .icons .pdf{
	background:url(../images/page_nav_icon_pdf.png) no-repeat left center;
	padding:3px 0px 3px 25px;
}
#page-nav .icons .print{
	background:url(../images/page_nav_icon_imprimir.png) no-repeat left center;
	padding:3px 0px 3px 25px;
}
#page-nav .icons .share{
	background:url(../images/page_nav_icon_share.png) no-repeat left center;
	padding:3px 0px 3px 25px;
	
}
/* .................................. */


/* #page-nav .fontsize */
#page-nav .fontsize {
    float: right;
    font-weight: bold;
    text-align: right;
}
#page-nav .fontsize li{
	margin-right: 5px;
}
#page-nav .fontsize .down{
	font-size: 12px;
}
#page-nav .fontsize .up{
	font-size: 14px;	
}
/* .................................. */

/* #page-text */
#page-text{
	padding:0px;
        line-height: normal;
        margin-bottom: 10px;
}
#page-text h1{
	font-size: 14px;
}
#page-text h2,.press_release time{
	font-size: 12px;
	font-weight: bold;
	line-height: 30px;
}
.press_release h2 {margin-top: -15px}
.line h3{
	font-size: 12px;
	font-weight: bold;
	line-height: 30px;
}
#page-text h4 /* to use after h2 */{
	margin-top: -7px;
	margin-bottom: 15px;
	text-transform: uppercase
}
#page-text h1 > h2{
	line-height: 20px;
}
#page-text .line{
	line-height: 15px;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #cccccc;
	overflow: auto;
}
#page-text .line:first-child{
	margin-top: 0px;
}
#page-text .line p{
	padding-bottom: 10px;
}
/* .................................. */


/* #page-text tables */
#page-text .table_line,.ui-tabs-panel .table_line{
	position: relative;
	margin-bottom: 10px;
	width: 100%
}
#page-text  .table_line .arrow,.ui-tabs-panel .table_line .title_table_red:after{
	position: absolute;
	background: url(../images/arrow_bottom_red.gif) no-repeat;
	content: "";
	width: 14px;
	height:14px;
	top:26px;
	left:10px;
	z-index: 50;
	display: block
}
#page-text .title_table_red,.ui-tabs-panel .title_table_red{
	position: relative;
	 line-height: 26px;
	 height:26px;
	 background: #d1072d;
	 color:#ffffff;
	 padding: 0px 10px;
	 font-weight: bold;
	 margin-bottom: 6px;
	 text-align: left
}
.table_line,.table_line tbody {border-collapse: separate}
.first_row {border-top: 6px solid #FFFFFF;}
.first_row img {
    height: 14px;
    margin-right: 5px;
    vertical-align: middle;
    z-index: 100;
}
#page-text .line_gray,.ui-tabs-panel .line_gray{
	background:#f5f3f3;
	line-height: 26px;
	height:26px;
	margin-bottom: 1px;
	padding: 0px 10px;
	position: relative;
}
#page-text .line_gray,.ui-tabs-panel tbody tr td{
	background: #ECEAEA;
    border-bottom: 1px solid #FFFFFF;
    height: 26px;
    line-height: 26px;
    padding: 0 10px;
    position: relative;
    vertical-align: middle;
}
#page-text  .payment{
	font-weight: bold;
	font-size: 16px;
	line-height: 30px;
}

#page-text  .price{
	position: absolute;
	right:10px;
	line-height: 26px;
	height:26px;

}
#page-text  .notes{
	line-height: 26px;
	height:26px;
	padding: 0px 10px;
	
}

/* .................................. */

