
/*--------------------------------------------------------------------------------------------------
	BEGIN GENERAL STYLES
--------------------------------------------------------------------------------------------------*/

body {
	background:#d7ebf2 url(/images/PreguntaAhora/landing/bg_gradient.jpg) top left repeat-x;
	margin:0;
	padding:0;
}

#container {
	width:825px;
	height:auto;
	margin:0 auto;
	padding:0;
	overflow:hidden;
}
.homepage {
	background: #fff url(/images/PreguntaAhora/landing/landing_content_bg.jpg) bottom left no-repeat;
}

.tooltip {
	cursor:help;
}
/*--------------------------------------------------------------------------------------------------
	BEGIN LINKS
--------------------------------------------------------------------------------------------------*/

a:link {
	text-decoration:underline;
	color:#51197e;
}
a:hover {
	text-decoration:none;
	color:#992b9b;
}
/*--------------------------------------------------------------------------------------------------
	FORM BUTTON
--------------------------------------------------------------------------------------------------*/
h2.askformbutton {
	background:url(/images/PreguntaAhora/landing/btn_form_active.gif) center center no-repeat;
	font-family:Georgia, "Times New Roman", Times, serif;
	height:51px;
	width:100%;
	text-align:center;
	font-weight:bold;
	padding:0;
	margin:1;
	font-size:14px;
	display:block;
	position:relative;
	line-height:2.5em;
	color:#fff;
	float:left;
	letter-spacing:.25em;
}

h2.askformbutton a:link, h2.askformbutton a:visited {
	display:block;
	height:51px;
	width:100%;
	color:#fff;
	text-decoration:none;
	line-height:2.5em;
}

h2.askformbutton a:hover {
	line-height:2.5em;
	display:block;
	width:100%;
	height:51px;
	color:#ffd681;
	background:url(/images/PreguntaAhora/landing/btn_form_hover.gif) center center no-repeat;
	text-decoration:none;
}

h2.formbutton2 {
	background:url(/images/PreguntaAhora/landing/btn_form_active1.jpg) bottom center no-repeat;
	font-family:Georgia, "Times New Roman", Times, serif;
	height:51px;
	width:148px;
	text-align:center;
	font-weight:normal;
	padding:0;
	margin:0;
	font-size:16px;
	float:right;
	display:block;
	line-height:3.5em;
	color:#fff;
}
h2.formbutton2 a:link, h2.formbutton2 a:visited {
	display:block;
	height:51px;
	width:148px;
	color:#fff;
	text-decoration:none;
	line-height:3.5em;
}
h2.formbutton2 a:hover {
	line-height:3.5em;
	display:block;
	width:148px;
	height:51px;
	color:#edd6ff;
	background:url(/images/PreguntaAhora/landing/btn_form_hover1.jpg) bottom center no-repeat;
	text-decoration:none;
}
h2.formbutton3 {
	background:url(/images/PreguntaAhora/landing/btn_form_active1.jpg) bottom center no-repeat;
	font-family:Georgia, "Times New Roman", Times, serif;
	height:51px;
	width:148px;
	text-align:center;
	font-weight:normal;
	padding:0;
	margin:0 0 0 70px;
	font-size:16px;
	float:left;
	display:block;
	line-height:3.5em;
	color:#fff;
}
h2.formbutton3 a, h2.formbutton2 a:visited {
	display:block;
	height:51px;
	width:148px;
	color:#fff;
	text-decoration:none;
	line-height:3.5em;
}
h2.formbutton3 a:hover {
	line-height:3.5em;
	display:block;
	width:148px;
	height:51px;
	color:#edd6ff;
	background:url(/images/PreguntaAhora/landing/btn_form_hover1.jpg) bottom center no-repeat;
	text-decoration:none;
}
/*--------------------------------------------------------------------------------------------------
	BEGIN HEADER DIV
--------------------------------------------------------------------------------------------------*/
#header {
	background:url(/images/PreguntaAhora/landing/pregunta_bg_header.jpg) no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	width:825px;
	height:100px;
	text-align:right;
	padding:5px 0 0 0;
	margin:0 auto;
	position:relative;
}

#header p {
	color:#000;
	font-size:11px;
	margin:0 15px 0 0;
	padding:0;
}
#header ul {
	width:625px;
	margin:0 0 0 175px;
	float:left;
	display:inline;
	position:relative;
	top:40px;
	}
#header h3 em {
	width:550px;
	margin:0 0 0 255px;
	float:left;
	display:inline;
	position:relative;
	line-height:2.5em;
	color:#fff;
	font-size:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	text-align:left;
	letter-spacing:.05em;
	}
#header ul li {
	float:left;
	display:inline;
	margin: 0 10px 0 0;
	line-height:1.5em;
	font-size:14px;
	}
#header ul li.seperate {
border-right:1px dotted #D8BCDC;
padding:0 10px 0 0;
}
#header h1 {
	color:#3a004b;
	font-size:18px;
	font-weight:normal;
	margin:0 15px 18px 0;
	padding:0;
	position:relative;
	width:300px;
	float:right;
}
#header img.logo {
	position:absolute;
	top:35px;
	left:60px;
	display:block;
	border:0;
}
a.headlink:link, a.headlink:visited {
	text-decoration:none;
	color:#6a53be;
	text-decoration:underline;
}

a.headlink:hover {
	color:#9d40cd;
}

/*--------------------------------------------------------------------------------------------------
	BEGIN VERSION A ///////// ASK A FREE QUESTION BOX
--------------------------------------------------------------------------------------------------*/
#askbox {
	width:394px;
	height:auto;
	padding:0;
	margin:0 0 10px 14px;
	float:left;
	position:relative;
	display:inline;
}

#askbox p, #offerbox p {
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	font-size:12px;
	margin:0 10px 0 10px;
	padding:0;
	text-align:left;
}
#askbox p strong, #offerbox p strong {
	color:#8e2509;
	text-transform:uppercase;
	letter-spacing:.2em;
	font-family:"Times New Roman", Times, serif;
	font-weight:normal;
}

/*--------------------------------------------------------------------------------------------------
	BEGIN FORM IN ASK A FREE QUESTION BOX ///////// VERSION A AND B
--------------------------------------------------------------------------------------------------*/
#askbox form {
	font-family:Arial, Helvetica, sans-serif;
	width:390px;
	float:left;
	margin:0;
	padding:0;
	font-size:11px;
	color:#000;
	display:inline;
}

#askbox label {
	width:auto;
	float:left;
	margin:0 10px 0 0;
	line-height:1.5em;
}

#askbox textarea {
	font-family:Arial, Helvetica, sans-serif;
	width:350px;
	height:60px;
	margin:0 0 3px 0;
	padding:5px 0 0 5px;
	color:#666;
	font-size:12px;
}

#askbox input.text {
	width:160px;
	margin:0 5px 0 0;
	color:#666;
	float:left;
	display:inline;
}

#askbox input.text2 {
	width:175px;
	margin:0 5px 0 0;
	color:#666;
	float:left;
	display:inline;
}

#askbox .category {
	width:90px;
}

#askbox select {
	width:90px;
	margin:0 5px 5px 0;
}

#askbox form select.last {
	margin:0 10px 15px 0;
}

#askbox fieldset {
	width:360px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	border:none;
	margin:0 0 5px 18px;
	padding:0;
	float:left;
	display:inline;
}
#askbox fieldset.legal {
font-size:10px;
}

#askbox .checkbox {
	margin:0 4px 0 0;
	padding:0;
}

#askbox fieldset.checkbox input {
	margin:0;
	padding:0;
}

#askbox .button  {
	text-align:center;
	width:350px;
	height:50px;
	margin:0;
	display:block;
}

#askbox form .button img {
	border:none;
}
/*--------------------------------------------------------------------------------------------------
	BEGIN VERSION A ///////// OFFERBOX
--------------------------------------------------------------------------------------------------*/
#offerbox {
	width:393px;
	height:auto;
	padding:10px 0 0 0 ;
	margin:0 13px 0 0;
	float:right;
	display:inline;
	text-align:center;
	position:relative;
}

#offerbox em {
	color:#561500;
}

#offerbox h6 {
	margin:0;
	padding:15px 0 0 0;
	text-transform:uppercase;
	font-size:14px;
	letter-spacing:.25em;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
}
#offerbox h1 {
font-size:38px;
font-family:"Times New Roman", Times, serif;
	font-weight:normal;
	text-transform:uppercase;
	padding:0;
	margin:0 0 3px 0;
	color:#862087;
}

#offerbox h2 {
	background:url(/images/PreguntaAhora/landing/btn_offerA.jpg) bottom center no-repeat;
	height:48px;
	text-align:center;
	font-weight:normal;
	text-transform:uppercase;
	padding:0;
	margin:0;
	font-size:20px;
	display:block;
	letter-spacing:.05em;
	line-height:1.25em;
}

#offerbox h2 a:link, #offerbox h2 a:visited {
	display:block;
	height:48px;
	color:#000;
	text-decoration:none;
	line-height:1.25em;
}

#offerbox h2 a:hover {
	line-height:1.25em;
	display:block;
	height:48px;
	color:#592283;
	background:url(/images/PreguntaAhora/landing/btn_offerA2.jpg) bottom center no-repeat;
	text-decoration:none;
}

#offerbox h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
	color:#000;
	width:390px;
	text-align:center;
	display:inline;
	position:absolute;
	top:440px;
	left:0;
	height:100px;
}

#offerbox h3 span.intl a, #offerbox h3 span.intl a:visited {
	color:#000;
	text-decoration:underline;
}

#offerbox h3 span.intl a:hover {
	color:#862087;
	text-decoration:underline;
}

#offerbox h3 strong {
	font-family:"Times New Roman", Times, serif;
	font-weight:normal;
	font-size:22px;
	line-height:2em;
}

#offerbox h3 span.intl {
	border-top:1px solid #000;
	padding:5px 0 5px 0;
	margin:0;
}

#offerbox_wrap, #offerbox_bottom, #offerbox_bottom_b {
	background:url(/images/PreguntaAhora/landing/offerbox_bottom.jpg) bottom left no-repeat;
	width:393px;
	height:540px;
	padding:0;
	margin:0;
}
#offerbox h5 {
font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
	text-align:center;
	font-weight:normal;
	padding:0;
	margin:0;
	}
/*--------------------------------------------------------------------------------------------------
	BEGIN 5 MINUTES FREE OFFER PAGE
--------------------------------------------------------------------------------------------------*/
#minbox {
	font-family:Arial, Helvetica, sans-serif;
	width:825px;
	height:505px;
	float:left;
	margin:0;
	padding:0;
	display:inline;
}

.version_a {
	background:url(/images/PreguntaAhora/landing/5minBox.jpg) top left no-repeat;
}

.version_b {
	background:url(/images/PreguntaAhora/landing/5minBox_b.jpg) top left no-repeat;
}
#minbox h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	width:350px;
	float:left;
	display:inline;
	margin:0 20px 15px 410px;
	font-weight:normal;
	padding:100px 0 0 0;
	color:#592283;
	font-size:32px;
}
#minbox h2 {
	font-weight:normal;
	width:300px;
	float:left;
	margin:0 20px 5px 490px;
	padding:0;
	display:inline;
	font-size:24px;
}

#minbox ol {
	font-size:14px;
	width:280px;
	float:left;
	margin:0 20px 10px 490px;
	padding:0 0 0 20px;
	display:inline;
	line-height:1.5em;
}

#minbox ol strong {
	color:#992b9b;
	font-size:24px;
	font-weight:normal;
}

#minbox p {
	font-size:14px;
	width:280px;
	float:left;
	margin:0 20px 0 490px;
	padding:0;
	display:inline;
	line-height:1.5em;
}


/*--------------------------------------------------------------------------------------------------
	BEGIN 10 MINUTE OFFER PAGE /////////  WITH FORM STYLES FOR TABLES
--------------------------------------------------------------------------------------------------*/
#minbox10 {
	background:#fff url(/images/PreguntaAhora/landing/content_bg_generic.jpg) top left no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	width:825px;
	height:auto;
	min-height:345px;
	float:left;
	margin:0;
	padding:60px 0 0 0;
	display:inline;
	position:relative;
}

#minbox10 h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:24px;
	color:#003675;
	margin:0;
	padding:0;
}

#minbox10 h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:18px;
	margin:0;
	color:#000;
}

#minbox10 p {
	font-family:Arial, Helvetica, sans-serif;
	padding:0;
	font-size:1em;
	margin:0;
	color:#595959;
	line-height:1.5em;
}

#minbox10 ul {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	display:block;
	height:40px;
	margin:0 0 0 100px;
	padding:0;
}

#minbox10 ul li {
	color:#7659c6;
	display:block;
	line-height:2em;
	float:left;
	margin:0 5px 15px 0;
	list-style:none;
}

#minbox10 ul li a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	color:#7659c6;
	padding:0 30px 0 0;
	text-decoration:none;
	display:block;
}

#minbox10 ul li a.active {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	background:url(/images/PreguntaAhora/landing/sparkle.gif) top right no-repeat;
	text-decoration:none;
	color:#b44db1;
	display:block;
	padding:0 30px 0 0;
}

#minbox10 ul li a:hover {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	background:url(/images/PreguntaAhora/landing/sparkle.gif) top right no-repeat;
	text-decoration:underline;
	color:#b44db1;
	display:block;
	padding:0 30px 0 0;
}

#minbox10 table {
	display:inline;
	float:left;
	width:600px;
	font-size:12px;
	margin:0 0 0 100px;
}

#minbox10 table td {
	padding:5px 0 0 0;
}

#minbox10 table td.offer {
	padding:10px 0 0 0;
}

#minbox10 table td p.offertext {
	padding:0;
	margin:0 0 0 20px;
	color:#595959;
}

#minbox10 table td p.last {
	padding:0;
	margin:0 0 15px 20px;
	color:#595959;
}

#minbox10 h3.offerselect {
	color:#b64801;
}

#minbox10 table td.offerhead {
	font-family:Georgia, "Times New Roman", Times, serif;
	border-bottom:1px #519fe2 solid;
	padding:0 0 10px 0;
	font-size:16px;
	color:#003675;
	width:600px;
}

#minbox10 table td.phone {
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:0 0 10px 0;
	font-size:16px;
	color:#003675;
	text-align:right;
}

#minbox10 h3.credit {
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:10px 0 0 0;
	font-size:20px;
	color:#003675;
}

#minbox10 table td.forminfo {
	font-family:Georgia, "Times New Roman", Times, serif;
	border-bottom:1px #519fe2 solid;
	padding:10px 0 10px 0;
	font-size:16px;
	color:#003675;
}

#minbox10 .offerhead p {
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:0 0 10px 0;
	font-size:16px;
	margin:0;
	color:#595959;
}

#minbox10 h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:18px;
	margin:0;
	color:#003675;
}

#minbox10 table td label, #minbox10 table td select {
	display:block;
	float:left;
	margin:0 4px 0 0;
}

#minbox10 table td.alignright {
	text-align:right;
	padding:0 10px 5px 0;
}

#minbox10 table td input {
	display:block;
	float:left;
	width:200px;
	margin:0 4px 0 0;
}

#minbox10 table td.select {
	margin:0 4px 0 0;
	padding:5px 0 5px 0;
}

#minbox10 table td input.radio {
	width:20px;
	margin:0 0 0 0;
	padding:0;
}

#minbox10 table td input.phone {
	width:50px;
	margin:0 4px 0 0;
	padding:0;
}

#minbox10 table td input.phonelong {
	width:75px;
	margin:0 4px 0 0;
	padding:0;
}

#minbox10 table td img.btn {
	margin:10px 0 0 0;
	float:right;
}

#minbox10 table td.bottomform {
	border-bottom:1px #519fe2 solid;
	padding:0 0 10px 0;
}
/*--------------------------------------------------------------------------------------------------
	BEGIN FAQ PAGES
--------------------------------------------------------------------------------------------------*/
#minbox10.faq {
	background:#addbff url(/images/PreguntaAhora/landing/content_bg_faq.jpg) top left no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	width:825px;
	height:auto;
	min-height:550px;
	float:left;
	margin:0;
	padding:60px 0 0 0;
	display:inline;
	position:relative;
}

#minbox10.faq h1, #minbox10.faq2 h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:24px;
	color:#592283;
	margin:0 400px 15px 80px;
	padding:0;
}

#minbox10.faq h3, #minbox10.faq2 h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:18px;
	margin:0 400px 0 80px;
	color:#003675;
}

#minbox10.faq p, #minbox10.faq2 p {
	font-family:Arial, Helvetica, sans-serif;
	padding:0;
	font-size:12px;
	margin:0 330px 15px 80px;
	color:#333;
	line-height:1.5em;
}

#minbox10.faq2 {
	background:#addbff url(/images/PreguntaAhora/landing/faq_bg_v2.jpg) top left no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	width:825px;
	height:auto;
	min-height:550px;
	float:left;
	margin:0 0 0 14px;
	padding:60px 0 0 0;
	display:inline;
	position:relative;
}
/*--------------------------------------------------------------------------------------------------
	PSYCHIC API MODULE
--------------------------------------------------------------------------------------------------*/

#api_column_wrap {
	width:635px;
	padding:0;
	margin:0;
}
#api_column {
	width:312px;
	float:left;
	margin:0 0 0 70px;
	padding:0;
	display:inline;
}

#api_column h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	width:312px;
	margin:0 0 10px 0;
	font-weight:normal;
	padding:0;
	color:#592283;
	font-size:20px;
	text-align:center;
}

#api_column_right {
	width:312px;
	float:left;
	margin:0 0 0 10px;
	padding:0;
}
#thankyou .api_psychic {
	font-family:Arial, Helvetica, sans-serif;
	background: #f2d793 url(/images/PreguntaAhora/landing/api/api_bg_312.jpg) top left no-repeat;
	width:312px;
	height:auto;
	padding:0;
	margin:0 auto 5px auto;
	position:relative;
}
#thankyou  .api_psychic h2 {
	font-size:15px;
	margin:0 0 0 15px;
	line-height:2.25em;
	font-weight:normal;
}
#thankyou  .api_psychic p {
	font-size:12px;
	line-height:1.15em;
	margin:0 15px 0 105px;
	text-align:left;
	color:#000;
}
#thankyou  p.description {
	margin:0 15px 0 105px;
}
#thankyou  .api_psychic a {
	color:#770079;
	text-decoration:none;
}
#thankyou .api_psychic a:hover {
	text-decoration:underline;
}
.stars {
	margin:0 15px 0 10px;
}
#thankyou .api_psychic img.mug {
	float:left;
	position:relative;
	display:inline;
	margin:0 5px 0 18px;
}
.buttons {
	clear:both;
	background:url(/images/PreguntaAhora/landing/api/api_bg_bottom_312.jpg) bottom left no-repeat;
	width:294px;
	height:50px;
	margin:0 0 0 0;
	padding:0 18px 5px 0;
	text-align:center;
}
.api_psychic .buttons img {
	float:right;
	display:block;
	margin:0;
	padding:0;
}

#short_banner {
background:url(/images/PreguntaAhora/landing/api/short_banner_bg.jpg) top left no-repeat;
width:312px;
height:55px;
}
#long_banner {
clear:both;
background:url(/images/PreguntaAhora/landing/api/long_banner_bg.jpg) top left no-repeat;
width:635px;
height:55px;
margin:0 0 10px 0;
}
#short_banner h1, #long_banner h1 {
font-family:Arial, Helvetica, sans-serif;
line-height:2.5em;
text-align:center;
font-size:18px;
color:#fff;
font-weight:bold;
margin:0;
padding:0;
}
#short_banner p, #long_banner p {
font-family:Arial, Helvetica, sans-serif;
line-height:4em;
text-align:center;
font-size:12px;
color:#fff;
font-weight:normal;
margin:0;
padding:0;
}
#short_banner a, #long_banner a {
	color:#fff;
	text-decoration:underline;
}
#short_banner a:hover, #long_banner a:hover {
	color:#EDA9EF;
	text-decoration:underline;
}
/*--------------------------------------------------------------------------------------------------
	THANK YOU API
--------------------------------------------------------------------------------------------------*/
#api {
	background:#fff1c8 url(/images/PreguntaAhora/landing/api_bottom.jpg) bottom left no-repeat;
	float:left;
	width:289px;
	height:auto;
	margin:0 70px 0 50px;
	padding:0 0 30px 0;
	display:inline;
}

#api p {
	text-align:center;
	font-size:14px;
	line-height:3em;
	padding:0;
	margin:0;
}

#api_psychic {
	background:url(/images/PreguntaAhora/landing/api_psychic_box_bg.jpg) top left no-repeat;
	width:289px;
	height:135px;
	padding:5px 0 0 0;
	margin:0;
}

#api_psychic h2 {
	font-size:15px;
	margin:0 0 0 15px;
	line-height:2em;
	font-weight:normal;
}

#api_psychic p {
	font-size:12px;
	border-bottom:1px dotted #ffa352;
	line-height:1.5em;
	margin:0 10px 0 105px;
	text-align:left;
	color:#000;
}

#api_psychic p.price {
	font-size:12px;
	border-bottom:1px dotted #ffa352;
	line-height:1.5em;
	margin:0 10px 10px 105px;
	text-align:left;
}

#api_psychic img.psychic {
	float:left;
	position:relative;
	display:inline;
	margin:0 5px 0 15px;
}

#api_psychic img.apibutton {
	float:left;
	position:relative;
	display:inline;
	margin:0 3px 0 0;
}
/*--------------------------------------------------------------------------------------------------
	BEGIN THANK YOU PAGES 
--------------------------------------------------------------------------------------------------*/


#thankscopy p.smalltext {
	font-size:10px;
}

#thankscopy {
	margin:0 0 0 40px;
	width:300px;
	position:relative;
	display:inline;
	float:left;
	padding:0;
	text-align:left;
}
#thankscopy h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	width:300px;
	float:left;
	display:inline;
	margin:0 20px 15px 0;
	font-weight:normal;
	padding:30px 0 0 0;
	color:#592283;
	font-size:36px;
}
#thankscopy h1 em {
font-size:24px;
}
#thankscopy h2 {
	font-size:18px;
	font-weight:normal;
	margin:0 0 15px 0;
	padding:0;
}

#thankscopy p {
	font-size:16px;
	margin:0 0 10px 0;
	padding:0;
	line-height:1.5em;
	color:#333;
}

#thankscopy p strong {
	font-size:18px;
	font-weight:normal;
	color:#000;
}


#thankyou_intl p {
	position:absolute;
	top:250px;
	left:0;
	width:825px;
	display:inline;
	text-align:center;
	font-size:14px;
	margin:0;
	padding:0;
	line-height:1.5em;
}
/*--------------------------------------------------------------------------------------------------
	BEGIN THANK YOU PAGE BACKGROUNDS
--------------------------------------------------------------------------------------------------*/
#thankyou {
	background:#fff url(/images/PreguntaAhora/landing/content_bg_generic.jpg) top left no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	width:825px;
	height:auto;
	float:left;
	margin:0;
	padding:50px 0 0 0;
	display:inline;
	position:relative;
}
#thankyou_intl {
	background:#fff url(/images/PreguntaAhora/landing/content_bg_thanks.jpg) top left no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	width:825px;
	height:325px;
	float:left;
	margin:0;
	padding:95px 0 0 0;
	display:inline;
	position:relative;
}
#thankyou_intl h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	width:825px;
	margin:0;
	font-weight:normal;
	padding:100px 0 0 0;
	color:#592283;
	font-size:46px;
	text-align:center;
}
/*--------------------------------------------------------------------------------------------------
	BEGIN FOOTER
--------------------------------------------------------------------------------------------------*/
#footer {
	/*width:825px;*/
	clear:both;
	/*float:left;*/
	/*display:inline;*/
	margin:0 0 20px 0;
}

.homefooter {
	padding:40px 0 0 0;
}
.secondary {
	background:url(/images/PreguntaAhora/landing/footer_sub.jpg) top center no-repeat;
	padding:85px 0 40px 0;
}

#footer p {
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	text-align:center;
	font-size:11px;
	margin:0;
}

.clear {
	height:1px;
	display:block;
	clear:both;
}