html, body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	background-color:#FFFFFF;
	width:100%;
	height:100%;
	margin: 0;
	padding: 0;
}

#cabecera {
	background-image:url(../imagenes/fondo_superior.jpg);
	background-repeat: no-repeat;
	background-position: center -30px;
	width:100%;
	height:175px;
}

a {
	color:#2591AF;
	text-decoration: none;
}

a:hover {
	color:#4DBCDA;
}
#frase {
	width:100%;
	height:40px;
	overflow:hidden;
	background-image: url(/imagenes/principal_frase.gif);
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: 450px;
}
#menu {
	width:100%;
	text-align: center;
	position: absolute;
	top: 500px;
}
#foto_color {
	width:293px;
	height:293px;
	position:absolute;
	top:70px;
	left:50%;
	margin-left:-610px;
}
#foto_color_derecha {
	width:293px;
	height:293px;
	position:absolute;
	top:70px;
	left:50%;
	margin-left:310px;
}

#contenido_portada {
	position: absolute;
	left: 50%;
	width: 650px;
	margin-left: -325px;
	margin-top:0px;
}

#contenido {
	position: absolute;
	left: 50%;
	width: 650px;
	margin-left: -325px;
	margin-top:50px;
}

#contenido #imagenes {
	width:176px;
	height:450px;
	margin-left:41px;
	float:left;
}
#contenido #texto {
	width:330px;
	float:left;
	margin-left:50px;
	margin-top:10px;
}
#contenido p {
	margin-top: 6px;
	margin-bottom: 8px;
}

#presupuesto {
	width:350px;
	position:relative;
	left:50%;
	margin-left:-175px;
	padding: 16px;
	margin-top: 16px;
	margin-right: 16px;
	margin-bottom: 16px;
	border: 1px solid #E6ECEE;
	background-color:#F3F5F5;
}
#presupuesto p {
	margin: 4px;
}
#presupuesto h2 {
	font-size:12px;
	color:#1A96BF;
	text-align: center;
	padding-top:6px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #E6ECEE;
}
#pie {
	position:absolute;
	bottom:8px;
	right:10px;
}
.icono {
	border:0;
	margin-left:4px;
	position:relative;
	top:3px;
}