@charset "UTF-8";
/* CSS Document */

body 
{
	background:url(../images/bg.jpg) repeat-x;
	font-family:verdana;
}
#layout{
	width: 949px;
	height: 632px;
	margin:0 auto;
}
#centro{
	background:url(../images/contactos.jpg) no-repeat;
	width: 949px;
	height:504px;
}
#verde{
	background: #014c51;
	width: 945px;
	margin:0 0 0 0;

}
#seccion{
	background:url(../images/contactos.jpg) no-repeat;
	float:none;
	width: 949px;
}
#texto{
	width:500px;
	margin-right:65px;
	margin-left: 400px;
}

#texto p{
	color: #000;
	text-align:justify;
	font-family: verdana;
	font-size:11px;
}
#texto h2{
	font-size:18px;
	color: #000;
	font-weight:bold;
	font-family: verdana;
}