@charset "utf-8";
/* CSS Document */
body {
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	margin:0px;
	background-image:url(images/background.jpg);
	background-repeat:repeat-x;
	background-color:eeeeed;
}
a {
	text-decoration:underline;
	color:#666;
}
.wrapDiv {
	position:absolute;
	left:50%;
	margin-left: -480px;
	width:960px;
	height:500px;
}
.logo {
	margin-left:30px;
	margin-top:30px;
	width:160px;
	height:36px;
}
.menu {
	float:right;
	margin-right:30px;
	width:530px;
	height:104px;
}
.principal {
	width:900px;
	background-image:url(images/back_frame.gif);
	background-repeat:no-repeat;
	position:absolute;
	left:50%;
	margin-left: -450px;
	top:50%;
	margin-top: -138px;
}
.principal2 {
	width:900px;
	background-color:#FFFFFF;
	position:absolute;
	left:50%;
	margin-left: -450px;
	top:50%;
	margin-top: -138px;
	border-color:#e0e0e0;
	border-width:1px;
	border-style:solid;
	text-align:left;
}
.footer {
	width:900px;
	height:14px;
	padding-top:10px;
	background-image:url(images/line.gif);
	background-repeat:repeat-x;
	background-position:top;
	position:absolute;
	left:50%;
	margin-left: -450px;
	top:50%;
	margin-top: 212px;
	font-size:10px;
	text-align:center;
}
.textoPrecios {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #3399FF;
	width: 780px;
	margin-left: 30px;
	font-weight: bold;
}
h1 a {
	color:#000;
}
h1 a:hover {
	color:#3e699f;
}

