


/* S E C T I O N  C O N T E N T */
#section_content{
	width: 		100%;
	display: 	table;
	float:		left;

	text-align: left;
}
#section_content div.infoPiece{
	/*width: 	 auto; */
	width:	100%;
	clear: 	 both;	
	display: table-row;
	float:	left;
	
	margin: 		15px 0px 15px 0px;
	padding-bottom: 15px;
	border-bottom: 	1px dotted #2e3a69;
}
* html #section_content div.infoPiece{/* IE6 HACK, interpreta height como min-height*/
	height:  1px;
}
#section_content div.infoPiece div.images{
	width: 		130px;
	float:		left;
	clear:		left;
	overflow:	hidden;
	
	text-align: left;
}
#section_content div.infoPiece div.images div.imgDiv{
	clear: both;
	text-align: center;
}
#section_content div.infoPiece div.images div.imgDiv img{
	border-top:    3px solid #2e3a69;
	border-bottom: 1px solid #2e3a69;
}
#section_content div.infoPiece div.content{
	width: 		400px;
	float:		left;
	clear:		right;
	
	padding-left: 	10px;
}
#section_content div.infoPiece div.contentExtended{
	width: 		100%;
	float:		left;
	clear:		right;
	
	padding-left: 	10px;
}
#section_content div.infoPiece div.body{
	padding-bottom: 10px;
}
#section_content div.infoPiece div.body p{
	padding: 10px 0px 0px 0px;
}
#section_content div.infoPiece div.body ul{
	padding: 0px 0px 0px 20px;
}
#section_content div.infoPiece div.body ul li{
	list-style-type: disc;
}
#section_content div.infoPiece div.body ol{
	list-style-type: decimal; 
	list-style-image: none; 
	list-style-position: inside;
}
#section_content div.infoPiece p.secondaryTitle{
	padding: 0px 0px 5px 0px;
}
#section_content div.infoPiece p.link,
#section_content div.infoPiece p.resource{
	padding: 0px 9px 0px 0px;
	display: inline;
	
	text-align: left;
	
	background-image: 	 url("bullet_section_content_link.gif");
	background-position: right center;
}
#section_nav_title{
	width: 		100%;
	display:	table;
	float:		left;
	
	padding: 		0px 0px 10px 0px;
	border-bottom: 	1px solid #2e3a69;
}
#section_nav_title p, #section_nav_title h2, #nav_title_area_tematica p, #nav_title_area_tematica h2{
	margin:	 15px 0px 0px 0px;
	padding: 0px 0px 0px 12px;
	
	line-height: 16px;
	
	background-image: 	 url("bullet_section_title.gif");
	background-position: left bottom;
}
#nav_title_area_tematica{
	width: 		100%;
	display:	table;
	
	padding: 		0px 0px 5px 0px;
	border-bottom: 	1px solid #2e3a69;
}
/* S E C T I O N - D I F U S I Ó */
/*#section{
	width: 		540px;
	display: 	inline;
	float: 		left;
}*/
/* D I F U S I O - M I D D L E  I N F O */
#difusio_middle_items{
	width: 		100%;
	display: 	table;
	clear:left;
}
* html #difusio_middle_items{ /* IE 6 HACK */
	height: 1px;
}
#difusio_middle_items div{
	width:   100%;
	clear:   both;
	
	margin:  0px;
	padding: 0px;
}
#difusio_middle_items div.intro{
	padding: 0px 0px 20px 0px;
}
#difusio_middle_items div.middleItem{
	width: 	 265px;
	clear: 	 none;
	display: table;
	
	margin:	0px 0px 10px 0px;
}
#difusio_middle_items div.middleItem div.content{
	height:  170px;
	display: table;
}
#difusio_middle_items div.middleItem div.withRss{
	height:  160px;
}
#difusio_middle_items div.middleItem div.content div.image{
	overflow: 	hidden;
	
	border-top: 	3px solid #2e3b68;
	border-bottom:  1px solid #2e3b68;
}
#difusio_middle_items div.middleItem div.content div.image a{ /* FIREFOX NO OCULTA LA IMAGEN EN OVERFLOW SOLO CON EL overflow:hidden del DIV */
	display: 	block;
	overflow: 	hidden;
}
#difusio_middle_items div.middleItem div.content div.text{
	padding-top: 10px;
}
#difusio_middle_items div.middleItem div.rss{
	height: 10px;
}
/* M A P A   W E B */
#mapa_web{
	width: 100%; 
	display: table;
	
	padding: 20px 0px 0px 0px;
}
#mapa_web div{
	width:   100%;
	display: table;
	clear:	 both;
	
	margin:  0px;
	padding: 0px;
}
#mapa_web div.col{
	width:   49%;
	clear:	 none;
}
#mapa_web ul li{
	padding: 0px 0px 4px 0px;
	
	list-style-type: none;
}
* html #mapa_web, * html #mapa_web div{/* IE HACK */
	height: 1px;
}
#mapa_web div.item{
	margin:			0px 0px 25px 0px;
	padding: 		0px; 
	border-bottom: 	1px solid #2e3a69;
}
#mapa_web div.item div.title{
	padding: 		0px 0px 10px 0px; 
	border-bottom: 	3px solid #2e3a69;
}
#mapa_web div.item div.levelTwo_title{
	padding: 		0px 0px 12px 0px;
}
#mapa_web div.item div.levelTwo{
	width: 100%; 
	float: left; 
	
	padding: 	 15px 0px 8px 0px; 
	border-top:  1px solid #2e3a69;
}
#mapa_web div.item div.first{
	border-top:  none;
}
#mapa_web div.item div.levelTwo_left{
	width: 48%; 
	clear: left; 
	float: left; 
	
	padding: 		17px 0px 12px 0px; 
	border-bottom:  1px solid #2e3a69;
}
#mapa_web div.item div.levelTwo_right{
	width: 48%; 
	clear: none; 
	float: left; 
	/*float: right;*/
	
	margin:  0px 0px 0px 3.8%;
	padding: 17px 0px 12px 0px; 
	border-bottom: 1px solid #2e3a69;
}

/* O F E R T E S   D E   T R E B A L L  - L L I S T A T */
#oferta_treball_llistat, #oferta_treball_llistat div{
	width:   100%;
	display: table;
	clear:	 none;
	float:	 left;
	
	margin:  0px;
	padding: 0px;
}
* html #oferta_treball_llistat, * html #oferta_treball_llistat div{/* IE HACK */
	height: 1px;
}
#oferta_treball_llistat div.destacat div.content{
	padding: 12px 0px 0px 0px;
}
#oferta_treball_llistat div.destacat div.image{
	width:   160px;
	height:	 150px;
	overflow: hidden;
	
	margin: 0px 10px 0px 0px;
}
#oferta_treball_llistat div.destacat div.body_image{
	width:   370px;
}
#oferta_treball_llistat div.categoria{
	padding: 25px 0px 0px 0px;
	
	border-bottom: 1px solid #2e3a69;
}
#oferta_treball_llistat div.categoria div.title{
	padding: 		0px 0px 5px 0px;
	border-bottom:  3px solid #2e3a69;
}
#oferta_treball_llistat div.head{
	padding: 15px 0px 7px 0px;
	
	background-color: #e3e5Eb;
}
#oferta_treball_llistat div.item {
	padding: 8px 0px 8px 0px; 
	
	border-top: 1px dotted #2e3a69;
}
#oferta_treball_llistat div.referencia{
	width: 120px; 
}
#oferta_treball_llistat div.descripcio{
	width: 350px;
	
	padding: 0px 0px 0px 20px; 
}
#oferta_treball_llistat div.termini{
	width: 50px; 
}

/* O F E R T E S   D E   T R E B A L L  - D E T A L L */
#oferta_treball{
	width: 100%; 
	display:table;
}
#oferta_treball div{
	width:   100%;
	display: table;
	clear:	 both;
	
	margin:  0px;
	padding: 0px;
}
#oferta_treball ul{
	padding: 0px 0px 0px 25px;
}
#oferta_treball ul li, #oferta_treball li {
	list-style-image: url("http://www.uoc.edu/opencms_colaboradors/opencms/system/modules/edu.uoc.web.presentations/resources/images/structure/bullet_oferta_treball.gif");
}
* html #oferta_treball, * html #oferta_treball div{/* IE HACK */
	height: 1px;
}
#oferta_treball div.info{
	margin:  0px 0px 15px 0px;
	border-bottom: 1px dotted #2e3a69;
}
#oferta_treball div.info div.termini,
#oferta_treball div.info div.mes_informacio{
	width: 47%;
	clear: none;
}
#oferta_treball div.content{
	padding: 0px 0px 18px 0px;
}
#oferta_treball div.content div.title{
	padding: 0px 0px 16px 0px;
}

/* S E U S   I N S T I T U C I O N A L S */
#seus_institucionals{
	width:   100%; 
	display: table;
	
	border-bottom: 	1px solid #2e3a69;
}
#seus_institucionals div{
	width:   100%;
	display: block;
	clear:	 none;
	float:   left;
	
	margin:  0px;
	padding: 0px;
}
* html #seus_institucionals, * html #seus_institucionals div{ /* IE HACK */
	height: 1px;
}
#seus_institucionals div.intro{
	padding: 0px 0px 20px 0px;
	border-bottom: 	1px solid #2e3a69;
}
#seus_institucionals div.intro div{
	width:   45%;
}
#seus_institucionals div.intro div.admiracio{
	float:   right;
	
	padding-left: 20px;
	
	background-image: 	 url("admiracio_en_cercle.gif");
	background-position: left top;
}
#seus_institucionals div.seu{
	width: 100%;
	clear: both;
	
	padding: 14px 0px 12px 0px;
}
#seus_institucionals div.notFirstSeu{
	border-top: 1px dotted #2e3a69;
}
#seus_institucionals div.info{
	width: 	390px;
}
#seus_institucionals div.info div.image{
	width: 		120px;
	height: 	100px;
	overflow: 	hidden;

	padding: 0px 15px 0px 0px;
}
#seus_institucionals div.info div.content{
	width: 	 250px;
}
#seus_institucionals div.googleMap{
	width: 	138px;
	float:	right;
}
#seus_institucionals div.googleMap div.map{
	width: 	  136px;
	height:   98px;
	overflow: hidden;
	
	border: 1px solid #2f3b6a;
}
#seus_institucionals div.googleMap div.seeMap a{
	display: block;
	float:   right;
	
	padding: 0px 10px 0px 0px;
	
	background-image: 	 url("bullet_see_map.gif");
	background-position: right center;
}
/* L O C A L I T Z A C I Ó  I  S E R V E I S */
#localitzacio_serveis{
	width:   100%; 
	display: table;
	clear:   both;
}
div.centres{
	width:   100%; 
	display: table;
	clear:   both;
	
	padding: 12px 0px 22px 0px;
	border-bottom: 1px solid #2e3a69;
}
div.centres div{
	width:   100%;
	display: table;
	clear:	 none;
	float:   left;
	
	margin:  0px;
	padding: 0px;
}
* html #localitzacio_serveis, * html div.centres{/* IE HACK */
	height: 1px;
}
#localitzacio_serveis div.centres div.selectors{
	display: table-column;
	width: 100%;
}
#localitzacio_serveis div.centres p.lead{
	margin:  0px 0px 4px 0px;
	padding: 0px 0px 7px 0px;
	border-bottom: 1px dotted #080d2b;
}
#localitzacio_serveis div.centres div.selectors div.col{
	width: 46%;
	
	padding: 0px 3% 0px 0px;
}
#localitzacio_serveis div.ambit{
	width:   100%;
	height:	 35px;
	display: block;
	float: 	 left;
	
	padding: 	10px 0px 5px 0px;
	border-bottom: 1px dotted #080d2b;
}
#localitzacio_serveis div.ambit span.radioTitle{
	padding: 0px 0px 5px 0px;
}
#localitzacio_serveis div.ambit div.selectTitle{
	width: auto;
	
	line-height: 17px;
	padding: 2px 0px 0px 31px;
}
#localitzacio_serveis div.ambit div.select{
	width: auto;
	float: right;
	
	padding: 2px 0px 0px 0px
}
#localitzacio_serveis div.ambit_submit{
	height: 	   45px;
	border-bottom: none;
}
#localitzacio_serveis div.ambit p.submit{
	padding: 30px 0px 0px 0px;
	text-align: right;
}
#localitzacio_serveis form input{
	overflow: visible; /* para que IE haga caso de los padding */
	padding: 0px;
	margin:  0px;
	border:  0px;
	
	vertical-align: middle;
	background: 	none;
}
#localitzacio_serveis form input.submit{
	padding: 0px 15px 0px 0px;
	
	cursor: pointer;
	
	background-image: 	 url("http://www.uoc.edu/opencms_colaboradors/opencms/system/modules/edu.uoc.web.presentations/resources/images/structure/bullet_404.gif");
	background-position: right center;
	background-repeat:	 no-repeat;
}
#localitzacio_serveis form select{
	width: 159px;
	height: 17px;
	
	border-top:  1px solid #c8c8c8;
	border-left: 1px solid #c8c8c8;
	
	vertical-align: middle;
}
#localitzacio_serveis div.centres div.imatge{
	width: 	 auto;
	float: 	 right;
	display: table-cell;
}
/* C E N T R E   D E   S U P O R T */
#centre_suport{
	width:   100%; 
	display: table;
	clear:   both;
}
#centre_suport div{
	width:   100%;
	display: table;
	clear:	 none;
	float:   left;
	
	margin:  0px;
	padding: 0px;
}
* html #centre_suport, * html #centre_suport div{ /* IE HACK */
	height: 1px;
}
#centre_suport div.adreca{
	display: block;
	float:   left;
	clear:   both;
	
	padding:		0px 0px 15px 0px;
	border-bottom: 	1px dotted #2e3a69;
}
#centre_suport div.info{
	width: 	390px;
	
	padding: 0px;
}
#centre_suport div.info div.responsable{
	width: 100%;
	clear: both;
}
#centre_suport div.info div.image{
	width: 		120px;
	height: 	100px;
	overflow: 	hidden;

	padding: 0px 15px 0px 0px;
}
#centre_suport div.info div.content{
	width: 	 250px;
}
#centre_suport div.info div.moreContent{
	padding: 10px 0px 0px 0px;
}	
#centre_suport div.googleMap{
	width: 	138px;
	float:	right;
}
#centre_suport div.googleMap div.map{
	width: 	  136px;
	height:   98px;
	overflow: hidden;
	
	border: 1px solid #2f3b6a;
}
#centre_suport div.googleMap div.seeMap a{
	display: block;
	float:   right;
	
	padding: 0px 10px 0px 0px;
	
	background-image: 	 url("bullet_see_map.gif");
	background-position: right center;
}
#centre_suport div.informacio_adicional{
	width: 100%;
	border-bottom: 	1px dotted #2e3a69;
}
#centre_suport div.informacio_adicional div{
	width: 48%;
	
	padding: 20px 10px 20px 0px;
}
#centre_suport div.informacio_adicional div ul li{
	list-style-position: inside;
	list-style-type: 	 disc;
}
#centre_suport div.horari{
	padding: 25px 0px 0px 0px;
}
#centre_suport div.setmana{
	width: 100%;
	
	margin:	 		15px 0px 0px 0px;
	border-top: 	1px solid #2e3a69;
	border-bottom:  1px solid #2e3a69;
}
#centre_suport div.setmana div.dia{
	width: 14.2%; /* (100/8)% (7 DIAS + MATI/TARDA) */
	float: left;
}
#centre_suport div.setmana div.dia div{
	width: 100%;
	clear: both;
	float: left;
	
	padding: 3px 0px 7px 0px;
}
#centre_suport div.setmana div.dia div.nom{
	border-bottom:  1px solid #2e3a69;
}
#centre_suport div.setmana div.dia div.mati{
	border-bottom:  1px dotted #2e3a69;
}
/* C E N T R E   D E   S U P O R T - L L I S T A T */
#inner_section_nav_title{
	margin: 30px 0px 0px 0px;
	padding: 0px 0px 0px 12px;
	border-bottom:  1px solid #2e3a69; 
	
	background-image: 	 url("bullet_inner_section_title.gif");
}
#inner_section_nav_title_mixl4_l5{
	width: 		100%;
	display:	table;
	float:		left;
	
	padding: 		0px 0px 10px 0px;
	margin:			0px 0px 5px  0px;
	border-bottom:  1px solid #2e3a69; 
}
#inner_section_nav_title_mixl4_l5 p, #inner_section_nav_title_mixl4_l5 h2{
	margin:	 15px 0px 0px 0px;
	padding: 0px 0px 0px 12px;
	
	line-height: 16px;
	
	background-image: 	 url("bullet_section_title.gif");
	background-position: left bottom;
}
#centre_suport_llistat{
	width:   100%; 
	display: table;
	clear:   both;
	
	margin: 		0px;
	padding:		0px;
}
#centre_suport_llistat div{
	width:   100%;
	display: table;
	clear:	 none;
	float:   left;
	
	margin:  0px;
	padding: 0px;
}
* html #centre_suport_llistat, * html #centre_suport_llistat div{ /* IE HACK */
	height: 1px;
}
#centre_suport_llistat div.centre{
	width:  100%;
	clear:	both;
	
	padding: 10px 0px 10px 0px;
	border-top:  1px dotted #2e3a69;
}
#centre_suport_llistat div.firstCentre{
	border-top:  none;
}
#centre_suport_llistat div.centre div.nom{
	width:  45%;
	
	padding: 0px 4% 0px 0px;
}
#centre_suport_llistat div.centre div.telefon{
	width:  21%;
	
	padding: 0px 4% 0px 0px;
}
#centre_suport_llistat div.centre div.adreca{
	width:  21%;
	float: right;
	
	padding: 0px 4% 0px 0px;
}
/* D I R E C T O R I   P E R S O N A L */
#directori_personal{
	min-height: 500px;
	width:   	100%; 
	display: 	table;
	clear:  	 both;
	
	margin: 		0px;
	padding:		0px;
	border-bottom:  1px solid #2e3a69; 
}
#directori_personal div{
	width:   	100%;
	display: 	block;
	clear:	 	none;
	float:   	left;
	
	margin:  0px;
	padding: 0px;
}
* html #directori_personal{ /* IE HACK */
	height: 1px;
}
#directori_personal div.categoria div.title{
	width:  100%;
	height: 20px;
	clear:	both;
	
	padding: 4px 0px 4px 0px;
}
#directori_personal div.categoria div.level_1{
	background-color: #626b8f;
}
#directori_personal div.categoria div.level_2{
	background-color: #adb0c3;
}
#directori_personal div.categoria div.level_3{
	background-color: #eaebf0;
}
#directori_personal div.categoria div.title p{
	padding: 	 0px 10px 0px 10px;
}
#directori_personal div.categoria div.persona{
	padding: 10px 0px 10px 0px;
	border-top: 1px dotted #2e3a69; 
}
#directori_personal div.categoria div.primera_persona{
	border-top: none
}
#directori_personal div.categoria div.persona div{
	clear:	none;
	float: left;
}
#directori_personal div.categoria div.persona div.foto{
	width: 		40px;
	height: 	55px;
	display: 	block;
	overflow: 	hidden;
}
#directori_personal div.categoria div.persona div.no_foto{
	width: 40px;
}
#directori_personal div.categoria div.persona div.info{
	width:  100%;
}
#directori_personal div.categoria div.persona div.info div{
	width: 20%;
	
	padding: 0px 0px 0px 15px;
}
#directori_personal div.categoria div.persona div.info div.carrec{
	width: 25%;
	display: block;
	
	padding: 0px;
}
/* T O T S   E L S   E S T U D I S */
#tots_els_estudis{
	width:   100%; 
	display: block;
	clear:   both;
	
	margin:  0px;
	padding: 0px;
}
#tots_els_estudis div{
	display: table;
	clear:	 none;
	float:   left;
	
	margin:  0px;
	padding: 0px;
}
* html #tots_els_estudis, * html #tots_els_estudis div{ /* IE HACK */
	height: 1px;
}
#tots_els_estudis div.estudis_llistat{
	width:   100%;
	display: block;
}
#tots_els_estudis div.head{
	width:   100%;
	
	padding: 22px 0px 8px 0px;
	
	border-bottom: 3px solid #2e3a69; 
}
#tots_els_estudis div.head div{
	width: auto;
	line-height: 16px;
}
#tots_els_estudis div.head div.additional_info{
	float: right;
}
#tots_els_estudis div.additional_info p.admiracio{
	padding: 0px 0px 0px 20px;
	
	background-image: url("admiracio_en_cercle.gif");
}
#tots_els_estudis a.admiracio{
	padding: 0px 0px 0px 20px;
	
	background-image: url("admiracio_en_cercle.gif");
}
#tots_els_estudis div.llistat{
	width: 100%;
	display: block;
	
	border-bottom: 1px solid #2e3a69;
}
#tots_els_estudis div.llistat div.col{
	width:		49%; 
	height:		100%; 
	display:	block; 
	clear:		none; 
}
#tots_els_estudis div.llistat div.item{
	width: 100%;
	display: table;
	clear: left;
	
	padding:  	15px 0px 0px 0px;
	border-top: 1px solid #2e3a69;
}
#tots_els_estudis div.llistat div.right{
	float: right;
	clear: right;
}
#tots_els_estudis div.llistat div.first_item{
	border: none;
}
#tots_els_estudis div.llistat div.item div{
	clear: both;
}
#tots_els_estudis div.llistat div.item div.items{
	width: 100%;
	height: 100%;
}
#tots_els_estudis div.llistat ul{
	padding: 10px 0px 10px 0px;
}
#tots_els_estudis div.llistat ul li{
	padding: 0px 0px 3px 0px;
	
	list-style-type: none;
	line-height: 	 15px;
}
#tots_els_estudis div.llistat p.admiracio, #tots_els_estudis div.llistat ul li.admiracio{
	padding: 0px 20px 0px 0px;
	
	background-image:  		url("admiracio_en_cercle.gif");
	background-position: 	right center;
}
#tots_els_estudis div.noBorder{
	border: none;
}
#tots_els_estudis div.llistat div.col div.borderBottom{
	border-bottom: 	1px solid #2e3b68;
}
#tots_els_estudis div.destacat{
	width: 100%;
	
	padding:		0px 0px 8px 0px;
	border-bottom: 	3px solid #2e3b68;
}
/* S A L A   D E   P R E M S A */
#premsa_item{
	width:   100%; 
	display: table;
	clear:   both;
	
	margin:  0px;
	padding: 0px;
}
#premsa_item div{
	width: 	 100%;
	display: table;
	clear:	 both;
	float:   left;
	
	margin:  0px;
	padding: 0px;
}
* html #premsa_item, * html #premsa_item div{ /* IE HACK */
	height: 1px;
	min-height: 100px;
}
#premsa_item div.entrevistat{
	padding: 0px 0px 20px 0px;
}
#premsa_item div.title{
	line-height: 26px;	
}
#premsa_item div.autor{
	padding: 10px 0px 0px 0px;
}
#premsa_item img.resource{
	padding: 0px 10px 0px 0px;
}
#premsa_item div.head{
	display:  block;
	
	padding: 13px 0px 15px 0px;
	border-bottom: 1px dotted #2e3a69;
}
#premsa_item div.head div{
	clear: none;
	float: left;
}
#premsa_item div.head div.image{
	width: 	  240px;
	display:  block;
	
	padding: 0px 3% 0px 0px;
}
#premsa_item div.head div.image div.img_bg{
	width: 	  220px;
	height:   130px;	
	display:  block;
	
	margin:  0px 0px 7px 0px;
	padding: 10px;
	
	background-image:  		url("blue_gradient_bg.gif");
	background-position: 	left top;
	background-repeat: 		repeat-y;
}
#premsa_item div.head div.image div.img_bg div{
	height:   100%;	
	display:  block;
	overflow: hidden;
}
#premsa_item div.head div.video{
	width: 	  240px;
	height:	  204px;
	display:  block;
	
	padding: 0px 3% 0px 0px;
}
#premsa_item div.head div.text_media{
	width: 280px;
	display:  block;
}
#premsa_item div.head div.text{
	width: 100%;
}
#premsa_item div.head div.more_info_links{
	padding: 11px 0px 0px 0px;
}
#premsa_item div.head div.more_info_links div.link{
	padding: 4px 0px 0px 0px;
}
#premsa_item div.head div.more_info_links div.link p{
	padding: 0px 0px 2px 23px;
}
#premsa_item div.head div.agendaDescription p {
	padding: 0px 0px 10px 0px;
}
#premsa_item div.body{
	margin:  0px 0px 20px 0px;
	padding: 0px 0px 10px 0px;
	border-bottom: 1px solid #2e3a69;
}
#premsa_item div.body div.agendaDetall{
	width:	50%; 
	clear:	none; 
	float:	left;
}
#premsa_item div.body p{
	padding: 10px 0px 0px 0px;
}
#premsa_item ul{
	margin:  0px;
	padding: 0px 0px 10px 20px;
}
#premsa_item div.resources div.row{
	display: block;
	clear:	both; 
	float:	left;
}
#premsa_item div.resources div.row_resource_bottom{
	height:  1px;
	display: block;
	clear:	 both; 
	float:	 left;
	
	padding: 0px 0px 5px 0px;
}
#premsa_item div.resources div.resource{
	width: 32%;
	/*MRC height: 260px;*/
	height: auto;
	clear: none;
	
	margin: 	   0px 0px  10px 0px;
	padding: 	   0px 0.5% 10px 0px;
}
#premsa_item div.resources div.resource_bottom_border{
	width: 32.5%;
	height: 1px;
	display: block;
	clear:  none;
	
	border-top: 1px solid #2e3a69;
}
#premsa_item div.resources div.middle{
	margin: 0px 1.2% 0px 1.2%;
}
#premsa_item div.resources div.right{
	float: right;
}
#premsa_item div.resource div.title{
	margin: 	   0px 0px 10px 0px;
	padding: 	   0px 0px 10px 0px;
	border-bottom: 3px solid #2E3A69;
}
#premsa_item p.link_list{
	padding: 0px 0px 0px 25px;
	
	background-image: url('http://www.uoc.edu/opencms_colaboradors/opencms/_resources/common/imatges/la_universitat/sala_de_premsa/icons/icon_enllac.gif');
}
#premsa_item p.documentacio{
	padding: 0px 0px 0px 25px;
	
	background-image: url('http://www.uoc.edu/opencms_colaboradors/opencms/_resources/common/imatges/la_universitat/sala_de_premsa/icons/icon_documentacio.gif');
}
#premsa_item p.media{
	padding: 0px 0px 0px 25px;
	
	background-image: url('http://www.uoc.edu/opencms_colaboradors/opencms/_resources/common/imatges/la_universitat/sala_de_premsa/icons/icon_mat_grafic.gif');
}
#premsa_item div.resource div.resource_body div.link ul{
	padding: 0px 0px 0px 17px;
}
#premsa_item div.resource div.resource_body div.link li{
	padding: 0px 0px 3px 0px;
}
#premsa_item div.resource div.resource_body div.link a{
	display:	block;
	overflow: 	hidden;
}
#premsa_item div.resource div.resource_body div.link p{
	padding: 0px 0px 10px 0px;
}
#premsa_item div.resource div.resource_body div.file, #premsa_item div.resource div.resource_body div.media{
	width: 100%;
	clear: both;
	
	margin:  0px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
	border-bottom: 1px dotted #2e3a69;
}
#premsa_item div.resource div.resource_body div.file p{
	padding: 0px 0px 0px 40px;
	
	line-height: 30px;
}
#premsa_item p.pdf{
	background-image: url('http://www.uoc.edu/opencms_colaboradors/opencms/_resources/common/imatges/la_universitat/sala_de_premsa/icons/icon_pdf.gif');
}
#premsa_item div.resource div.resource_body div.media p{
	padding: 0px 0px 0px 30px;
	background-position: top left;
}
#premsa_item p.foto{
	background-image: url('http://www.uoc.edu/opencms_colaboradors/opencms/_resources/common/imatges/la_universitat/sala_de_premsa/icons/icon_foto.gif');
}
#premsa_item p.audio{
	background-image: url('http://www.uoc.edu/opencms_colaboradors/opencms/_resources/common/imatges/la_universitat/sala_de_premsa/icons/icon_audio.gif');
}
#premsa_item p.video{
	background-image: url('http://www.uoc.edu/opencms_colaboradors/opencms/_resources/common/imatges/la_universitat/sala_de_premsa/icons/icon_video.gif');
}
/* S H A R E   I C O N S */
#premsa_item div.head div.shareIcons{
	width:auto; 
	clear:none; 
	float:right; 
	display: block;
	
	padding: 20px 25px 0px 0px;
}
#premsa_item div.head img.shareIcon{
	padding: 0px 0px 0px 5px;
}

/* E N T R E V I S T A */
#premsa_item div.entrevista{
	margin:  0px 0px 20px 0px;
	padding: 10px 0px 20px 0px;
	border-bottom: 1px solid #2e3a69;
}
#premsa_item div.entrevista p.time{
	padding: 0px 0px 0px 20px;
}
#premsa_item div.entrevista p.question, p.answer{
	padding: 0px 0px 15px 0px;
}
/* R E P O R T A T G E */
#premsa_item div.reportatge p.title{
	padding: 0px;
}
#premsa_item div.reportatge p.body{
	padding: 15px 0px 0px 0px;
}
/* L L I S T A T   D ' I T E M S */
#items_list{
	width:   100%; 
	display: table;
	clear:   both;
	
	margin:  0px;
	padding: 0px;
}
#section_content p.avantitol{
	padding: 3px 0px 10px 0px;
	text-align: right;
}
#items_list div.item{
	width: 	 100%;
	display: table;
	clear:	 both;
	float:   left;
	
	margin:  0px;
	padding: 8px 0px 12px 0px;
	
	border-top: 1px dotted #2e3a69;
}
#items_list div.first_item{
	border-top: none;
}
* html #items_list, * html #items_list div{ /* IE HACK */
	height: 1px;
}
#items_list div.item p.excerpt{
	padding: 0px 0px 10px 0px;
}
#items_list div.item p.category{
	padding: 18px 0px 0px 0px;
}
#items_list div.item p.image{
	width: 		100px;
	display: 	block;
	clear:		none;
	float:		left;
	overflow: hidden;
	
	margin: 0px 10px 0px 0px;
}
/* R E C O M A N A R */
#recomanar input{
	overflow: visible;
	
	margin:  0px;
	padding: 0px;
	border:  0px;
	
	background-color: #ffffff;
}
#recomanar input.reset{
	margin:	 0px 50px 0px 0px;
	padding: 0px 20px 0px 0px;
	
	background-image: 	 url("button_reset.gif");
	background-position: right center;
}
#recomanar input.submit{
	padding: 0px 20px 0px 0px;
	
	background-image: 	 url("http://www.uoc.edu/opencms_colaboradors/opencms/system/modules/edu.uoc.web.presentations/resources/images/structure/bullet_404.gif");
	background-position: right center;
	
	cursor: pointer;
}
#recomanar p{
	padding: 0px 0px 15px 0px;
}
#recomanar span.fieldTitle{
	padding: 0px 0px 0px 10px;
	
	background-image: url("bullet_recomanar.gif");
}
#recomanar div.form{
	width:100%; 
	height:100%; 
	display:table;
}
#recomanar div.form div.col{
	width:49%; 
	clear:none; 
	padding: 15px 0px 0px 0px;
}
#recomanar input.text{
	width: 220px;
	height: 17px;
	
	border-top:  	1px solid #c8c8c8;
	border-right: 	1px solid #f0f0f0;
	border-bottom:  1px solid #fbfbfb;
	border-left: 	1px solid #c8c8c8;
}
#recomanar p.adreca_mail{
	width: 400px;
}
#recomanar input.textlong{
	width: 400px;
}
#recomanar textarea{
	width:  260px;
	height: 189px;
	
	border-top:  	1px solid #c8c8c8;
	border-right: 	1px solid #f0f0f0;
	border-bottom:  1px solid #fbfbfb;
	border-left: 	1px solid #c8c8c8;
	
	overflow: auto;
}
/* S E A R C H   L I S T */
#search_list{
	width:		100%; 
	height: 	60px; 
	display:	block; 
	clear:		both; 
	float:		left;
	
	padding: 5px 0px 10px 0px
}
#search_list div{
	height: 	100%;
	display:	block;
	float:		left;
}
#search_list form input.text{
	/*MRC width: 190px;*/
	width: 200px;
	height: 15px;
	
	margin: 		3px 0px 0px 0px;
	border-top:  	1px solid #c8c8c8;
	border-right: 	1px solid #f0f0f0;
	border-bottom:  1px solid #fbfbfb;
	border-left: 	1px solid #c8c8c8;
}
#search_list form input.arrow{
/*MRC	width: 25px; */
	width: 15px;
	
	background-color: 	 transparent;
	background-image: 	 url("http://www.uoc.edu/opencms_colaboradors/opencms/system/modules/edu.uoc.web.presentations/resources/images/structure/bullet_404.gif");
	background-position: right center;
	
	cursor: pointer;
}
#search_list form select{
	width:  157px;
	height: 17px;
	
	margin:	  		2px 0px 0px 0px;
	border-top:  	1px solid #c8c8c8;
	border-right: 	1px solid #f0f0f0;
	border-bottom:  1px solid #fbfbfb;
	border-left: 	1px solid #c8c8c8;
}
#search_list form select.arees{
	width: 157px;
}
#search_list form select.year{
	width: 93px;
}
#search_list form select.responsibles{
	width: 145px;
}
#search_list form select.departments{
	width: 165px;
}
#search_list div.formFieldText{
	width: 229px;
}
#search_list div.formFieldTextPersonal{
	width: 200px;
}
#search_list div.formFieldThemeArea{
	width: auto;
	
	padding: 13px 0px 0px 5px;
}
#search_list div.formFieldYear{
	width: auto;
	
	padding: 13px 0px 0px 5px;
}

/* R E C O M A N A R */
#recomanar{
	padding: 20px 0px 200px 0px;
}