body, html, 
h1, h2, h3, h4, h5, h6
p {
	margin:0;
	padding:0;

}
body{
	background:#C6C6C6 url("images/fondo.gif") repeat-x; 
	font-family: 'Quattrocento Sans', Verdana, Arial, sans-serif;
	color:#706F6F;
	font-size: 14pt;
}

h2{
	font-size:18pt;
	color:#44769D;
	font-weight:bold;
}

p.pregunta {
		color:#44769D;
	}

#container {
	width:960px;
	margin-left:auto;
	margin-right:auto;
}

#fondo {
	width:960px;
	background: url("images/fondo.png") no-repeat;
	}

#header {
	height:154px;
	text-align:center;

}

	#izquierda {
		width:370px;
		float:left;
		text-align:justify;
	}

	#derecha {
		margin-left:400px;
		width:560;
		height:430px;

	}

	#footerizq {
		width:596px;
		float:left;
	}

	#datos {
		width:310px;
		float:left;
	}

		#mensaje {
			width:266px;
			float:left;
		}

		#derecha p.slogan {
			float:right;
			color:#44769D;
			font-weight:bold;
		}

	#footerder {
		width:362px;
		float:right;
	}

