body {
	margin: 0px;
	padding: 0px;
	background: url(../imagenes/menu.gif) repeat-x;
	
}
img {border: none;}
a {outline: none; border: none; cursor: pointer;}

.bg {
	background-image: url(../imagenes/bg.jpg);
	background-position: center 0px;
	background-repeat: no-repeat;
	height: 1024px;
}


#popupContactClose a{
cursor: pointer;
text-decoration:none;
}
br.both{
clear:both;
}

div.claim {text-align: center; color: #AB0513; background-color: #fff;}
#backgroundPopup{

display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:100%;
width:100%;
top:0;
left:0;
background:#000000;

z-index:1;
}
#popupContact{
font-family:arial,sans-serif;
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:auto;
width:510px;
background:transparent;
/* border:2px solid #cecece; */
z-index:2;
padding:0px;
font-size:13px;
}


#popupContactClose {
cursor: pointer;
font-size:22px;
line-height:22px;
right:6px;
top:4px;
position:absolute;
color:#AB0513;
font-weight:700;
display:block;
}

