body {
  font-family: 'Lucida Sans', 'Arial', 'sans-serif';
  font-size: 12px;
  color: #8A7968;
  letter-spacing: +2px;
  line-height: 1.40em;
  text-align: center;
  padding:0px;
  margin:0px;
  background: white ! important;
  background: white url('imx/back.png');
}


img {
   behavior: none !important;
   behavior: url("pngbehavior.htc");
}


#background {
  position: fixed !important; 
  position: absolute;
  top: 0px;
  left: 0px;
  display:block !important;
  display:none;
}

#container {
  position: relative;
  width: 800px;
  padding: 0px;
  margin: 0px auto;
  text-align: left;
}

#header {
  display: block;
  position: relative;
  width: 670px;
  margin: 0px;
  padding: 0px;
  left: 120px ! important;
}

#body {
  display: block;
  position:relative;
  left: 120px !important;
  width: 630px !important;
  width: 670px;
  min-height: 415px;
  height: auto !important;
  height: 415px;
  min-height: 450px;
  padding: 10px 20px;
  text-align: justify;
}


#leftmenu {
  position: fixed !important;
  position: absolute;
  left: auto !important;
  left: 0px;
  top: 25px;
  width: 120px;
  height: 475px;
  padding: 0px;
  margin: 0px;
  border: 1px solid #8A7968;
}

#logo {
  width:120px;
  height:105px;
  margin: 0px 0px;
  padding: 0px;
  text-align: center;
}


#dest {
  width: 100px;
  height: 80px;
  margin: 0px;
  padding: 0px;
  float: right;
  font-size: 9px;
  letter-spacing: 0px;  
  cursor: pointer;
  text-align: center;
}

#panellogo {
  width: 100%;
  margin: 0px auto;
  padding: 40px 0px;
  text-align: center;
}

#lema {
  position: relative; 
  font-size: 14px;
  font-weight: bold;
  color: #8A7968;
  padding: 0px;
  margin: 10px;
  text-align: center;
}

#lemashadow {
  position:relative;
  top: 3px;
  left:3px;
  font-size: 14px;
  font-weight: bold;
  color: #CCCCCC;
  width: 580px;
  padding: 0px;
  margin: 5px;
  text-align: center;
}

#topmenu {
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  padding: 5px 0px 20px 0px;
}

#topmenu ul {
  margin: 0px auto;
  list-style: none;
}

#topmenu ul li {
  display: inline;
  padding: 3px 10px;
  border: none;
  border-bottom: 1px dotted #9CC;
  cursor: pointer;
}

#topmenu ul li a {
  text-decoration: none;
  color: #9CC;
}

#topmenu ul li a:hover {
  color: #99C;
}


div.menu2 {
  width: 120px;
  padding: 0px;
  margin: 0px;
  margin-top: 20px;
}

.menu2 a {
  position: relative;
  display: block;
  width: 120px;
  height: 50px;
}

.menu2 a img {
  position: absolute;
  width: 100px;
  height: 50px;
  border: 0px;
  left: 0px;
  padding: 0px 0px;
  margin: 5px 10px;
}

.menu2 a img:hover {
  width: 120px;
  height: 60px;
  padding: 0px 0px;
  margin: 0px 0px;
}





.menu {
  cursor: pointer;
}

div.menu:hover a {
  background-color: white;
  color: #333399;
}

a.menu {
  width: 90px;
  display: block;
  text-align: center;
  background-color: #333399;
  color: white;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  letter-spacing: 0;
}


#footer {
  border-top: 2px solid #8A7968;
  width: 720px;
  margin: 10px 40px 0px 40px;
  font-size: 11px;
  color: #8A7968;
  text-align: center;
  clear: both;
}

#languages {
    color: #9CC;
    font-size: 9px;
    text-align: right;
    margin: 0px auto;
    width: 720px;
    clear: both;
}

#languages a {
    color: #9CC;
    text-decoration: none;
}

#languages a:hover {
  color: #99C;
}

ul.listado {
  list-style: none;
  text-indent: 0px;
  padding-left: 0px;
  margin-left: 0px;
}

ul.listado li {
  display: block;
  width: 30%;
  float: left;
  margin: 10px 10px;
  text-align: left;
}

ul.listado li a {
}

ul.listado li:hover a {
  background-color: white;
}

ul.listado a {
  padding: 2px;
  text-decoration: none;
}

select.autor {
  font: inherit;
}


div#carrusel {
  padding: 5px;
  position: absolute;
}

div#carruselhidden {
  padding: 5px;
  display: none;
}

div#carrusel div.imx {
  display: block;
  float: left;
  width: 115px;
  height: 115px;
  border: 1px solid #9CC;
  position: relative;
  margin: 6px 18px;
  padding: 0px;
  text-align: center;
}

div#carrusel div.imx img.imx {
  position: relative;
  padding: 0px;
  border: 3px solid white;
  cursor: pointer;
 }

div#carruselhidden div.imx {
  display: block;
  float: left;
  width: 115px;
  height: 115px;
  position: relative;
  margin: 6px 18px;
  padding: 0px;
}



div#carruselhidden div.imx div.hidden {
  position: absolute;
  left: -25%;
  top: -25%;
  display: none;
  padding: 5px;
  border: #339;
  background-color: white;
  color: #339;
  text-align: center;
  cursor: pointer;
}

div#carruselhidden div.imx div.hidden img {
    border: 3px solid white;
}

/*
div#carruselhidden div.imx:hover div.hidden {
  display: block;
  cursor: pointer;
}
*/

#galeria {
 margin-top: 20px;
 position: relative;
}

div#carrusel2 {
  padding: 1px;
  width: 106px;
  height: 300px;
  overflow: hidden;
  position: relative;
}

#carrusel2down {
  display: block;
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 100px;
  height: 20px;
  cursor: pointer;
}

#carrusel2up {
  display: block;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 100px;
  height: 20px;
}

div#carrusel2in {
    position: absolute;
    top: 0px;
}

div#carrusel2in div.imx {
  display: block;
  position: relative;
  width: 100px;
  margin: 0px;
  padding: 0px;
}

div#carrusel2in div.imx img {
  padding: 0px;
  cursor: pointer;
  position: relative;
  border: 3px solid white; 
}

div#carrusel2f {
  position: absolute;
  right: 0px;
  display: block;
  padding: 0px;
  text-align: center;
  border: 3px solid white; 
}

#carrusel2fi {
  display: block;
  cursor: pointer;
  border: 0px;
}

#fotoslideshow {
  width: 600px;
  height: 400px;
}

#fotoslideshow img {
  border: 3px solid white;
  position: absolute;  
  opacity: 0;
  filter:alpha(opacity=0);
  right: 0px;
}



input {
  border: 1px solid #333399;
  color: #333399;
  background-color: #E8F7F6;
  font: inherit;
}

textarea {
  border: 1px solid #333399;
  color: #333399;
  background-color: #E8F7F6;
  font: inherit;
}

div.data {
  text-align: right;
  font-family: monospace, sans-serif;
  color: #666699;
  font-size: 11px;
  clear: right;
}

div.obra {
  text-align: center;
}

div.obra img {
  border: 5px solid white;
}

table.obra {
  font: inherit;
}

table.obra th {
  font-weight: bold;
  text-align: right;
}

a.link {
  color: #6666CC;
  text-decoration: none;
}

a.link:hover {
  background-color: white;
}

img.noborder {
  border: 0px;
}

img.border {
  border: 5px solid white;
}

.floatright {
  float: right;
}

.floatleft {
  float: left;
}

.margin {
  margin: 10px;
}

.small {
  font-size: 0.80em;
  letter-spacing: 0px;
}

.right {
  text-align: right;
}

.framed {
  margin: 5px;
  border: 2px solid white;
}

.hidden {
  display: none;
}

a.titular {
  text-decoration: none;
  color: #8A7968;
  line-height: 1.30em;
}

a.titular:hover {
  text-decoration: none;
  color: #6666CC;
}



/* beditor styles */

        .be_li {
            text-indent: 50px;
        }

        .be_address {
            font-style: italic;
            text-align: right;
        }

        .be_blockquote {
            
        }

        .be_note {
            border: 1px solid #CCCCCC;
            background-color: #EEEECC;
            padding: 10px;
        }

        .be_important {
            border: 2px solid #DD6666;
            background-color: #FFFFFF;
            color: #993333;
            padding: 10px;
        }

        .be_cite {
        }

        .be_side {
            width: 250px;
            padding: 10px;
            border: 1px solid black;
            text-align: justify;
            float: right;
        }

        .be_img {
            display: block;
            border: 3px solid white;
            cursor: pointer;
        }

        .be_file {
            display: block;
            text-indent: 30px;
            text-decoration: none;
            font-color: #9CC;
            margin: 10px;
        }

        .be_file:hover {
            text-decoration: underline;
        }

        .be_left {
            float: left;
        }

        .be_right {
            float: right;
        }

        .be_alone {
            display: block;
            margin: 20px;
        }

/* headers */


	h1, h2, h3 {
	    font-family: sans-serif;
	    padding: 2px;
	    margin: 30px 1px 1px 1px;
	    font-weight: bold;
	    font-size: 14px;
	}

	h2 {
	    font-size: 12px;
             clear: right;
	}

	h3 {
	    font-size: 10px;
	}

