@charset "ISO-8859-1";

* {
	padding: 0;
	border: 0;
	margin: 0;
	float: left;
	font-family: Tahoma,Arial, Verdana;
	list-style-type: none;
	font-size: 100%;
	text-align: left;
}

a {
	text-decoration: none;
	color: #40730b;
	float:none;
	outline:none;
}

/*
 * I think "* { float: left; }" was a bad idea
 */

b, br, p.bodytext, p.bodytext a, p.bodytext span {
	float: none;
	clear: left;
}

body {
	text-align: center;
	line-height: 1.2em;
	color: #393a3a;
	font-size: 12px;
}

.clear {
	clear: both;
}

.noBorder{
	border:0 !important;
}

#container {
	width: 950px;
	margin-left: -475px;
	left: 50%;
	position: absolute;
}

#header {
	background: url("../img/templateB_header2.jpg") no-repeat;
	width: 950px;
	height: 64px;
}

#logo a{
	width:148px;
	height:55px;
	display:block;
}

#header .languages {
	float:right;
	padding-top:5px;
	height:18px;
	width:165px;
	font-size: 12px;
}

#header .languages li a,
#header .languages li.coming	{
	float:left;
	font-weight:bold;
	padding-left:18px;
	width:62px;
	background:url("../img/language_bullet_off.gif") no-repeat;
	color:#bac0ae;
}

#header .languages li.active a{
	background:url("../img/language_bullet_on.gif") no-repeat;
	color:#99c307;
}

#header .searchWrap {
	width:310px;
	float:right;
	clear:right;
	height:22px;
	padding:5px;
}

#header .searchWrap .search {
	width:227px;
	height:21px;
	padding-left:10px;
	border-left:1px #789620 solid;
}


#header .search #searchfield {
	width:140px;
	height:16px;
	padding: 3px 10px;
	padding-bottom:2px;
	margin-right:5px;

}
#header .searchWrap .aa {
	width:72px;
}
#header .searchWrap .aa img {
	padding-right:3px;
}
.topimage {
	width:950px;
	padding:0 0 10px 0;
	border-bottom: 1px solid #96bf0e;
}

.breadcrumb {
	width: 948px;
	height: 18px;
	border-bottom: 1px solid #96bf0e;
	color: #9b9b9b;
	font-size: 10px;
	padding: 2px 0 0 2px;
}
.breadcrumb a {
	float: none;
	font-size: 10px;
	color: #0079a6;
}
.breadcrumb a:hover {
	text-decoration:underline;
}
#main {
	margin-top: 10px;
	overflow: hidden;
	width: 950px;
	position: relative;
}
/*--------------------------------------------------

NAVI / MENU

--------------------------------------------------*/
#mainNavi {
	width: 250px;
	height: 400px;
	background: #f2f2f1 url("../img/bg_navi.jpg") no-repeat;
	padding-bottom: 5000px;
	margin-bottom: -5000px;
}

#mainNavi h5 {
	background: #0079a6;
	width: 240px;
	color: #ffffff;
	font-size: 14px;
	padding: 1px 0 2px 10px;
}

#mainNavi ul {
	padding-top: 5px;
	padding-left: 10px;
	width: 240px;
}

#mainNavi ul li {
	width: 230px;
	padding-top: 8px;
	padding-bottom:2px;
	border-bottom: 1px solid #a9cdda;
	background: url("../img/navi_arrow_closed.gif") no-repeat 222px 15px;
}

#mainNavi ul li.current {
	background: none;
}


#mainNavi ul li a {
	color: #0079a6;
	font-weight: bold;
	font-size: 13px;
	height:14px;
}

#mainNavi ul li ul {
	width:223px;
	padding-left: 7px;
	margin-bottom: 3px;
	display:none;
	background: url("../img/menu_open.gif") no-repeat  scroll 220px bottom;
}

#mainNavi ul li ul li {
	width:auto;
	padding: 1px 0;
	border: 0;
	height: auto;
	float:none;
	background: none;
	z-index: 10;
}

#mainNavi ul li ul.level2 li a {
	font-weight: normal;
	font-size:11px;
	vertical-align: middle;
	padding: 1px 15px 2px 5px;
	margin-left: 0;
	text-indent: 0;
}

#mainNavi ul li ul li:hover a,#mainNavi ul li ul.level2 li.current a,
#content .contentMenuTop ul li a:hover,#content .contentMenuTop ul li.current a,
#mainNavi ul li ul.level2 li a:hover
	{
	background: #cfdee5 !important;
}

#mainNavi .level1 li.current .level2 {
	display: block;
}

.menuBar {
	background: #0079a6;
	position: absolute;
	height: 8px;
	width: 250px;
	bottom: 0px;
	left: 0px;
	z-index: 10;
}

/*--------------------------------------------------

CONTENT

--------------------------------------------------*/
#content {
	width: 690px;

	margin:0;
	padding:0;
	padding-bottom: 2005px;
	margin-bottom: -2000px;
	float:right;
}

.csc-textpic div {
	float: none;
}

#content .contentBar {
	background:url("../img/bg_menubar.gif") no-repeat;
	position: absolute;
	height: 10px;
	width: 690px;
	bottom: 0px;
	right: 0px;
	z-index: 100;
}

#content h1 {
	background:url("../img/bg_title.gif");
	width: 682px;
	height:20px;
	color: #ffffff;
	font-size: 16px;
	line-height:18px;
	padding: 0px 0 3px 10px;
	margin-bottom:8px;
}

#content p {
	padding: 5px 0 10px 0;
	line-height: 150%;
	display: block;
}

#content object{
	border-top:1px solid #96bf0d;
	border-bottom:1px solid #96bf0d;
	margin:5px 0px 15px 0px;
}

#content p.variant {
	padding: 5px 5px;
}

#content a {
	color:#0079a6;
	text-decoration: underline;
}

#content a:hover {
	text-decoration: none;
}
div.csc-textpic-clear {
	clear:none;
}
#content .csc-textpic{
	padding:0 10px 10px 0;
}

#content .csc-textpic-text, .csc-textpic-text p{
	clear:none;
	float:none;
}

#content .csc-textpic-above p{
	clear:both;
}

#content h3 {
	color: #96bf0d;
	width: 690px;
	font-size: 16px;
	padding:5px 0 2px 2px;
}
#content h4 {
	color: #77983d;
	width: 690px;
	font-size: 14px;
	border-bottom: 1px solid #98ca3c;
	margin-bottom:5px;
	padding-top:5px;
}
#content h5 {
	color: #96bf0d;
	clear: both;
	font-weight: normal;
	float: none;
}

#content .hospitalDetails {
	padding-bottom:15px;
	width:690px;
	height:100px;
}

#content ul {
	list-style: none;
	padding: 10px;
	width:97%;
}

#content .halfWidth {
	width: 320px;
}

#content .halfWidth *{
	width: 300px;
}

#content ul li {
	float:left;
	clear:both;
	background: url("../img/list_image.gif") no-repeat 0 5px;
	padding-left: 11px;
	padding-bottom: 7px;
}

#content ul li ul li{
	background:none;
}

#content  ul li.level2 {
	margin-left:10px;
}

#content .hospitalDetails img, #content .partnerDetails img  {
	margin-right:10px;
}
#content .partnerDetails img {
	border: 1px solid #777777;
	width:130px;
}

#content .hospitalDetails h6, #content .partnerDetails h6 {
	color: #96bf0d;
	background:#fff;
	width:550px;
	padding-top:0px;
}
#content .partnerDetails h6{
	width:548px;
}
#content .partnerDetails {
	padding-bottom:10px;
}
#content .partnerDetails span.webLink {
	padding-left:5px;
}
#content .hospitalDetails p{
	padding:0;
	line-height:15px;
}
#content .hospitalDetails .hospitalDetailWrapper{
	border-bottom:1px solid #777777;
	width:550px;
	height:102px;
	position:relative;
}
.partnerDetailWrapper{
	border-bottom:1px solid #777777;
	width:548px;
	height:102px;
	position:relative;
}
#content .hospitalDetails .detailAdress {
	width:430px;
	color: #777777;
	position:absolute;
	bottom:5px;
	left:5px;
}

#content .hospitalDetails .buttons {
	width:105px;
	height:52px;
	position:absolute;
	bottom:5px;
	right:0;

}
#content .hospitalDetails .buttons img {
	padding-top:5px;
	margin-right:0;
	float:right;
}

#content .infobuttons {
	margin-top:10px;
	margin-bottom:10px;
}
#content .infobuttons img {
	padding-right:10px;
}

#content .contentMenuTop {
	width:690px;
	height:20px;
	margin-bottom:10px;
	margin-top:-3px;
	border-bottom:1px solid #98ca3c;
}

#content .contentMenuTop ul {
	list-style: none;
	list-style-type: none;
	padding:0;
	width:690px;
}

#content .contentMenuTop ul li {
	height:15px;
	padding:0 10px;
	background:none;
	clear:none;
	width:auto;
	float:left !important;
	text-indent:0px;
	border-left:1px solid #0079A6;
	color:#0079A6;
}

#content .contentMenuTop ul li a {
	text-decoration: none;
	padding:0px 5px 2px 5px;
	line-height:12px;
}

#content .contentMenuTop ul li.first {
	border-left:0;
	padding-left:0;
}

#content .downloadPDF {
	margin-top:10px;
	margin-bottom:10px;
	height:30px;
}

#content .downloadPDF a{
	background: url("../img/pdf.gif") no-repeat;
	padding-left: 27px;
	padding-top:10px;
	padding-bottom:10px;
	height:30px;
}

/*

HOME

*/
#content.home{
	padding:0;
	margin:0;
	padding-bottom:2000px;
	margin-bottom:-2000px;
}

.home *{
	font-size:11px;
}

.home a{
	font-weight:bold;
}
.home #homeNews{
	width:470px;
	height: 233px;
	margin:0 10px 0 0;
	border-bottom:7px solid #a8c552;
	background:#f2f2f1;
	position:relative;
}

#content .news h3{
	width:440px;
	height: 19px;
	padding: 1px 0px 0px 30px;
	background:#a8c552 url(../img/BGTituloNoticiesHome.jpg) no-repeat left;
	color:#FFFFFF;
	font-size: 14px;
	font-weight: bold;
}

.home .news .newsContent{
	padding:10px 10px 0 10px;
}

.home .news .newsItemImportant{
	width:450px;
	height:90px;
	border-bottom:1px solid #D6E3AC;
	margin-bottom:10px;
}

.home .news .newsItemImportant img{
	margin-right:10px;
	border:1px solid #a8c552;
}

.home .news .newsText{
	float:none;
}

#content.home .news .newsText p {
	clear: none;
}

#content.home .news .newsText *{
	float:none;
	line-height:15px;
}

.home .news .newsText b{
	color:#789620;
	font-size:12px;
}

.home .news .newsItem .newsText b{
	font-size:11px;
}

.home .news .newsItem{
	width:440px;
	height:34px;
	font-size:11px;
}

.home .news .newsItem a {
	display:none;
	float:none;
	background:#f2f2f1;
}

.home .news .newsItem b{
	color: #789620;
	width:450px;
}

.home .news .newsItem .newsText a{
	display:inline;
}

#content.home .news .newsItem p,
#content.home .news .newsItem b{
	padding:0;
	margin:0;
	font-size:11px;
	line-height:14px;
	height:15px;
}

.allNews{
	width:450px;
	height:14px;
	padding: 3px 0 3px 0;
	border-top:1px solid #a8c552;
	position:absolute;
	bottom:10px;
	right:10px;
	z-index:10;
}
.rssHome{
	width:25px;
	height:17px;
	float:right;
	padding-top:3px;
	border-right:1px solid #d6e3ac;
}
.allNewsLink{
	width:110px;
	height:19px;
	float:right;
	padding: 3px 0px 0px 10px;
}
.healthNews{
	width:210px;
	height: 153px;
	margin-bottom:10px;
	font-size:11px;
	font-weight:bold;
	color:#777777;
	border-bottom:7px solid #bcbcbc;
	background:#f2f2f1;
}
#content .healthNews h3{
	width:200px;
	height: 19px;
	padding: 1px 0px 0px 10px;
	color:#FFFFFF;
	font-size: 14px;
	font-weight: bold;
	background: #bcbcbc;
}
.healthNewsItem{
	width:194px;
	height: 26px;
	padding:8px;
	border-bottom:1px solid #bcbcbc;
}

.noticiesSalutHome1Texto2{
	width:190px;
	height: 26px;
}

.workHome{
	width:200px;
	height: 50px;
	padding: 20px 0px 0px 10px;
	background:url(../img/imgtreballaHome.jpg) no-repeat left;
}

#content .workHome a{
	color:#ffffff;
	font-size: 18px;
	text-decoration:none;
}

.bannerHome{
	width:690px;
	height: 150px;
	padding-top:10px;
}

.bannerHome img, .bannerHome a img {
	margin-right: 10px;
}

.banner1Home img, .banner2Home img, .banner3Home img {
	width:150px;
	height: 150px;
	margin-right:10px;
}

.banner1Home div img, .banner2Home div img, .banner3Home div img {
	width:140px;
	height:97px;
	margin:0;
}

.banner2Home{
	width:140px;
	height: 140px;
	padding:5px;
	margin-right: 10px;
	background-color: #dde9bd;
	font-size: 11px;
}
.titulobanner2Home,
.titulobanner3Home{
	width:132px;
	height:28px;
	padding:4px;
	background:url(../img/BackgroundTituloBanner2Home.jpg) no-repeat top;
	color:#FFFFFF;
	font-size: 11px;
	font-weight:bold;
}
.contentbanner2Home{
	width:138px;
	height:95px;
	margin-top:5px;
	border:1px solid #88a72b;
}
.banner3Home{
	width:140px;
	height: 140px;
	padding:5px;
	margin-right:10px;
	background: #e8eae4;
	font-size: 11px;
}
.titulobanner3Home{
	background: url(../img/BackgroundTituloBanner3Home.jpg) no-repeat top;
}
.contentbanner3Home{
	width:140px;
	height: 97px;
}
.banner4Home{
	width:210px;
	/* height: 150px; */
	height: 125px;
	background: #f2f2f1;
}

/*** poll_result **************************************************************/

.banner4Home.pollResult {
	height: auto;
	width: 690px;
	margin-top: 1em;
	flot:left;
	
}

#content .banner4Home.pollResult br {
	clear: left;
}

.seeResultsJkPoll{
	width:250px;
	position:relative;
	z-index:1000;
	left:150px;
	top:-40px;	
}

#content .pollResult .contentbanner4Home,
#content .pollResult .titulobanner4Home,
#content .banner4Home.pollResult p,
#content .pollResult .jkPollQuestion,
#content .pollResult .backgroundStatisticEnquesta {
	width: 100%;
	float:left;
}

#content .pollResult .backgroundStatisticEnquesta {
	padding-top: 1em;
}

.tx-jkpoll-pi1 {
	z-index: 1000;
	position: relative;
}

.banner4Link {
	background: #f2f2f1;
	width: 140px;
	height: 25px;
	position: relative;
	float: right;
	z-index: 1000000000;
}

#content .banner4Link p {
	text-align: right;
	padding: 5px;
}

.banner4Link a {
	padding-left: 10px;
}


.titulobanner4Home{
	width:205px;
	height: 17px;
	padding: 3px 0px 0px 5px;
	background:#0079a6;
	font-weight: bold;
	color:#FFFFFF;
}
.contentbanner4Home{
	width:190px;
	height: auto;
}

.contentbanner4HomeResult,
.backgroundStatisticEnquesta{
	background:#ffffff;
}
.jkPollQuestion {
	font-size: 11px;
	font-weight: bold;
	color: #909090;
	width:190px;
	padding-bottom:2px;
	padding-left:10px;
	padding-top:5px;
}

#content .jkPollQuestion p{
	line-height:15px;
	padding:0;
	margin:0;
}
.jkPollVote {
	clear: left;
	width:190px;
}

.jkPollVote br{
	clear:both;
}

.jkPollVote {
	clear: left;
	width:190px;
}

.jkPollVote .pollsubmit,
.jkPollVoteResult .pollsubmit {
	background: url(../img/bEnviar.gif) no-repeat top;
	width: 58px;
	height: 21px;
	padding: 21px 0 0;
	overflow: hidden;
	cursor: pointer;
}

.jkPollVoteResult{
	width:100%;	
	padding-top:20px;
}

.buttonEnquesta {
	padding-bottom:2px;
	padding-left:10px;
	clear: left;
	background: none repeat scroll 0 0 #F2F2F1;

}

.buttonEnquestaResult{
	width:95%;
	padding-left:20px;
}

.buttonEnquesta label {
	padding-left: 5px;
	width:160px;
	height:auto;
	line-height:10px;
}

.buttonEnquestaResult label {
	padding-left: 5px;
	width:90%;
	height:auto;
	line-height:20px;
}

.enquestaSubmit {
	width: 190px;
	height: 25px;
	padding-left:10px;
	background: none repeat scroll 0 0 #F2F2F1;
}
.jkPollVoteResult .enquestaSubmit{
		background: #FFFFFF;
}

.enquestaAnterior {
	margin-right: 30px;
}
.votesEnquesta {
	margin-left: 10px;
	background:#f2f2f1;
}


#content .statisticEnquesta {
	width:200px;
	padding: 0;
	padding-left:10px;

}

.backEnquesta {
	margin-top:15px;
}
/*--------------------------------------------------
NEWS LIST / DETAIL - template g & h
------------------------------------------------*/

#content .newsListItem {
	width:690px;
	height:94px;
	margin:7px 0;
	border-bottom:1px solid #7e9d19;
}

#content .newsListItem img {
	margin:7px 0;
	border:1px solid #a8c552;
	height:80px;
}

#content .newsListItem .newstext {
	padding:7px;
	width:574px;
	height:80px;
	float:right;
}
#content .newsListItem .newstext .newsTitle a,
#content .newsListItem .newstext .newsTitle {
	color:#77970c !important;
	font-weight: bold;
	text-decoration: none;
}
#content .newsListItem .newstext .newsDate {
	color:#77970c;
	clear:both;
	padding-top:2px;
}
#content .newsListItem .newstext p {
	clear:left;
	padding:0;
	width:578px;
}
#content .detailNews a {
	text-decoration: none;
}
#content span.morelink {
	float:none;
	padding-left:5px;
	text-decoration: underline;
}

.pagination{
	width:680px;
	height:20px;
	padding:5px;
	text-align:center;
	color:#0079A6;
}

.pagination b{
	color:#77970c;
}

.pagination a,
.pagination b{
	font-size:11px;
}

/* DETAIL */

#content .detailNews {
	width:690px;
	margin-top:10px;
	border-bottom:1px solid #7e9d19;
}

#content .detailNews .imgcaption{
	float: left;
	margin:7px 7px 2px 2px;
}

#content .detailNews .imgcaption img{
	border:1px solid #a8c552;
}

#content .detailNews .imgcaption span{
	clear:left;
	width:225px;
	margin-top:5px;
	padding-left:2px;
	
	font-size:11px;
	color:#777777;
}


#content .detailNews .newstextDetail * {
	float: none;
	clear: none;
}

#content .detailNews .newstextDetail {
	padding:7px;
	float:none;
	width: auto;
}
#content .detailNews .newstextDetail .title {
	color:#77970c;
	font-weight: bold;
	font-size:14px;
}
#content .detailNews .newstextDetail .date {
	color:#77970c;
	margin-top:5px;
}

#content .detailNews .newstextDetail ul,
#content .detailNews .newstextDetail ul li{
	width:auto;
	clear:none;
}


#content .backlink {
	margin:10px 0;
	padding-bottom:10px;
}
/*----------------------------------------------------
TEMPLATE F OBERT - ADJUDICACIO PROVISIONAL
--------------------------------------------------*/
#content .obertSx{
	width: 450px;
	height: 195px;
	overflow:hidden;
	padding-right: 20px;
}

#content h3.competition {
	width: 450px;
}

#content .obertSx.final {
	height: 45px;
}

#content .downloadPDF1 {
	background: url("../img/pdf.gif") no-repeat;
	margin-top:10px;
	margin-bottom:10px;
	padding-left:30px;
}
#content .nota{
	width:100%;
	color: #9f9f9f;
	font-size: 11px;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-top: 10px;
	border-top: 1px solid #9f9f9f;
	border-bottom: 1px solid #9f9f9f;
}
.obertDx{
	width:210px;
	height: 195px;
	padding-left: 10px;
	color:#77970c;
	background-color:#f2f9da;
}

#content .obertDx.final {
	height: 45px;
}

select{
	width:180px;
	font-size: 11px;
	color:#666666;
	background-color:#ffffff;
	margin-top:5px;
	border: 1px solid #77970c;
}
#content SearchProfile{
	padding-top: 10px;
}
.Pn{
	width: 684px;
	padding: 2px 2px 2px 2px;
	margin-top: 20px;
	margin-bottom: 10px;
	border: 1px solid #77970c;
}
h6{
	width: 679px;
	height: 17px;
	color:#77970c;
	padding-left: 5px;
	padding-top: 3px;
	background-color:#edf4d4;
}
#content .RwPn{
	width: 100%;
	border-top: 1px solid #becc91;
}

#content p.tituloPn{
	width: 187px;
	padding-left: 5px;
	padding-right: 10px;
}
#content .textoPn {
	width: 477px;
	line-height:18px;
	padding:5px 0 10px
}
#content p.tituloPnPdf{
	width: 187px;
	padding-left: 5px;
	padding-right: 10px;
}
#content p.textoPnPdf{
	width: 317px;
	padding-right: 10px;
}
#content .downloadPDF1 {
	background: url("../img/pdf.gif") no-repeat;
	margin-top:10px;
	margin-bottom:10px;
	padding-left:30px;
	height:30px;
}
#content p.PnPdf{
	background: url("../img/LittlePdf.gif") no-repeat;
	width: 125px;
	padding-left:25px;
}

#content p.doc{
	background: url("../img/iconoWord.gif") 2px 2px no-repeat  !important;
}
#content p.xls{
	background: url("../img/iconoExcell.gif") 2px 2px no-repeat !important;
}


#content a.PnPdf{
	background: url("../img/LittlePdf.gif") no-repeat;
	width: 225px;
	text-indent:25px;
}
/*----------------------------------------------------
TEMPLATE F TREBALLA ANB NOSALTRES
--------------------------------------------------*/
#content ul.listaPn{
	padding: 5px 0px 5px 0px;
}
#content  ul.listaPn li {
	width: 466px;
}
#content p.PnEnviaCV{
	width: 74px;
	padding-left:451px;
	text-align: right;
}

/*----------------------------------------------------
TEMPLATE Y FORMULARIO
--------------------------------------------------*/
.boxFormulario{
	width: 670px;
	padding: 0px 10px 10px 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #edf4d4;
}
.titleBoxFormulario{
	width: 100%;
	color: #77970c;
	font-size: 14px !important;
	border-bottom: 1px solid #becc91;
	padding: 5px 0;
	margin-bottom:10px;
	line-height:18px;
}

.subtitleBoxFormulario{
	width: 100%;
	color: #77970c;
	background-color: #e0ebb6;
	font-size: 14px !important;
	padding: 1px;
	margin-bottom:10px;
	margin-top: 10px;
	line-height:18px;
}

#content .tx-thmailformplus-pi1 form .titleBoxFormulario i {
	font-size: 14px !important;
}

.ColFormulario1, .ColFormulario2, .ColFormulario3 {
	width: 210px;
	height: 40px;
	padding: 5px 0;
	margin-bottom:10px;
	position: relative;
}

.ColFormulario1{
	padding-right: 20px!important;
}
.ColFormulario2{
	padding-right: 20px!important;
}

.asterisk{
	color: #fe0004;
	float:none;
}
/*#1rCognom{
	border: 1px solid red;
}*/
.boxFormulario .inputTextFormulario {
	width:207px;
	height:19px;
	border:1px solid #becc91;
}

.boxFormulario select.inputTextFormulario {
	height: 21px;
	width: 209px;
	margin: 0;
	font-size: inherit;
}

.boxFormulario .inputTextFormulario.datepicker {
	width: 185px;
}

.ui-datepicker-trigger {
	position: relative;
	top: -1px;
}

.boxFormulario .inputTextFormulario.inputTextFormularioDay,
.boxFormulario .inputTextFormulario.inputTextFormularioMonth {
	width: 2em;
	float: none;
}

.boxFormulario .inputTextFormulario.inputTextFormularioYear {
	width: 4em;
	float: none;
}

.boxFormulario .inputRadioFormulario{
	margin-right:4px;
}
.boxFormulario label{
	margin-right:10px;
}
.ColFormulario{
	width: 650px;
	padding-right: 20px!important;
}
.ColFormulario label{
	margin-right:16px;
}
.boxFormulario .inputTextFormularioAltres{
	width:150px;
	height:19px;
	border:1px solid #dfe8c0;
}
.boxFormulario .textareaFormulario{
	width:450px;
	border:1px solid #becc91;
}
.EnviarFormulario{
	width: 50px;
	height: 30px;
	padding-left: 620px;
}
.campRequerit{
	width: 200px;
	color: #fe0004;
	margin-bottom:7px!important;
	float:none;
}
.boxFormulario img{
	float:none;
}

.cipInfo {
	position: absolute;
	z-index: 1000;
	border: 2px solid black;
	background-color: white;
	display: none;
	left: 60px;
	top: 20px;
	padding: 1em;
}

.ui-datepicker * {
	float: none;
}

/*----------------------------------------------------
TEMPLATE GOOGLE MAPS
--------------------------------------------------*/
.contentGooglemaps{
	width:690px;
}
.googlemaps{
	width:680px;
	height:269px;
	margin-top:10px!important;
	margin-bottom:10px!important;
	border:1px solid #a8c552;
}
.textGooglemaps{
	width:450px;
	height: 80px;
	margin-bottom:10px!important;
	padding-right: 10px!important;
	border-right:1px solid #a8c552;
}
.textGooglemaps b{
	color:#77970c;
}
.TextNameHospitalGooglemaps{
	width:210px;
	padding-left: 10px!important;
	padding-top:10px;
	height:100px;
	overflow: hidden;
}

.TextNameHospitalGooglemaps span.HosptalDirection {
	width:170px;
	float:left;
}

.NameHospitalGooglemaps{
	color:#77970c;
}

/*----------------------------------------------------
TEMPLATE SITEMAP
--------------------------------------------------*/
.sitemap ul li, #content .tx-flseositemap-pi1 ul li.deep0{
	font-size:14px !important;
	font-weight:bold !important;
	color:#a5c63a !important;
	text-decoration:underline;
	background: url("../img/list_image.gif") no-repeat 0 6px;
	margin-top:10px;
}
#content .tx-flseositemap-pi1 ul li.deep0 a{
	font-size:14px !important;
	font-weight:bold !important;
	color:#a5c63a !important;
}
.sitemap ul.secondLivel li, #content .tx-flseositemap-pi1 li.deep1{
	background: none!important;
	text-decoration: none;
}
.sitemap ul.secondLivel li a, #content .tx-flseositemap-pi1 li.deep1 a{
	font-size:12px;
	font-weight:bold;
	color:#0079a6;
	text-decoration:underline;
}
.sitemap ul.secondLivel ul.thLivel li a, #content .tx-flseositemap-pi1 li.deep2 a{
	font-size:12px;
	color:#0079a6;
	font-weight:normal;
	text-decoration:underline;
}


#content .tx-flseositemap-pi1 li.first{
	padding-top:1px !important;
}
#content .tx-flseositemap-pi1 li.last{
	padding-bottom:7px !important;
}
#content .tx-flseositemap-pi1 li.deep1 {
	padding-left: 20px !important;
}
#content .tx-flseositemap-pi1 li.deep2{
	padding-left: 30px !important;
	background: none!important;
}
#content .tx-flseositemap-pi1 li.deep0{
	padding-top: 0 !important;
}
/*--------------------------------------------------
RESU.TADO BUSQUEDA
------------------------------------------------*/
.rwResultadoBusqueda{
	margin-bottom: 20px;
	border-bottom:1px solid #7e9d19;
}
.rwResultadoBusqueda a{
	font-size: 12px;
	font-weight: bold;
	color:#0079a6;
	text-decoration:underline;
}
.rwResultadoBusqueda a:hover{
	text-decoration: none;
}

/*--------------------------------------------------

FOOTER

--------------------------------------------------*/
.footer {
	width: 950px;
	height: 32px;
	background: url("../img/bg_footer.jpg") left no-repeat;
	margin-top: 10px;
	border-bottom: 1px solid #98ca3c;
	border-top: 1px solid #98ca3c;
}

.footer .footerLeft {
	padding:10px 10px;
	color: #77983d;
	font-weight: bold;
	font-size: 10px;
}

.footer .footerRight {
	padding: 10px;
	float: right;
	color: #777777;
	font-size: 10px;

}

.footer .footerRight a {
	font-size: 10px;
	color: #777777;
}
.footerAdress {
	background: #f2f2f1;
	margin-top: 10px;
	color: #777777;
	width:948px;
	height:32px;
	padding-bottom:5px;
	padding-left:2px;
}

.footerAdress .hospital {
	width:306px;
	padding:5px 0px 5px 10px;
	font-size: 10px;
}
.footerAdress .hospital b {
	width:300px;
	font-size: 10px;
}

.footerMenu {
	margin-top:25px;
	background-color: #ffffff;
	border-top:1px #888985 solid;
	padding-top:10px;
	width:950px;
	height:350px;
}

.footerMenu .item {
	width: 148px; /* width:180px; */
	height:115px;
	padding:5px 10px 5px 0;
}

.footerMenu .item ul {
	padding-left:5px;
	padding-top:5px;
	position: relative;
}

.footerMenu .item ul li{
	font-size: 10px;
	width:175px;
}
.footerMenu .item ul li a,
.footerMenu .item b a,
.footerMenu .item b {
	color:#777777;
	font-size: 10px;
}
div.poweredby {
	margin-top:8px;
	float: right;
}
/*--------------------------------------------------
map
------------------------------------------------*/

#map_canvas * {
	float: none;
	text-align: center;
}

/*--------------------------------------------------
indexed search
------------------------------------------------*/

.tx-indexedsearch * {
	float: none;
}

.tx-indexedsearch-info,
.tx-indexedsearch-icon,
.tx-indexedsearch-result-number,
.tx-indexedsearch-percent,
.tx-indexedsearch-searchbox,
.tx-indexedsearch-whatis {
	display: none;
}



/*--------------------------------------------------------
	TEMPLATE E
----------------------------------------------------------*/

#content .noticiasRelacionadas span.headline {
	padding: 12px 0 0 0;
	font-weight: bold;
	width:682px;
}

#content .noticiasRelacionadas span.first {
	padding: 0;
}

#content .ubicacio p{
	width: 682px;
}

#content .ubicacio img {
	float:right;
	padding-left:10px;
	padding-left:10px;
}

#content .noticiasRelacionadas span.newsText {
	float:none;
}

#content .noticiasRelacionadas span.moreLink {
	float:none;
}


#content .downloadCategoryLogo {
	width:225px;
}

#content .descarregas {
	padding-bottom:10px;
	width: 345px;
	float:left;
}

#content .downloadCategoryLogo img{
	border: 1px solid #98CA3C;
	margin-top:10px;
}
#content .downloadDocument {
	margin-top:10px;
	height:30px;
	width:310px;
}
#content .backlink {
	clear:both;
	margin-top:20px;
	width:200px;
}

#content .downloadDocument span.link a{
	padding-left: 27px;
	padding-top:3px;
	height:12px;
	width:250px;
}

#content .downloadDocument span.description {
	padding-left: 27px;
	padding-top:0;
	height:12px;
	width:250px;
}

#content .doc {
	background: url("../img/download_doc.gif") no-repeat;
}

#content .audio {
	background: url("../img/download_audio.gif") no-repeat;
}


#content .img {
	background: url("../img/download_img.gif") no-repeat;
}

#content .word {
	background: url("../img/pdf.gif") no-repeat;
}

.anchorFix {

/*
* "Lift" the anchor out of the content
* area with the OTL padding into the outer
* wrapper.
*
*/
position: absolute;

/*
* We need to set a width here, otherwise IE 5.5 and 6.0
* will disappear the anchor entirely. The anchor is
* invisible anyway, so doesn't really matter.
*
*/
width: 1px;

}

#content .descarregas .downloadDocument p {
	line-height:14px !important;
	padding:0 !important;
}

#content .comArribar ul {
	padding-top:0 !important;
}

#content ul.errorList {
  padding-top:0px;
  padding-bottom:0px;
}

/**************************
 ADDTHIS BLOCK
**************************/

.addthis{
	padding-bottom:25px;
}

.addthis div.addthis_toolbox{
	height:25px;
	float:left !important;
}

.addthis div.fb_like{	
	width:110px;
}

.addthis div.icons{	
	width:100px;
	margin-top:2px;
	line-height:25px;
}

.addthis a{
	float:left !important;
}

#at15ptc{
	float:none !important;
	font-family: Arial, Tahoma, Verdana !important;
}

