/* CSS Document */

html {
	background: #0768b2;
	background-image: url(../images/fondofcal.jpg);
}

body {
   text-align: center;
   margin: 0 auto;
	padding: 0px;
	font-family: Calibri, Arial, Helvetica, Sans Serif;
	font-size: 12px;
}


.gris {
	background: #ffffff;
	background-image: url(../images/fondofcal.jpg);
}
.clr {
	clear: both;
}

.outline {
   margin: 0px;
   background: #0768b2;
}

/*menu lateral*/
#col2 td{
   display: block;
   height: 40px;
}

a.mainlevel-nav:link, a.mainlevel-nav:visited{
  	color: #ffffff;
	font-size: 13px;
   font-style: bold;
}

a.mainlevel-nav:hover{
   color: #77ccef;
   font-size: 13px;
   font-style: bold;
}

#header {
	width: 900px;
	height: 100px;
   margin: 0 auto;
   background: #E54521;
	color: #ffffff;
	font-size: 22px;
	font-weight: bold;
   text-align: left;
   padding-top: 5px;
   background-image: url(../images/logo_header.png);
   background-repeat: no-repeat;
   background-position: left center;
}

#header p{
   margin-left: 175px;
   margin-top: 10px;
}

#imagen {
   margin: 0 auto;
	width: 900px;
	height: 200px;
	background: #0768b2;
}

#menu_h {
	width: 900px;
	height: 40px;
   margin: 0 auto;
	background: #0768b2;
   text-align: left;
}

#menu_h td{
   padding: 2px;
}

#content{
  text-align: left;
  padding: 0;
  padding-top: 2px;
  margin: 0 auto;
  width: 900px;
  background: #0768b2;
}

#pathway {
   overflow: hidden;
	display: block;
   float: right;
	height: 20px;
   width: 724px;
	line-height: 25px !important;
	line-height: 22px;
	padding-left: 4px;
	border: 1px solid #ACA9AA;
	margin-bottom: 2px;
}

#pathway img {
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 6px;
}

#pathway a:link, a:visited {
   color: #ffffff;
}
#pathway a:visited {
   color: #ffffff;
}
#pathway a:hover {
	color: #77ccef;
}

#col1{
   float: right;
   width: 718px;
   min-height: 250px;
   padding: 5px;
   background: #e3e0e0;
   border: 1px ridge #ACA9AA;
   font-size: 12px;
}

#col2{
   margin-left: 2px;
   /*margin-top: 50px;*/
   width: 150px;
   float: right;
	/*border: 1px solid #cccccc;*/
   padding: 2px 2px 2px 2px;
   background: #0768b2;
}

#footer {
	clear: both;
   width: 900px;
   height: 25px;
   margin: 0 auto;
   text-align: right;
   text-transform: uppercase;
   font-size: 10px;
   padding-top: 2px;
   padding-bottom: 2px;
   background: #0768b2;
}

table.content_table {
	width: 100%;
	padding: 0px;
	margin: 0px;

}

table.content_table td {
	padding: 0px;
	margin: 0px;
}


#banner_inner {
	float: left;
	padding: 0px;
	height: 70px;
}

#right_outer {
	margin-left: 2px;
	width: 165px;
}

#right_inner {
  float: none !important;
  float: left;
  border: 1px solid #cccccc;
  padding: 2px;
  background: #0768b2;
}


.user1_inner {
	border: 1px solid #cccccc;
   float: none !important;
   float: left;
	margin: 0px;
	padding: 2px;
}

.user2_inner {
	border: 1px solid #cccccc;
   float: none !important;
   float: left;
	margin: 0px;
	padding: 2px;
	background: #0768b2;
}

table td.body_outer {
	padding: 2px;
	border: 0px;
}

.maintitle {
	color: #ffffff;
	font-size: 40px;
	padding-left: 15px;
	padding-top: 20px;
}

.error {
  font-style: italic;
  text-transform: uppercase;
  padding: 5px;
  color: #cccccc;
  font-size: 14px;
  font-weight: bold;
}

/** old stuff **/

.back_button {
  float: left;
  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;
}

.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;
}

.pagenavbar {
	margin-right: 10px;
	float: right;
}

ul{
   margin: 0;
   padding: 0;
   list-style: none;
}

li{
   line-height: 15px;
   padding-left: 15px;
   padding-top: 0px;
   background-image: url(../images/arrow.png);
   background-repeat: no-repeat;
   background-position: 0px 2px;
}


td {
	text-align: left;
	font-size: 11px;
}



/* Joomla core stuff */
a:link, a:visited {
	color: #0768b2;
   text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #0768b2;
   text-decoration: none;
	font-weight: bold;
}

a img{
   border: 0px;
}
table.contentpaneopen {
   width: 100%;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
}

table.contentpaneopen td {
   padding-right: 5px;
   font-size: 12px;
}

table.contentpaneopen td.contentheading{
    font-size: 14px;
}

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;
}

.button {
  color: #4f4f41;
  font-family: Arial, Hevlvetica, sans-serif;
  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 5px;
  line-height: 18px !important;
  line-height: 16px;
  height: 26px !important;
  height: 24px;
  margin: 1px;
}

.inputbox {
	padding: 2px;
	border:solid 1px #cccccc;
	background-color: #ffffff;
}

.componentheading {
	background: url(../images/subhead_bg.png) repeat-x;
	color: #4f4f41;
	text-align: left;
	padding-top: 4px;
	padding-left: 4px;
	height: 21px;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
}

.contentcolumn {
	padding-right: 5px;
}

.contentheading {
	height: 30px;
	color: #4f4f41;
	font-weight: bold;
	font-size: 16px;
	white-space: nowrap;
}

.contentpagetitle {
	font-size: 17px;
	font-weight: bold;
	color: #4f4f41;
	text-align:left;
}

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/subhead_bg.png) repeat-x;
	color: #4f4f41;
	text-align: left;
	padding-left: 4px;
	height: 21px;
	line-height: 21px;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	margin: 0 0 2px 0;
}

table.moduletable td {
	font-size: 13px;
	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 #4f4f41;
  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: #4f4f41;
	text-align: left;
	padding-top: 2px;
	padding-left: 4px;
	height: 21px;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
}

a.mainlevel1:link, a.mainlevel1:visited, a.mainlevel2:link, a.mainlevel2:visited {
	display: block;
   font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
   border: 1px solid #ffffff;
	height: 30px !important;
   height: 32px;
	width: 82px;
}

a.mainlevel1:hover {
	text-decoration: none;
	color: #77ccef;   
}

a.mainlevel1#active_menu {
	color:#1121f2;
	font-weight: bold;
}

a.mainlevel1#active_menu:hover {
	color: #1121f2;
}



a.mainlevel2:hover {
	text-decoration: none;
	color: #77ccef;
}

a.mainlevel2#active_menu {
	color:#1121f2;
	font-weight: bold;
}

a.mainlevel2#active_menu:hover {
	color: #1121f2;
}

a.sublevel:link, a.sublevel:visited {
	padding-left: 1px;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-align: left;
}

a.sublevel:hover {
	color: #77ccef;
	text-decoration: none;
}

a.sublevel#active_menu {
	color: #333;
}

.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;
}