html
{
  overflow: auto;
}

body
{
  background: #74568a;
  margin: 10px auto;
  padding: 0;
  line-height: 150%;
  text-align: center;
}

*
{
  font-size: 9pt;
  font-family:  Tahoma, Verdana, sans-serif;
  color: #662d91;
  text-align: left;
}

.list
{
  margin: 5px;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}




/* === Containers === */



#first_container
{
  display: table;
  position: absolute;
  overflow: hidden; 
  width:842px;
  top: 50%;
  left: 50%;
  margin-top: -290px;   /* height/2  */
  margin-left: -421px;  /* width/2  */
}

/*
#second_container
{
  position: absolute; 
  top: 50%;
  vertical-align: middle;
  width: 100%;
  
}

#third_container
{
  position: relative;
  top: -290px;
  width: 901px;
}

  */

/* === Menu === */



#menu
{
  height: 32px;
  padding-right: 30px;
  margin: 0;
  list-style: none;
}

#menu li
{
  float: right;
  display: block;
  width: 112px;
  height: 35px;
}

#menu a
{
  display: block;
  width: 112px;
  height: 35px;
  background-color: inherit;
  text-decoration: none;
  line-height: 35px;
  text-align: center;
  background-image: url('images/taba2.png');
  color: #572D0D;
  padding-top:0px;
}

#menu a:link, #menu a:visited
{
  color: #74568a;
  font-weight:bold;
  background-color: transparent;
}

#menu a:hover, #menu a:active
{
  background-image: url('images/taba.png');
  color: #74568a;
  font-weight:bold;
}

#menu .ppal
{
  display: block;
  width: 112px;  height: 35px;
  background-image: url('images/taba.png');
  text-decoration: none;
  line-height: 35px;
  color: #74568a;
  font-weight:bold;
  text-align: center;
  padding-top:1px;
}

#menuselected
{
  display: block;
  width: 112px;  height: 35px;
  background-image: url('images/taba.png');
  text-decoration: none;
  line-height: 35px;
  color: #74568a;
  font-weight:bold;
  text-align: center;
}

#menu span
{
    padding-top:1px;
}



#submenu
{
  float: left;
  height: 35px;
  width: 470px;
  padding-left: 25px;
  margin: 0;
  list-style: none;   

}

#submenu li
{
  float: left;
  display: block;
  width: 112px;  height: 35px;
}

#submenu a
{
  display: block;
  width: 112px;  height: 35px;
  background-color: inherit;
  text-decoration: none;
  line-height: 25px;
  text-align: center;
  background-image: url('images/tabb2.png');
  color: #74568a;
  font-weight:bold;
}

#submenu a:link, #submenu a:visited
{
  color: #74568a;
  font-weight:bold;
  background-color: transparent;
}

#submenu a:hover, #submenu a:active
{
  background-image: url('images/tabb.png');
  color: #74568a;
  font-weight:bold;
}

#submenu .ppal
{
  display: block;
  width: 112px;  height: 35px;
  background-image: url('images/tabb.png');
  text-decoration: none;
  line-height: 25px;
  color: #74568a;
  font-weight:bold;
  text-align: center;
  padding-top:0px;
}

#submenuselected
{
  display: block;
  width: 112px;  height: 35px;
  background-image: url('images/tabb.png');
  text-decoration: none;
  line-height: 25px;
  color: #74568a;
  font-weight:bold;
  text-align: center;
}


#submenu2
{
  float: left;
  height: 35px;
  width: 130px;
  padding-left: 25px;
  margin: 0;
  list-style: none;

}

#submenu2 li
{
  float: right;
  display: block;
  width: 112px;  height: 35px;
}

#submenu2 a
{
  display: block;
  width: 112px;  height: 35px;
  background-color: inherit;
  text-decoration: none;
  line-height: 25px;
  text-align: center;
  background-image: url('images/tabb2.png');
  color: #74568a;
  font-weight:bold;
}

#submenu2 a:link, #submenu2 a:visited
{
  color: #74568a;
  font-weight:bold;
  background-color: transparent;
}

#submenu2 a:hover, #submenu2 a:active
{
  background-image: url('images/tabb.png');
  color: #74568a;
  font-weight:bold;
}


#submenu2selected
{
  display: block;
  width: 112px;  height: 35px;
  background-image: url('images/tabb.png');
  text-decoration: none;
  line-height: 25px;
  color: #74568a;
  font-weight:bold;
  text-align: center;
}




/* === Other Divs === */
 


.border
{
  background-color: transparent;
  height:512px;
  padding-left: 202px;
  background-image: url('images/back2.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  text-align: left;
  margin:0px;
}

.title
{
  position: absolute;
  margin-left: 15px;
  margin-top: 20px;
  width: 100px;
  height: 435px;
}

.content
{
  height: 415px;
  overflow: auto;
  width:580px;
}

.designinfo
{
  margin-top: 5px;
  margin-right:30px;
  text-align: right;
  color: #abaca7;
  background-color: inherit;
  float:left;
}

.designinfo a
{
  margin-top: 5px;
  margin-right:30px;
  text-align: right;
  color: #abaca7;
  background-color: inherit;
  text-decoration:none;
}

.designinfo p
{
    float:right;
    margin-left:0px;
}


/* === Inline Text Styles === */


i
{
   font-size:105%;
}


h1
{
  margin: 4px 0px 15px -2px;
  padding: 12px 10px 12px 9px;
  font-size: 16px;
  color: #662d91;
  background-color: transparent;
  border-left: 5px solid #662d91;
}

.details
{
  display: none;
  font-size: 9px;
  color: #6E7468;
}

.text
{
  display: block;
  margin: 5px 5px 20px 0px;
}

.text a
{
  color: #666F53;
  text-decoration: none;
  font-weight: bold;
}

.text a:hover, .text a:active
{
  color: #662d91;
}

.text p
{
   text-align:justify;
}

.resaltado{
    border-left: 3px solid #662d91;
    border-top: 1px solid #662d91;
    background-color: #EAEAEA;
    margin-top: 10px;
    padding-left:10px;
    padding-top:3px;
    margin-bottom:-10px;
    padding-bottom:5px;
    display:block;
}

.text li{
    list-style: none;
    border-left: 3px solid #662d91;
    border-top: 1px solid #662d91;
    margin-top: 3px;
    padding-left:10px;
    padding-top:0px;
}

.text ul{
      padding-left:0px;
}

.text ul ul{
        margin-left:20px;
}
.text span:hover{
     color:#74568a;
    /* font-weight:bold;*/
     cursor:pointer;
}

blockquote
{
  margin: 3px 0 3px 0;
  padding: 5px 10px 5px 10px;
}

.note
{
  	display: block;
	margin: 10px 15px 10px 15px;
	color: #555555;
}

.bold
{
  font-weight: bold;
}


#mostrar1, #mostrar2, #mostrar3, #mostrar4, #mostrar5, #mostrar6,
#mostrar7, #mostrar8, #mostrar9, #mostrar10, #mostrar11, #mostrar12, 
#mostrar13, #mostrar14, #mostrar15, #mostrar16, #mostrar17, #mostrar18, 
#mostrar19, #mostrar20, #mostrar21, #mostrar22, #mostrar23, #mostrar24, #mostrar25  {
  position:relative;
  display:none;
}

input, textarea
{
    background-color:transparent;
    border:1px solid #abaca7;
}

.izq{
  float:left;
  padding-right:15px;
}

.dch{
  float:right;
  padding-left:15px;
}

.mapa{
   margin:0;
   padding:0;
   line-height:8pt;
}

.small{
   font-size:80%;
   float:left;
   line-height:80%;
}

.pie{
  color: #abaca7;
  background-color: inherit;
  float:right;
  margin-right:10px;

}

.pie p{
    float:left;
}
