/*GENERALES*/
html, body, div, p, form, input, ul, li, h1, h2, h3, table, th, td {
	margin: 0px;
	padding: 0px;
}
body {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#363636;
}
li {
	list-style:none;
}
object, iframe {
	outline:none;
}
i {
	display:none;
}
.hidden {
	display:none;
}
table {
	border:none;
	border-collapse:collapse;
}
p {
	font-size:12px;	
	margin-bottom:10px;
}
a {
	color:#000;
	text-decoration:none;
	outline:none;
	cursor:pointer;
}
img {
	border:none;
}
.clear {
	clear:both;
	display:block;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
}


/*ESTRUCTURA*/
#especialContainer {
	width:653px;
	height:398px;
}
#especialIntro {
	width:653px;
	height:398px;
	position:absolute;
	z-index:100;
	background-image:url(../img/bg_especialIntro.jpg);
	cursor:pointer;
}
#especialMain {
	width:653px;
	height:398px;
	position:relative;
	background-image:url(../img/bg_especialMain.jpg);	
}
#especialMain .options {
	position:absolute;
	top:175px;
	left:165px;
}
#especialMain .options li {
	width:60px;
	height:90px;
	float:left;
	cursor:pointer;
}
#especialMain .options li.frase {
	margin-right:25px;
	background-image:url(../img/bg_especialMain-options-frase.png);	
}
#especialMain .options li.confianza {
	margin-right:25px;	
	background-image:url(../img/bg_especialMain-options-confianza.png);
}
#especialMain .options li.crecimiento {
	margin-right:25px;	
	background-image:url(../img/bg_especialMain-options-crecimiento.png);
}
#especialMain .options li.inflacion {
	background-image:url(../img/bg_especialMain-options-inflacion.png);
}
.especialModal {
	width:653px;
	height:398px;
	position:absolute;
	z-index:50;
	background-color:#efefef;
	background-image:url(../img/bg_especialModal.png);	
}
.modalContent {
	width:380px;
	height:160px;
	position:relative;
	margin-top:120px;
	margin-left:135px;
	padding-top:50px;
	background-repeat:no-repeat;
}
.modalContent.frase {
	background-image:url(../img/bg_modalContent-frase.png);	
}
.modalContent.confianza {
	background-image:url(../img/bg_modalContent-confianza.png);	
}
.modalContent.crecimiento {
	background-image:url(../img/bg_modalContent-crecimiento.png);	
}
.modalContent.inflacion {
	background-image:url(../img/bg_modalContent-inflacion.png);	
}

/*CAJAS*/
.testForm {
	margin-left:60px;
}
.testForm label {
	margin-bottom:7px;
	display:block;
	font-size:11px;
}
.testForm input[type=radio] {
	margin-right:10px;
}
.testForm input[type=text] {
	width:150px;	
	height:100px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:70px;
	line-height:100px;
	text-align:center;
	color:#333;
	border:1px solid #E3E3E3;
	background-color:#FFF;
}
.testForm input[type=button] {
	width:80px;
	height:30px;
	float:left;
	margin-top:5px;
	color:#fff;
	line-height:30px;
	font-size:11px;
	background-color:#f5aa2e;
	border:none;
	cursor:pointer;
}


/*BOTONES*/
.btnClose {
	width:30px;
	height:30px;
	position:absolute;
	right:5px;
	top:5px;
	background-color:#f5aa2e;
	background-image:url(../img/bg_btnClose.png);
	cursor:pointer;
}
.btnReport {
	width:190px;
	position:absolute;
	right:15px;
	bottom:20px;
	color:#999;
}
.btnReport a {
	color:#1e3d6d;
}
.btnReport a:hover {
	text-decoration:underline;
}