.examples{
	width: 96%;
	float: left;
	}

.examples h2{
	margin: 10px 0 10px 0;
	}	
	
/*TABS GENERAL STYLE*/
.tTabsBlock{
	display: none;
	float: left;
	}
	
.tTabTitle{
font-size:15px;
	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{
	width: 258px;
	background-image: url(../img/nosotros.gif);
	background-repeat: repeat-x;
	background-position: 0 21px;

	}
	
.example1 .tTabTitle {

	text-align: center;
	height: 18px;
	padding: 2px 14px 0 14px;
	border: 1px solid #ccd2d4;
	}

.example1 .tTabTitle h3{
	font-size: 13px;
	font-weight:bold;
	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;
	}

.example1  .tTabData{
	width: 230px;
	padding: 13px;
	border: 1px solid #ccd2d4;
	border-top: 0;
		background-color:#FFFFFF;
	}		
/*END TABS EXAMPLE 1*/

/*TABS EXAMPLE 2*/

/*TABS EXAMPLE 2*/
.example2{
	width: 648px;
	background-image: url(../img/nosotros.gif);
	background-repeat: repeat-x;
	background-position: 0 21px;

	}
	
.example2 .tTabTitle {
	text-align: center;
	height: 18px;
	padding: 2px 14px 0 14px;
	border: 1px solid #ccd2d4;
	}

.example2 .tTabTitle h3{
	font-size: 13px;
	font-weight:bold;
	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;
	}

.example2  .tTabData{
	width: 620px;
	padding: 13px;
	border: 1px solid #ccd2d4;
	border-top: 0;
		background-color:#FFFFFF;
	}
