@charset "utf-8";
body  {
	font: 100% "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #CCCCCC;
	margin: 0;
	padding: 0;
	text-align: center; 
	color: #000000;
}

p {
	font-size:13px;
	color:#333333;
	text-indent:30px;
	padding-left:15px;
}
p.form {
	font:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	padding:0px;
	text-indent:0px;
}
h1{
	font:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#006666;
	text-indent: 0px;
	padding-left: 0px;
}
h2{
	font:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#006666;
	text-indent: 0px;
	padding-left: 0px;
}
td{
	font-size:13px;
	color:#333333;
	text-indent:10px;
	padding-left:5px;
}

.menu-top{
	width:100%;
	height:30px;
	background:url(../img/background-menu.jpg) repeat-x;
	
}

.menu-topLinks{
	width:316px;
	height:30px;
	z-index:102;
	top:0px;
	position:relative;
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: normal;
	color: #FFF;
	clear: both;
	float: none;
	margin: 0;
	vertical-align: middle;
	padding: 0px;
}
.logo{
	width:275px;
	height:155px;
	margin: 0 auto;
	background-image:url(../img/logo2.jpg);
	background-repeat:no-repeat;
	z-index:101;
	float: left;
	position:absolute;
	top: 0px;
}
.twoColFixLtHdr #container { 
	width: 800px; 
	height:100%;
	background: #FFFFFF;
	background-image:url(../img/backgroundmain.jpg);
	background-repeat:repeat-x;
	background-position:top left;
	margin: 0 auto;
	padding:0;
	text-align: left; 
} 
.twoColFixLtHdr #header {
	height:125px;
	margin: 0;
	background-image: url(../img/background-header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	z-index: 100;
	
} 

.twoColFixLtHdr #sidebar1 {	
	margin-top:0px;
	margin-right:5px;
	float: right;
	width: 266px;
	padding:1px;
	clear:both;
}

.twoColFixLtHdr #mainContent {
	margin-top:5px;
	margin-right:270px;
	padding-left:30px;
	padding-right: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	background-image:url(../img/lado.jpg);
	background-repeat: repeat-y;
	background-position:center right;
	top: auto;
	right: auto;
	bottom: auto;
} 

.twoColFixLtHdr #footer {
	text-align:center;
	font-size:6px;
	margin: 0 auto;
	background-image:url(../img/footer.jpg);
	background-repeat:no-repeat;
	background-position:center;
	height:35px;
} 

.small{	color:#333;	font-size:9px;}
a { text-decoration: none; color: #FFF; }
a:hover { text-decoration: none; color: #CCC; }

a.lrap { text-decoration: none; color: #333; }
a.lrap:hover { text-decoration: underline ; color: #999; }

table.menu {}

table.menu th {
	background: url() no-repeat;
	background-position: center;
}

table.menu th.a:hover{background: url(../img/bt-click.jpg) no-repeat; position:relative;}

table.menu th.on{background: url(../img/bt-click.jpg) no-repeat; background-position: center;}

/*GALERIA DE FOTOS*/

.gallerycontainer{
	position: relative;
	height: 70px;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid #066;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid #033;
}

.thumbnail span{ /*CSS for enlarged image*/
width: 510px;
height: 390px;
margin: 0px auto;
position: absolute;
top: 50px;
bottom: 50px;
background-color: white;
padding: 5px;
/*left: -1000px;*/
border: 1px dotted #033;
visibility: hidden;
color:#033;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
width:500px;
height:370px;
margin: 0px auto;
/*border-width: 0px;*/
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0px;
top:-410px;
left:70px; /*position where enlarged image should offset horizontally */
margin: 0px auto;
z-index: 50;
}
