@charset "utf-8";

/** * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/) * http://cssreset.com */

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video {	
	margin: 0px;	
	padding: 0px;	
	border: 0px;	
	font-size: 100%;	
	font: inherit;	
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {	
	display: block;
}
body {	
	line-height: 1;
}
ol, ul {	
	list-style: none;
}
blockquote, q {	
	quotes: none;
}
blockquote:before, blockquote:after,q:before, q:after {	
	content: '';	
	content: none;
}
table {	
	border-collapse: collapse;	border-spacing: 0;
}
/*******************************************************************/
@font-face {
    font-family: 'Frutiger-Italic';
    src: url('../fonts/FrutiIta.eot');
}

@font-face {
    font-family: 'Frutiger-Italic';
    src: url('../fonts/FrutiIta.woff') format('woff'),
    url('../fonts/FrutiIta.svg#Frutiger-Italic') format('svg');
}
@font-face {
    font-family: 'Frutiger-Bold';
    src: url('../fonts/FrutiBol.eot');
}

@font-face {
    font-family: 'Frutiger-Bold';
    src: url('../fonts/FrutiBol.woff') format('woff'),
    url('../fonts/FrutiBol.svg#Frutiger-Bold') format('svg');
}
@font-face {
    font-family: 'Frutiger-Black';
    src: url('../fonts/FrutiBla.eot');
}

@font-face {
    font-family: 'Frutiger-Black';
    src: url('../fonts/FrutiBla.woff') format('woff'),
    url('../fonts/FrutiBla.svg#Frutiger-Black') format('svg');
}
@font-face {
    font-family: 'Frutiger-Roman';
    src: url('../fonts/FrutiRom.eot');
}

@font-face {
    font-family: 'Frutiger-Roman';
    src: url('../fonts/FrutiRom.woff') format('woff'),
    url('../fonts/FrutiRom.svg#Frutiger-Roman') format('svg');
}
/*******************************************************************/

body{
	background-image: url(../img/bg.jpg);
}
#header{
	height: 87px;
	width: 100%;
	background-color: #fff;
}
#logo{
	width: 900px;
	height: 53px;
	margin: 0px auto;
	padding-top: 18px;
	background:url(../img/logo.jpg) 0px 18px no-repeat;
}
#contenedor{
	position: relative;
	width: 900px;
	margin: 0px auto;
}
#contenedor #img1{
	position: absolute;
	width: 154px;
	height: 193px;
	bottom: 46px;
	left: 86px;
	background-position: -46px -343px;
	background-image:url(../img/peanuts.png);
}
#contenedor #img2{
	position: absolute;
	width: 187px;
	height: 309px;
	bottom: 46px;
	right: 56px;
	background-position: -11px -13px;
	background-image:url(../img/peanuts.png);
}
#contenedor h2{
	width: 452px;
	font-size: 31px;
	color: #fff;
	text-align:center;
	margin: 0px auto;
	padding-top: 30px;
	font-family: 'Frutiger-Black';
}
#cont_simulador {
	text-align:center;
	overflow:hidden;
	width: 400px;
	background-color: #fff;
	padding-top: 4px;
	margin: 44px auto 0px auto;
}
#cont_simulador h4{
	font-family: 'Frutiger-Black';
	text-align: center;
	font-size: 18px;
	margin: 15px 0px;
	color: #0F79BB;
}
#cont_simulador .texto{
	font-family: 'Frutiger-Italic';
	text-align: center;
	font-size: 14px;
	margin: 15px 0px 4px 0px;
	color: #0F79BB;
}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	border: 1px solid #0F79BB; 
	background: #fff; 
	width: 276px;
	font-family: 'Frutiger-Italic';
	color: #0F79BB;
	font-size: 15px;
	outline: none;
	height: 24px;
}
#calcular{
	width: 233px;
	height: 52px;
	cursor: pointer;
	background: url(../img/sprite.png) -11px -110px;
	margin: 16px auto 20px auto;
}
#calcular:hover{
	background-position: -11px -169px;
}
#contenedor #cajaysombra{
	width: 480px;
	height: 116px;
	margin: 0px auto;
	background-image:url(../img/flechaysombra.png);	
}
#cont_resultado{
	margin: 10px auto 22px auto;
	width: 200px;
	height: 44px;
	background-image:url(../img/cuadroazul.jpg);
	line-height: 3em;
	color: #fff;
	font-family: Frutiger-Roman;
}
#back{
	width: 99px;
	height: 25px;
	background: url(../img/btns.png) no-repeat;
	background-position: -296px -588px;
	margin: 0px auto 16px auto;
	display: block;
}
#back:hover{
	background-position: -296px -613px;
}
#legales{
	display: none;
	width: 720px;
	height: 116px;
	margin: 0px auto;
	font-size: 11px;
	color: #002f86;
	padding: 10px;
	background-image:url(../img/sombralegal.png);
	background-repeat: repeat-x;
	font-family: 'Frutiger-Black';
}
#lbx_dd{
	background-color: #6fb6dc;
	color: #fff;
	padding: 20px;
	text-align:justify;
	font-family: 'Frutiger-Roman';
	display: none;
}