@charset "UTF-8";
/* CSS Document */


@charset "UTF-8";
/* CSS Document */

html,body{
	height:100%;
	margin:0;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background:#3c1603 url(images/bg.jpg) repeat-x;
}
* html .container {
	height: 100%;
	z-index:1;
}

#container{
	width:800px;
	height:auto;
	margin:0px auto;
}
#ltlUpBar{
width:800px;
height:62px;
background-image:url(images/barUp.jpg);}
#content{
width:800px;

background:#ebddd0;
}
.linksleft {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #633B22;
	text-decoration: none;
	font-size: 12px;
	margin-left: 5px;
}
a.linksleft:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #633B22;
	text-decoration: underline;
	font-size: 12px;
	margin-left: 5px;
}
.td1 {
	background:url(images/bienvenidaBg_09.jpg) no-repeat ;
}
.tdsMenu {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #49230E;
}
#bottom{
width:800px;
height:62px;
background-color:#38200a;
}
h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
}
h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #926A47;
	text-decoration: none;
}
p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #715236;
	font-size: 12px;
	text-align: justify;
	margin-right: 5px;
}

.hometxt {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #BF8A5B;
	font-size: 14px;
	text-align: justify;
	margin-right: 5px;
}
.menuTd {
	background-image: url(images/menubg.jpg);
	background-repeat: no-repeat;
}
.linksUp {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
}
a.linksUp:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-decoration: underline;
}


<style type="text/css">

.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1?px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 0px solid blue;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: blue;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:18px;
text-decoration:none;
}


.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;

left: auto; /*position where enlarged image should offset horizontally */
z-index: 50;
}

</style>
