/* CSS Document */
html {
  height: 100%;
}

body {
    height: 100%;
	/*background: transparent url(images/bg.jpg) top repeat-x;*/
	background: #f0f0f0;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	line-height: 1.3em;
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #333;
}

div#wrapper {
	margin-left: auto;
	margin-right: auto;
}

div#wrapper {
	width: 100%;
	height: auto;
}

div#wrapper img {
	 width: 100%;
	 height: auto;
}

.btn-accion{
	display: block;
	width:203px;
	color:#666666;
	border: 1px solid #777;
	padding:0px 25px;
	font-size:13px;
	line-height: 55px;
	font-weight: 700;
	font-family: helvetica;
	text-align: center;
	text-transform: uppercase;
	clear:both;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}