﻿@Import url('survey.css');

.tabs {
	display: inline;
	position: relative;
	float: left;
	width: 348px;
	height: 25px;
	margin: 3px 3px 0 1px;
	_width: 345px;
	padding: 0;
	background-image:url('../img/home/fondo_tab_formulario.jpg');
	background-repeat:repeat-x;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}
.leftTab {
	display: inline;
	position: relative;
	float: left;
	width: 172px;
	height: 19px;
	margin: 0;
	padding: 3px 0 0 0;
	background-image:url('../img/home/borde_izq_form.jpg');
	background-repeat:no-repeat;
	background-position: left -3px;
	cursor: pointer;
}
.rightTab {
	display: inline;
	position: relative;
	float: right;
	width: 176px;
	_width: 173px;
	_right: -2px;
	height: 19px;
	margin: 0;
	padding: 3px 0 0 0;
	background-image:url('../img/home/borde_der_form.jpg');
	background-repeat:no-repeat;
	background-position: right -3px;
	cursor: pointer;
}
.leftTab:hover {
	background-image:url('../img/home/borde_izq_form_over.jpg');
	background-color: #FCBD12;
}
.rightTab:hover {
	background-image:url('../img/home/borde_der_form_over.jpg');
	background-color: #FCBD12;
}
.leftTabSelected {
	background-image:url('../img/home/borde_izq_form_over.jpg');
	background-color: #FCBD12;
	cursor: default;
}
.rightTabSelected {
	background-image:url('../img/home/borde_der_form_over.jpg');
	background-color: #FCBD12;
	cursor: default;
}
.formContact {
	width: 330px;
	float: left;
	display: block;
	position: relative;
	margin: 0 0 0 5px;
	padding: 0 0 10px 10px;
	border-bottom: 1px #000000 dashed;
	overflow: visible;
}
.noDoted {
    border: 0;
    margin-top: 20px;
}
.formTitleStandAlone {
	float: left;
	display: block;
	position: relative;
	margin: 0;
	padding: 3px 10px 0 0;
	color: #f37123;
	font-size: 12px;
	font-weight: bold;
}
.formTitle {
	width: 80%;
	float: left;
	display: block;
	position: relative;
	margin: 0;
	padding: 5px 0 0 15px;
	color: #f37123;
	font-size: 12px;
	font-weight: bold;
}
.formLabel {
	width: 90px;
	height: 20px;
	text-align: left;
	float: left;
	display: inline;
	position: relative;
	margin: 5px 0 0 0;
	color: #333333;	
}
.formLabel div.label {
    width: 70px;
    position: relative;
    display: inline;
    float: left;
}
.textOnly {
    width: 300px;
    padding-left: 100px;
}
.textOnly span {
    padding-left: 75px;
}
.longLabel {
	display: inline;
	float: left;
	position: relative;
	float: left;
	width: 165px;
}
.oneLineLabel {
	width: 300px;
	height: 20px;
	text-align: left;
	float: left;
	display: inline;
	position: relative;
	margin: 5px 0 0 0;
	color: #333333;		
	padding: 0;
}
.extraLongLabel {
	width: 250px;
	padding-left: 40px;
}
.extraLongLabelLeft {
	width: 300px;
}
.extraLongLabelHeight {
    width: 300px;
    height: 100px;
}
.extraHeight {
    height: 40px;
}
.inputForm  {
	display: inline;
	width: 78px;
	margin: 0 8px 0 0;
	border: 1px solid #000000;
	height: 12px;
	font-size: 11px;
	color: #333333;
}
.inputFormLong  {
	display: inline;
	width: 190px;
	margin: 0 8px 0 15px;
	border: 1px solid #000000;
	height: 12px;
	font-size: 11px;
	color: #333333;
}
.textAreaForm  {
	display: inline;
	width: 190px;
	height: 400px;
	margin: 0 8px 0 15px;
	border: 1px solid #000000;
	height: 12px;
	font-size: 11px;
	color: #333333;
}
.selectForm  {
	display: inline;
	width: 55px;
	height: 17px;
	margin: 0 8px 0 10px;
	border: 1px solid #000000;
	font-size: 11px;
	color: #333333;
}
.selectFormLong {
	display: inline;
	width: 195px;
	height: 17px;
	margin: 0 8px 0 0;
	border: 1px solid #000000;
	font-size: 11px;
	color: #333333;
}
.formContactFooter {
	width: 90%;
	float: left;
	display: block;
	position: relative;
	margin: 0;
	padding: 0 0 0 20px;
	overflow: hidden;
}
.contactFooterText {
	width: 80%;
	float: left;
	display: block;
	position: relative;
	margin: 0;
	padding: 10px 0 10px 10px;
	color: #0277b4;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	letter-spacing: -1px;
}
.contactFooterCommands a {
	float: right;
	position: relative;
	display: block;
	margin: 10px 10px 0 0;
	padding: 0;
	width: 43px;
	height: 22px;
	background-image: url('../img/home/boton_next.jpg');
	background-repeat: no-repeat;	
}
.contactFormFooterText {
	width: 99%;
	text-align: left;
	float: left;
	display: inline;
	position: relative;
	margin: 10px 0 0 0;
	color: #333333;
	text-align: center;
}
.smallText {
    float: left;
	display: inline;
	position: relative;
    font-size: 10px;
    padding-left: 10px;
}
.formButtons {
	float: left;
	position: relative;
	display: block;
	margin: 0;
	padding: 0 0 0 80px;
	width: 200px;
	height: 98px;
}
.buttonClear {
	float: left;
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	width: 48px;
	height: 22px;
	background-image: url('../img/home/boton_clear.jpg');
	background-repeat: no-repeat;	
}
.buttonSend {
	float: right;
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	width: 48px;
	height: 22px;
	background-image: url('../img/home/boton_send.jpg');
	background-repeat: no-repeat;	
}
.summary {
	float: left;
	position: relative;
	display: block;
    font-size: 12px;
    margin: 0 0 5px 0;
    padding: 0;
    width: 200px;
}
.summary ul {
    margin: 0 0 0 15px;
    padding: 0;
}
.validator {
    font-size: 10px;
    color: #FF0000;
}
.backModal
{
    background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}
.mainContent {
	width: 594px;
	height: 900px;
	position: relative;
	display: inline;
	float: right;
	padding: 49px 0 0 30px;
	margin: 16px 0 0 14px;
	_margin: 12px 0 5px 11px;
	font-size: 10px;
	font-weight: bold;
	color: #09496F;
	background-image:url(../img/home/main_back.jpg);
	background-repeat: no-repeat;
	background-position: right top;	
}
.mainContent2 {
	width: 594px;
	height: 900px;
	position: relative;
	display: inline;
	float: right;
	padding: 49px 0 0 30px;
	margin: 16px 0 0 14px;
	_margin: 12px 0 5px 11px;
	font-size: 10px;
	font-weight: bold;
	color: #09496F;
	background-image:url(../img/home/main_back_2.gif);
	background-repeat: no-repeat;
	background-position: right top;	
}
.countries-home {
	width: 100%;
	position: relative;
	display: block;
	float: left;
	text-align: center;
	margin: 0;
	padding: 0;
}
.countries-home2 {
	width: 100%;
	position: relative;
	display: block;
	float: left;
	text-align: center;
	margin: 0;
	padding-bottom:15px;
}
.dontWaitHome {
	float: left;
	position: relative;
	display: block;
    font-size: 12px;
    margin: 15px 0 5px 0;
    padding: 0;
    width: 348px;
    height: 223px;
	background-image:url(../img/home/dont_wait.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
