body {
              margin-left: 0px;
              margin-top: 0px;
              margin-right: 0px;
              margin-bottom: 0px;
              background-color: #D9AD57;
              text-align: center;
              font: 80%  Verdana, Geneva, Arial, Helvetica, sans-serif;
              overflow:hidden; 
              }
#contenedor {
              width: 800px;
              height: 600px;
              margin-top: 0px;
              margin-right: auto;
              margin-bottom: 0px;
              margin-left: auto;
              background-color: #D9AD57;
              text-align: left;
              position: relative;
              font: 90%  Verdana, Geneva, Arial, Helvetica, sans-serif;
              }
#superior {
              width: 650px;
              height: 94px;
              margin-top: 0px;
              margin-left: 150px;
              padding-top: 0px;
              background-color: #ffcc66;
              position: absolute;
              }
#contiene {
              width: 650px;
              height: 478px;
              margin-top: 104px;
              margin-left: 150px;
              background-color: #FFE0A3;
              position: absolute;
              }
#contienepag{
              width: 650px;
              height: 478px;
              margin-left: 0px;
              margin-top: 0px;
              margin-right: 0px;
              margin-bottom: 0px;
              padding-top: 2px;
              padding-left: 5px; 
              background-color: #FFE0A3;
              color: #574622;
              text-align: left;
              font: 80%  Verdana, Geneva, Arial, Helvetica, sans-serif;
              overflow:hidden;
              }
#contienepagxl{
              width: 644px;
              height: 476px;
              margin-left: 0px;
              margin-top: 0px;
              padding-top: 2px;
              padding-left: 5px; 
              background-color: #FFE0A3;
              color: #574622;
              text-align: left;
              font: 80%  Verdana, Geneva, Arial, Helvetica, sans-serif;
              overflow: auto;
              }
#anclas   {
              width: 130px;
              height: 40px;
              margin-top: 5px;
              margin-left: 5px;
              position: absolute;
              }
#tit      { 
              font-size: 18px; 
              text-align: left;
              text-decoration: underline 
              }
#tit2     { 
              font-size: 14px; 
              text-align: left;
              text-decoration: underline 
              }
td        { 
              font-size: 11px;
              font-style: normal
              }

TD.semco { background: url(imagenes/semco.gif) no-repeat; background-position: center; background-color: #ffcc66 } 

a { color: #7A6E53; text-decoration: none }
a:hover { color: #000000; text-decoration: none } 
a.portada{ color: #ffd700; font-size: 11px; text-decoration: none }

.fondo  { background-color: #ffcc66; vertical-align: middle }
.fondo2 { background-color: #ffdf9c; vertical-align: middle }

.tit2    { color: #8c1717; font-family: serif; font-size: 30px; text-decoration: none }
.titulo { color: #000066; font-size: 10px; text-decoration: none }
.linea  { color: #000066; font-size: 11px; text-decoration: none }
.firma  { color: #8C1717; font-size: 9px; text-decoration: none }
.recom  {  font-size: 9px; text-decoration: none; text-align: rigth }
.align  { text-align: justify }




/*MENU vertical */
#menuv {
        margin-left: 0PX;
        position: absolute;
        background: #FFB829;
        border: 1px solid #FFB829;
        font: 90% Verdana, Geneva, Arial, Helvetica, sans-serif;
       }

#menuv ul, li {
        list-style-type: none;
       }
#menuv ul {
        margin: 0;
        padding: 0;
       }
#menuv a {
        text-decoration: none;
        color: #7A6E53;
        background: #ffcc66;
        display: block;
        padding: 2px 6px;
        width: 130px;
       }
#menuv a:hover {
        background: #FFB829;            
       }


/* Credits: Dynamic Drive CSS Library      */
/* URL: http://www.dynamicdrive.com/style/ */
.gallerycontainer{
           height: 440px;
           position: relative;
           /*Add a height attribute and set to largest image's height to prevent overlaying*/
       }
.thumbnail img{
           border: 1px solid white;
           margin: 0 0px 5px 0;
       }
.thumbnail:hover{
           background-color: transparent;
       }
.thumbnail:hover img{
           border: 1px solid black;
       }
.thumbnail span{ /*CSS for enlarged image*/
           position: absolute;
           background-color: #E7DECB;
           padding: 0px;
           left: -1000px;
           border: 0px dashed gray;
           visibility: hidden;
           color: black;
           text-decoration: none;
       }
.thumbnail span img{ /*CSS for enlarged image*/
           border-width: 0;
           padding: 0px;
       }
.thumbnail:hover span{ /*CSS for enlarged image*/
           visibility: visible;
           top: 65px;
           left: 90px; /*position where enlarged image should offset horizontally */
           z-index: 50;
       }
       
         
        
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
#modernbricksmenu{
	padding: 0;
	width: 80%;
	background: transparent;
	voice-family: "\"}\"";
	voice-family: inherit;
	}
#modernbricksmenu ul{
	font: bold 11px Arial;
	margin:0;
	margin-left: 0px; /*margin between first menu item and left browser edge*/
	padding: 0;
	list-style: none;
	}
#modernbricksmenu li{
	display: inline;
	margin: 0 2px 0 0;
	padding: 0;
	text-transform:uppercase;
	}
#modernbricksmenu a{
	float: left;
	display: block;
	color: #604C3E;
	margin: 0 1px 0 0; /*Margin between each menu item*/
	padding: 5px 10px;
	text-decoration: none;
	letter-spacing: 1px;
	background-color: #DFCCB3; /*Default menu color*/
	border-bottom: 1px solid white;
	}
#modernbricksmenu a:hover{
	background-color: #D6BE9E; /*Menu hover bgcolor*/
	}
#modernbricksmenu #current a{ /*currently selected tab*/
	background-color: #E7DECB; /*Brown color theme*/ 
	border-color: #E7DECB; /*Brown color theme*/ 
	}
#modernbricksmenuline{
	clear: both;
	padding: 0;
	width: 100%;
	height: 5px;
	line-height: 5px;
	background: #E7DECB; /*Brown color theme*/ 
	}


