@charset "utf-8";

#div_lcontent {
	width: 268px;
	margin: 10px 20px 10px 10px;
	font-size: 12px;
	line-height: 1.3em;
	word-spacing: 0.2em;
	color: #666666;	/*	border: solid 1px #CCCCCC;*/
	text-align: left;
}
#div_center {
	width: 480px;
	text-align: left;
}
#div_rcontent {
	width: 180px;
	margin: 6px 10px 10px 20px;
	/*	border: solid 1px #666666;*/
	font-size: 11px;
	line-height: 1.2em;
	word-spacing: 0.2em;
	color: #666666;
	text-align: left;	
}

#lcontent_citas a {
	color: #CD5B45;
}

#div_ccontent {
	background-color: #33CC00;
	background-image: url(../images/div_ccontent.gif);
	background-repeat: repeat;
	background-position: left top;
	color: #FFFFFF;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
}

#div_ccontent h3 {
	color: #FFFFFF;
	margin: 5px 0px 14px 0px;
}

#div_diagrama {
	background-image: url(../images/diagram.gif);
	background-repeat: no-repeat;
	background-position: 50px 16px;
	height: 300px;
	margin-top: 5px;
	position: relative;
	border-left: dashed 1px #CC6600;
	border-right: dashed 1px #CC6600;
	z-index: 0;
}
#li_medi {
	position: absolute;
	left: 13px;
	top: 116px;
}
#li_nutri {
	position: absolute;
	left: 128px;
	top: 212px;
}
#li_reha {
	position: absolute;
	left: 50px;
	top: 162px;
}
#li_ana {
	position: absolute;
	left: 270px;
	top: 21px;
}
#li_bio {
	position: absolute;
	left: 193px;
	top: 259px;
}
#li_entre {
	position: absolute;
	left: 348px;
	top: 112px;
}
#li_psico {
	position: absolute;
	left: 284px;
	top: 69px;
}
#li_ciru {
	position: absolute;
	left: 43px;
	top: 147px;
}
#li_orto {
	position: absolute;
	left: 299px;
	top: 91px;
}
#div_diagrama a {
	font-size: 16px;
	color: #7A8315;
	font-weight: bold;
	text-decoration: none;
	font-style: italic;
}
#div_diagrama a:hover {
	color: #333333;
	font-size: 18px;
/*	text-decoration: underline;*/
}
#servicios_h2 {
	background-image: url(../images/servicios_h2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	left: 35px;
	top: 20px;
	text-indent: -9999px;
}
#div_diagrama p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	position: absolute;
	left: 8px;
	top: 52px;
	color: #5B5D16;
	width: 200px;
}

#div_diagrama ul {
	list-style-type: none;
}

#div_right3 h3 {
	text-indent: 0px;
}
#div_right3 p {
	margin: 5px 0px;
}

#lcontent_citas {
	background-image: url(../images/red_back.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#lcontent_workshops {
	background-image: url(../images/orange_back.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#lcontent_bulletin {
	background-image: url(../images/green_back.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

.div_in_lcontent {
	margin: 8px 0px;
	border-bottom: solid 1px #CC6600;
	padding:6px 10px;
}
.div_in_rcontent {
	margin: 5px 0px;
	border-bottom: solid 1px #CC6600;
	padding:6px 4px;
}

.div_in_rcontent li {
	list-style-position: inside;
	list-style-image: url(../images/main_bullet.jpg);
	list-style-type: disc;
	margin: 8px 6px;
}

#lcontent_workshops img {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
}

/* Styles for teleprompter */
#div_news h3 {
	text-indent: 0px;
	padding: 9px 0px 12px 22px;
	color: #666666;
	background: url(../images/news_title_back.jpg) no-repeat center top;
}

#div_news {
	position: relative;		/* Position must be set to relative so #div_tp_container's coordinates will be relative to */
	height: 160px;			/* this container */
}

#div_tp_container {
	position: absolute;		/* If position:relative, #container will not be counted as an offsetParent in IE */
	/*	background-color: #FCCD95;*/
	top: 35px;
	left: 17px;
	width: 146px;
	height: 120px;
	border-right: solid 1px #CCCCCC;
	border-bottom: solid 1px #CCCCCC;
	border-left: solid 1px #CCCCCC;
	overflow: hidden;
	background-image: url(../images/news_back.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#div_tp_content {
	position: absolute;		/* Position must be absolute; otherwise, it will not be possible to reposition the div */
	width: 100%;
}
