body {
	background-image: url(imagenes/fondo.jpg);
	background-repeat: repeat-x;
}
.Estilo1 {
	color: #FFFFFF;
	font-size: 36px;
}
a{
text-decoration: none;
}
.Estilo4 {
color: #333333; font-weight: bold;text-decoration: none;
}

:hover.Estilo4{
color: #44aa44;
}
.Estilo5 {
	color: #FFFFFF;
	font-weight: bold;
}

td{
	font-size: 14px;
	text-align:justify
}


#popupContact{
display:none;
position:absolute; 
height:234px;
width:408px;
background:#FFFFFF;
border:2px solid #cecece;
z-index:2;
padding:12px;
font-size:13px;

}

#popupContactClose{
font-size:12px;
line-height:14px;
right:6px;
top:4px;
position:absolute;
color:#6fa5fd;
font-weight:700;
display:block;
}

