body {
	background: #ff9a00;
	font-family: Arial, verdana;
}

.wrapper
{
	width: 960px;
	background: #fff;
	margin: 0 auto;
}
	.bg {
		background: #fff url(../img/bg-wrapper.gif) repeat-y top center;
	}

.content
{
	width: 598px;
	float: left;
	background: #fff;
}
.intro {
	padding: 10px 32px;
}
	.intro p {
		font-family: 'PT Sans', sans-serif;
		font-size: 20px;
	}	
	.intro h1 {
		font-family: 'PT Sans', sans-serif;
		font-size: 36px;
		line-height: 36px;
		margin: 10px 0;
	} 

.form
{
	width: 362px;
	background: #ffeccf;
	float: left;
}

.footer
{
	width: 960px;
	height: 185px;
	background: #fff url(../img/bg-footer.jpg) no-repeat bottom center;
	float: left;
	border-top: 1px solid #b5b5b5;
}
.box {
	height: 100px;
	float: left;
}
.box img {
	float: left;
}
	.box h2 {
		font-size: 20px;
		font-family: 'PT Sans', sans-serif;
	}
	.box p {
		font-size: 16px;
		font-family: 'PT Sans', sans-serif;
	}

.box-text {
	padding: 31px 0 0 32px;
	width: 310px;
}
.box-img {
	width: 276px;
}
.box-img img {
	float: right;
}


/* Form */

.form form {
	padding: 30px 0 0 35px;
}

.form p {
	float: left;
	/*width: 350px;*/
	margin: 0 0 10px 0;
}

.form label {
	float: left;
	display: block;
	width: 284px;
}

.form input {
	width: 280px;
	height: 25px;
	border: 1px solid #b2b2b2;
	font-size: 14px;
}

.form h2 {
	margin: 42px 0 0 35px;
	padding: 0 0 0 48px;
	font-size: 21px;
	background: url(../img/icon-form.jpg) no-repeat left top;
	line-height: 40px;
	width: auto;
}
.form button {
	background: #40ab40;
	width: 245px;
	height: 50px;
	border: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 23px !important; 
	color: #fff;
	padding: 0 20px;
	cursor: pointer;
	outline: none;
	margin: 15px 0 0 26px
}

.form  label.error {
	color: #ff7f7f;
	font-size:14px;
}

.check {
	display: block;
	float: left;
	margin: 20px 0 0 0;
	width: auto;
	height: auto;
}
.check input {
	float: left;	
	width: auto;
	height: auto;
	
}
.check span {
	float: left;
	line-height: 18px;
	font-size: 14px;
	margin: 0 0 0 0;
}

/* error 
#error {
	color: #ff7f7f;
	font-size:14px;
	display:none;
}
.needsfilled {
	border: 1px solid #ff7f7f;
	color: #ff8e8e;
	font-size: 14px !important;
	font-weight: normal;
	padding: 0 0 0 5px;
}*/

#aviso_legal {
    display: none;
}


::-webkit-input-placeholder { color:#bfbfbf; font-weight: normal; }
::-moz-placeholder { color:#bfbfbf; font-weight: normal; } /* firefox 19+ */
:-ms-input-placeholder { color:#bfbfbf; font-weight: normal; } /* ie */
input:-moz-placeholder { color:#bfbfbf; font-weight: normal; }

/* gracias */

.gracias {
	height: 550px;
	padding: 50px 50px 50px 100px;
}

.gracias h1 {
	padding: 20px 0;
	font-size: 20px;
}




/* coockies */
#cookies {
	font-family: Arial,sans-serif;
	font-size: 14px;
	line-height: 20px;
	height: 70px;
	color: #333;
	background-color: #c5c5c5;
	bottom: 0;
	border-top: 1px solid #ACADAD;
	color: #000000;
	position: fixed;
	width: 100%;
	left: 50%;
	margin-left: -50%;
	padding: 15px 50px;
	z-index: 10000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
	.sst_close {
		background-color:rgb(64,171,64);
		border-radius:5px;
		color:#fff;
		font-family:Arial;
		padding-bottom:5px;
		padding-top:5px;
		padding-left:20px;
		padding-right:20px;
/*		position: absolute;
		right: 20px;
		top: 20px;*/
	}
	.sst_cross {
		position: absolute;
		right: 5px;
		top: 5px;
	}
	#cookies a {
		color: #000;
		text-decoration: underline;
	}
	
/* modal */
.modal {
	font-size: 13px;
	width: 750px !important;
}

	.modal h3 {
		font-size: 16px;
		margin: 0 0 15px 0;
	}
	.modal ul {
		padding: 0 0 0 50px;
	}
	.modal ul li {
		list-style: circle;
		float: left;
		padding: 4px 0;
		width: 100%;
	}
	table {
		background: #e5e5e5;
		border-spacing: 0;
		border-collapse: collapse;
	}
	tbody {
		width: 710px;
		padding: 10px;
		display: block;
	}
		th {
			width: 150px;
		}
		tbody th tr {
			border-bottom: 1px solid #000;
		}
.cp_content {
	height: 500px;
	overflow: scroll;
	width: 780px;
}


.modal p {
	padding: 5px 0;
}

.modal table tr {
	padding: 5px 0;
}

/* Common Footer */

.common-footer {
	width: 100%;
	padding: 30px 0;
	background: #e39600;
	clear: both;
	font-size: 13px;
	border-top: 3px solid #d68d00;
}

	.common-footer ul {
		text-align: center;
	}
	
		.common-footer ul li {
			display: inline;
		}
			.common-footer ul li a {
				color: #000;
				font-size: 13px;
			}
			.common-footer ul li a:hover {
				color: #000;
				font-size: 13px;
				text-decoration: none;
			}
		
		.common-footer ul span {
			padding: 0 20px;
		}
		
		
		
		
