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

body {
		font-size: 62.5%; /*convertir los ems a 10px*/
		font: x-small "Gill Sans", Futura, "Lucida Grande", Geneva, sans-serif;
		color: #666;
		background: #fff;
	}
h1{font-size:1.5em;}
h2 {
	font-size: 2em;
	font-weight: normal;
	line-height: 1;
	color: #a4cd39;
	margin: 0;
	}

.box {
	font-size: 1.8em;
	width:40em;
	background: url(images/bottom-left.gif) no-repeat left bottom;
	display:inline-block;
	}

.box-outer{
	background: url(images/bottom-right.gif) no-repeat bottom right;
	padding-bottom:30px;
	/*overflow:hidden;*/
	display:inline-block;
	}

.box-inner{
	background: url(images/top-left.gif) no-repeat left top;
	}

.box h2{
	background: url(images/top-right.gif) no-repeat top right;
	padding-top:30px;
	text-align:center;
	}

.box h2, .box p{
	padding-left:30px;
	padding-right:30px;
	}

.box img{
	margin-right:10px;
	display:inline;
	}

