/* CSS Document */

body {
	margin: 0px;
	height: 100%;
	padding: 0px;
	font-family: verdana, Arial, Helvetica, Sans Serif;
	line-height: 120%;
	font-size: 12px;
	color: #333333;
	background: url(../images/fondo.gif);
}


/* Joomla core stuff */
a:link, a:visited {
	color: #666600; text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #A4A400;	text-decoration: none;
	font-weight: bold;
}

table.contentpaneopen {
  width: 100%;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
}

table.contentpaneopen td {
   padding-right: 5px;
}

table.contentpaneopen td.componentheading {
	padding-left: 4px;
}



table.contentpane {
  width: 100%;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
}

table.contentpane td {
	margin: 0px;
	padding: 0px;
}

table.contentpane td.componentheading {
	padding-left: 4px;
}

table.contentpaneopen fieldset {
	border: 0px;
	border-bottom: 1px solid #eee;
}



.inputbox {
	padding: 2px;
	border:solid 1px #cccccc;
	background-color: #ffffff;
}

.componentheading {

	color: #666666;
	text-align: left;

	font-weight: bold;
	font-size: 16px;

}

.contentcolumn {
	padding-right: 5px;
}

.contentheading {
	height: 60px;
line-height: 130%;
	color: #006699;
	font-weight: lighter;
	font-size: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}



.contentpagetitle {
	font-size: 16px;
	font-weight: bold;
	color: #cccccc;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
}

table.searchinto {
	width: 100%;
}

table.searchintro td {
	font-weight: bold;
}

table.moduletable {
	width: 100%;
	margin-bottom: 5px;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}

div.moduletable {
	padding: 0;
	margin-bottom: 2px;
}

table.moduletable th, div.moduletable h3 {
	background: url(../images/fondo_titulo_menu.jpg) repeat-x;
	color: #FFFFFF;
	text-align: left;
	padding-left: 4px;
	height: 30px;
	line-height: 130%;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	margin: 0 0 2px;
}

table.moduletable td {
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}

table.pollstableborder td {
  padding: 2px;
}

.sectiontableheader {
  font-weight: bold;
  background: #f0f0f0;
  padding: 4px;
}

.sectiontablefooter {

}

.sectiontableentry1 {
	background-color : #ffffff;
}

.sectiontableentry2 {
	background-color : #f9f9f9;
}

.small {
	color: #999999;
	font-size: 11px;
}

.createdate {
	height: 15px;
	padding-bottom: 10px;
	color: #999999;
	font-size: 11px;
}

.modifydate {
	height: 15px;
	padding-top: 10px;
	color: #999999;
	font-size: 11px;
}

table.contenttoc {
  border: 1px solid #cccccc;
  padding: 2px;
  margin-left: 2px;
  margin-bottom: 2px;
}

table.contenttoc td {
  padding: 2px;
}

table.contenttoc th {
  background: url(../images/subhead_bg.png) repeat-x;
  color: #666666;
	text-align: left;
	padding-top: 2px;
	padding-left: 4px;
	height: 21px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
}


.highlight {
	background-color: Yellow;
	color: Blue;
	padding: 0;
}
.code {
	background-color: #ddd;
	border: 1px solid #bbb;
}

form {
/* removes space below form elements */
	margin: 0;
 	padding: 0;
}

div.mosimage {
  border: 1px solid #ccc;
}

.mosimage {
  border: 1px solid #cccccc;
  margin: 5px
}

.mosimage_caption {
  margin-top: 2px;
  background: #efefef;
  padding: 1px 2px;
  color: #666;
  font-size: 10px;
  border-top: 1px solid #cccccc;
}

span.article_seperator {
	display: block;
	height: 1.5em;
}

/*menu superior*/

ul#mainlevel-nav
{
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 0.8em;
}

ul#mainlevel-nav li
{
	background-image: none;
	padding-left: 0px;
	padding-right: 0px;
	float: right;
	margin: 0;
	font-size: 11px;
	line-height: 21px;
	white-space: nowrap;
	border-left: 1px solid #cccccc;
}

ul#mainlevel-nav li a
{
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	text-decoration: none;
	color: #333333;
	background: transparent;
}

#buttons>ul#mainlevel-nav li a { width: auto; }

	ul#mainlevel-nav li a:hover
{
	color: #015C89;
	background: #F4FDFF;
}
.pie{
	color: #FFFFFF;
	font-size: 11px;
}
a.pie{
	color: #99CCFF;
}
a.pie:hover{
	color: #D7EBFF;
}
#pathway_text {
	overflow: hidden;
	display: block;
	height: 25px;
	line-height: 25px !important;
	line-height: 22px;
	padding-left: 4px;
	border: 1px none #ccc;
	margin-bottom: 2px;
	font-size: 10px;
}

#pathway_text img {
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 6px;
}
p {
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 130%;
	color: #333333;
}
a.readon, {
	font-size: 10px;
}
.back_button {
	float: center;
  text-align: center;
  font-size: 11px;
  font-weight: bold;

  width: 50px;

  padding: 0px 10px;
  line-height: 20px;
  margin: 1px;
}



.pagenav {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	border: 3px double #cccccc;
	width: auto;
	background: url(../images/button_bg.png) repeat-x;
	padding: 0px 10px;
	line-height: 20px;
	margin: 1px;
	color: #333333;
}
td {
	text-align: left;
	font-size: 11px;
}
/*menus*/
/*menu pacientes*/
a.mainlevel-pac:link, a.mainlevel-pac:visited {
	display: block;
	background: url(../images/menu_bg.png) no-repeat;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #666600;
	text-align: left;
	padding-top: 5px;
	padding-left: 18px;
	height: 20px !important;
	height: 25px;
	width: 100%;
	text-decoration: none;
}

a.mainlevel-pac:hover {
	background-position: 0px -25px;
	text-decoration: none;
	color: #666600;
}

a.mainlevel-pac#active_menu {
	color:#000000;
	font-weight: bold;
}

a.mainlevel-pac#active_menu:hover {
	color: #666666;
}

a.sublevel:link, a.sublevel:visited {
	padding-left: 1px;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #c64934;
	text-align: left;
}

a.sublevel:hover {
	color: #900;
	text-decoration: none;
}

a.sublevel#active_menu {
	color: #333;
}
/* menu hospital */
a.mainlevel-hos:link, a.mainlevel-hos:visited {
	display: block;
	background: url(../images/menu_bg_hos.png) no-repeat;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #666600;
	text-align: left;
	padding-top: 5px;
	padding-left: 18px;
	height: 20px !important;
	height: 25px;
	width: 100%;
	text-decoration: none;
}

a.mainlevel-hos:hover {
	background-position: 0px -25px;
	text-decoration: none;
	color: #666600;
}

a.mainlevel-hos#active_menu {
	color:#000000;
	font-weight: bold;
}

a.mainlevel-hos#active_menu:hover {
	color: #666666;
	text-transform: capitalize;
}

a.sublevel-hos:link, a.sublevel-hos:visited {
	display: block;
	background: url(../images/menu_bg_hos_sub.png) no-repeat;
	vertical-align: middle;
	font-size: 11px;
	font-weight: normal;
	color: #663333;
	text-align: left;
	padding-top: 5px;
	padding-left: 30px;
	height: 20px !important;
	height: 25px;
	width: 100%;
	text-decoration: none;
	font-style: italic;
}

a.sublevel-hos:hover {
	background-position: 0px -25px;
	text-decoration: none;
	color: #950000;
}

a.sublevel-hos#active_menu {
	color: #993300;
	font-weight: bold;
}

/* menu servicios */
a.mainlevel-ser:link, a.mainlevel-ser:visited {
	display: block;
	background: url(../images/menu_bg_ser.png) no-repeat;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #666600;
	text-align: left;
	padding-top: 5px;
	padding-left: 18px;
	height: 20px !important;
	height: 25px;
	width: 100%;
	text-decoration: none;
}

a.mainlevel-ser:hover {
	background-position: 0px -25px;
	text-decoration: none;
	color: #666600;
}

a.mainlevel-ser#active_menu {
	color:#000000;
	font-weight: bold;
}

a.mainlevel-ser#active_menu:hover {
	color: #666666;
	text-transform: capitalize;
}

a.sublevel-ser:link, a.sublevel-ser:visited {
	display: block;
	background: url(../images/menu_bg_ser_sub.png) no-repeat;
	vertical-align: middle;
	font-size: 11px;
	font-weight: normal;
	color: #663333;
	text-align: left;
	padding-top: 5px;
	padding-left: 30px;
	height: 20px !important;
	height: 25px;
	width: 100%;
	text-decoration: none;
	font-style: italic;
}

a.sublevel-ser:hover {
	background-position: 0px -25px;
	text-decoration: none;
	color: #950000;
}

a.sublevel-ser#active_menu {
	color: #993300;
	font-weight: bold;
}
/* menu profesores */
a.mainlevel-pro:link, a.mainlevel-pro:visited {
	display: block;
	background: url(../images/menu_bg_pro.png) no-repeat;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #666600;
	text-align: left;
	padding-top: 5px;
	padding-left: 18px;
	height: 20px !important;
	height: 25px;
	width: 100%;
	text-decoration: none;
}

a.mainlevel-pro:hover {
	background-position: 0px -25px;
	text-decoration: none;
	color: #666600;
}

a.mainlevel-pro#active_menu {
	color:#000000;
	font-weight: bold;
}

a.mainlevel-pro#active_menu:hover {
	color: #666666;
	text-transform: capitalize;
}

a.sublevel-pro:link, a.sublevel-pro:visited {
	display: block;
	background: url(../images/menu_bg_pro_sub.png) no-repeat;
	vertical-align: middle;
	font-size: 11px;
	font-weight: normal;
	color: #663333;
	text-align: left;
	padding-top: 5px;
	padding-left: 30px;
	height: 20px !important;
	height: 25px;
	width: 100%;
	text-decoration: none;
	font-style: italic;
}

a.sublevel-pro:hover {
	background-position: 0px -25px;
	text-decoration: none;
	color: #950000;
}

a.sublevel-pro#active_menu {
	color: #993300;
	font-weight: bold;
}
/* menu contratistas */
a.mainlevel-con:link, a.mainlevel-con:visited {
	display: block;
	background: url(../images/menu_bg_con.png) no-repeat;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #666600;
	text-align: left;
	padding-top: 5px;
	padding-left: 18px;
	height: 20px !important;
	height: 25px;
	width: 100%;
	text-decoration: none;
}

a.mainlevel-con:hover {
	background-position: 0px -25px;
	text-decoration: none;
	color: #666600;
}

a.mainlevel-con#active_menu {
	color:#000000;
	font-weight: bold;
}

a.mainlevel-con#active_menu:hover {
	color: #666666;
	text-transform: capitalize;
}

a.sublevel-con:link, a.sublevel-con:visited {
	display: block;
	background: url(../images/menu_bg_con_con.png) no-repeat;
	vertical-align: middle;
	font-size: 11px;
	font-weight: normal;
	color: #663333;
	text-align: left;
	padding-top: 5px;
	padding-left: 30px;
	height: 20px !important;
	height: 25px;
	width: 100%;
	text-decoration: none;
	font-style: italic;
}

a.sublevel-con:hover {
	background-position: 0px -25px;
	text-decoration: none;
	color: #950000;
}

a.sublevel-con#active_menu {
	color: #993300;
	font-weight: bold;
}