BODY
{
	BACKGROUND-COLOR: #FFF
}
.contenido a
{
	font-family: Arial;
	font-size: 12px;
	color: #254976;
	text-decoration: none;
	font-weight: bold;
}
.contenido a:hover {
      text-decoration:none;
      color:red;
}
h1 {
	font-family: Arial;
	font-size: 30px;
	color: #F00;
	font-weight: bold;
	vertical-align: middle;
}
P{
	COLOR: #000000;
	FONT-FAMILY: Arial;
	FONT-SIZE: 12px;
	line-height:15px;
}
h2 {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background-color: #254976;
}
h3 {
	font-family: Arial;
	font-size: 20px;
	font-weight: bold;
	color: #F00;
}
h4 {
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	background-color: #254976;
}
h5 {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #254976;
}
#layer1 {
	position: absolute;
	visibility: hidden;
	width: 350px;
	height: 500px;
	left: 400px;
	top: 300px;
	background-color: #ccc;
	border: 1px solid #000;
	padding: 1px;
}
#layer2 {
	position: absolute;
	visibility: hidden;
	width: 400px;
	height: 300px;
	left: 450px;
	top: 350px;
	background-color: #ccc;
	border: 1px solid #000;
	padding: 1px;
}
#layer3 {
	position: absolute;
	visibility: hidden;
	width: 400px;
	height: 300px;
	left: 450px;
	top: 350px;
	background-color: #ccc;
	border: 1px solid #000;
	padding: 1px;
}
#close {
	float: right;
}
#backgroundPopup{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:100%;
width:100%;
top:0;
left:0;
background:#000000;
border:1px solid #cecece;
z-index:1;
}
#popupContact{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:275px;
width:650px;
background:#FFFFFF;
border:2px solid #cecece;
z-index:30;
padding:12px;
font-size:13px;
}
#popupContactClose{
font-size:14px;
line-height:14px;
right:6px;
top:4px;
position:absolute;
color:#FF0000;
font-weight:700;
display:block;
}
