  body {
		padding: 0px;
		/*background: #CACCB4;*/
		font: 11px verdana;
		font-weight: 16px;
	}

	pre {text-indent: 30px}

	#tabmenu
	{
		color: #000;
		/*border-bottom: 1px dotted black;*/
		margin: 0px 0px 0px 0px;
		/*padding: 0px;*/
		z-index: 1;
		padding-left: 0px;
		height: 35px;
	}

	#tabmenu li
	{
		display: inline;
		overflow: hidden;
		list-style-type: none;
		float: left;
		border-top: 1px dotted black;
		border-bottom: 1px dotted black;
		border-left: 1px dotted black;
		height: 30px;
		padding-top: 5px;
		width: 116px;
		text-align: center;
		/*background-color: #FF0000;*/
		/*border: 1px solid;*/
	}

	#tabmenu a
	{
		color: #000000;
		background: #FFFFFF;
		font-family: verdana;
		font-size: 11px;
		font-weight: 16px;
        padding-top: 8px;
        padding-bottom: 11px;
		margin: 0;
		text-decoration: none;
	}

	#tabmenu li.active
	{
		border-bottom: none;
	}

	#tabmenu a:hover
	{
		/*color: #fff;*/
		/*background: #ADC09F;*/
	}

	#tabmenu a:visited
	{
		color: #000000;
	}

	#tabmenu a.active:hover
	{
		/*background: #ABAD85;
		color: #DEDECF;*/
	}

	#content
	{
	  font-family: verdana;
	  font-size :11px;
	  font-weight :16px;
	  text-align: justify;
	  background: #FFFFFF;
	  padding: 10px;
	  cursor: ;
	  border-left: 1px dotted black;
	  border-right: 1px dotted black;
	  border-bottom: 1px dotted black;
	  display: inline-block;
	  width: 680px;
	}

	#content a
	{
		/*text-decoration: none;
		color: #E8E9BE;*/
	}

	#content a:hover
	{
	   /*background: #898B5E;*/
	}

    A:link {text-decoration: none; color: #FFFFFF;}
    A:visited {text-decoration: none; color: #FFFFFF;}
    A:active {text-decoration: none}
    A:hover {color: #000000}

    .options_auditorio A:link {text-decoration: none; color: #FFFFFF}
    .options_auditorio A:visited {text-decoration: none; color: #FFFFFF}
    .options_auditorio A:active {text-decoration: none}
    .options_auditorio A:hover {text-decoration: none; color: #FFFFFF}

    .sitestructure_links A:link {text-decoration: none; color: #000000}
    .sitestructure_links A:visited {text-decoration: none; color: #000000}
    .sitestructure_links A:active {text-decoration: none}
    .sitestructure_links A:hover {text-decoration: none}

  .prop_links {
      height:450px;
      float:right;
      width:1px;
    }

  .prop_home {
      height:464px;
      float:right;
      width:1px;
    }

  .clear {
    clear:both;
    height:1px;
    overflow:hidden;
  }

  .error_loginpage
  {
  	clear: both;
  	margin: 10px 0;
  	padding: 0 10px;
  	background-color: #fff;
  	border: 1px solid red;
  }
  .error_loginpage img
  {
  	float: left;
  	margin: 5px 0;
  }

  .error_loginpage p
  {
  	float: left;
  	color: red;
  	font-size: 11px;
  	font-weight: bold;
  	margin-left: 10px;
  }

#photo_container {
  width: 680px;
  height: 434px;
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
	margin-right: 0px;
	margin-left: 0px;
}

#photo_container .slide {
	position: absolute;
}

#photo_container img {
	margin: 0;
	padding: 0;
	display: block;
}


