/*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);	
}
.especialModal {
	width:653px;
	height:398px;
	position:absolute;
	z-index:50;
	background-color:#0e0805;
	opacity:0.98;
}
.modalContent {
	width:653px;
	height:398px;
	position:relative;
	background-repeat:no-repeat;
}
.modalContent.info {
	background-image:url(../img/bg_modalContent-info.png);
}


/*CAJAS*/
#especialPhotos {
	position:absolute;
	top:120px;
}
#especialPhotos li {
	width:217px;
	height:155px;
	float:left;
	cursor:pointer;
}
#especialPhotos li.hernando {
	margin-right:1px;
	background-image:url(../img/bg_especialPhotos-hernando.jpg);
}
#especialPhotos li.carazo {
	margin-right:1px;	
	background-image:url(../img/bg_especialPhotos-carazo.jpg);
}
#especialPhotos li.andre {
	background-image:url(../img/bg_especialPhotos-andre.jpg);
}
#especialLogos {
	position:absolute;
	top:250px;
}
#especialLogos ul {
	position:relative;
}
#especialLogos li {
	width:82px;
	height:82px;
	position:absolute;
	cursor:pointer;
}
#especialLogos li.comercio {
	left:70px;
	background-image:url(../img/bg_especialLogos-comercio.png);
}
#especialLogos li.alimentos {
	left:285px;	
	background-image:url(../img/bg_especialLogos-alimentos.png);
}
#especialLogos li.construccion {
	left:505px;
	background-image:url(../img/bg_especialLogos-construccion.png);
}



/*BOTONES*/
.btnInfo {
	width:150px;
	height:60px;
	position:absolute;
	right:20px;
	top:20px;
	background-image:url(../img/bg_btnInfo.png);
	cursor:pointer;
}
.btnClose {
	width:30px;
	height:30px;
	position:absolute;
	right:5px;
	top:5px;
	background-image:url(../img/bg_btnClose.png);		
	cursor:pointer;
}
.btnReport {
	width:210px;
	position:absolute;
	right:15px;
	bottom:15px;
	color:#5c4336;
}
.btnReport a {
	color:#7b9740;
}
.btnReport a:hover {
	text-decoration:underline;
}