.inLine{
	width:100%;
	overflow:hidden;
	}

.inLine div.child{ 
	float:left;
	position:relative;
	margin-right:10px;
	}
	
/* WIDTHS */
.width_33{
	width:32%;
	overflow:hidden;
	}
	
.width_50{
	width:48%;
	overflow:hidden;
	}
	
/* DESPLEGABLES*/
.desp .titular{
	padding:15px;
	cursor:pointer;
	}	

.desp .titular:hover, .desp .titular.over{}
.desp.over .titular{}
	
	
/* PESTAÑAS*/
ul.pest{
	width:100%;
	overflow:hidden;
	padding-bottom:7px;
	margin-top:15px;
	}
	
ul.pest li{
	float:left;
	cursor:pointer;
	}
	
ul.pest li.last{}	
	
ul.pest li.last.sel, ul.pest li.selLast{}

ul.pest li.sel{	}

ul.pest li.sel a, ul.pest li.selLast a{}	

ul.pest a{}
	
ul.pest a:hover{}	
	
/* BAKG TEXT */
.grey3D{
	background:url(../imgs/css/bkgTitularGrey3D.gif) repeat-x top left;
	}
	
.greyShadow{
	background:url(../imgs/css/bkgTitularGrey.gif) repeat-x bottom left;
	}	
	
	