/* ------------------------------
HTML Redefine Tags
------------------------------ */
body{ 
margin:0; 
padding:0;
background: #f1f1e9 url(../images/bg.gif) repeat-x top;
}
#page-wrap{ 
width:960px;
height:495px;
margin:auto;
padding-top:13px;
border:0px solid #8b0000;
}
#header {
width:950px; 
height:73px;
margin:auto;
border:0px solid #666666;
}
.logo{
width:170px;
border:0px solid #ffffff;
margin:0px 0 0 50px;
} 
.contacto{
float:right;
width:200px;
border:0px solid #ffffff;
margin: -65px 20px 0 0;
} 
h2.tit{
width:384px;
height:46px;
border:0px solid #1e90ff;
margin: 0 0 5px; 0;
} 
#main-sidebar{
width:415px;
height:500px; 
background: transparent;
border:0px solid #666666;
margin:-14px 0 0 5px;
padding:3px 3px 3px 20px;
}
/*.webs{
width:400px;
height:500;
border: 1px solid #dc143c;
margin:0;
padding:5px 3px 0 3px;
}*/
#main-content {	
width:490px;
height:495px;
border:0px solid red;
margin:-502px 5px 0 0;
background: transparent;
float:right;
}
table.gallery{
width:100%;
height:400px;
background:#f1f1e9;
border:0px solid #4169e1;
margin:5px 0 0 0;
border:none;
}
th.banner a:active {
border:0;
}
a {
border:none;	
}        
#footer { 
width:950px;
height:27px;
margin:0; 
border:0px solid #87ceeb;
}
.copy{
width:454px;
height:27px;
margin:0 0 0 490px;
border:0px solid #666666;
}
#apDiv1 {
position:absolute;
left:140px;
top:550px;
width:614px;
height:49px;
z-index:1;
}
/* ---------- gallery styles start here ----------------------- */
.photo {
margin:8px;
position:relative;
width:180px;
height:130px;
float:left;
border:0px solid #87ceeb;
cursor: default;
}
.photo img {
background: #fff;
border: solid 1px #ccc;
padding:4px;
cursor: default;
}
.photo a {
text-decoration: none;
cursor: default;
}
.sample6 span {
width:189px;
height:137px;
display: block;
position: absolute;
top:-5px;
left:-5px;
background: url(../images/cut-corner.png) no-repeat;
cursor: default;
}
/* ---------- tooltips ----------------------- */
.hotspot {cursor:pointer}
#tt {position:absolute; display:block; background:url(../images/tt_left.gif) top left no-repeat;}
#tttop {display:block; height:5px; margin-left:5px; background:url(../images/tt_top.gif) top right no-repeat; overflow:hidden}
#ttcont {
display:block;
padding:2px 12px 3px 7px; 
margin-left:5px; 
background:#263545; 
color:#FFF;
font: 11px/12px Verdana, Geneva, Arial, Helvetica, sans-serif;
text-align: left;
}
#ttbot {display:block; height:5px; margin-left:5px; background:url(../images/tt_bottom.gif) top right no-repeat; overflow:hidden}