/*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;
}
#especialMain {
	width:653px;
	height:398px;
	position:relative;
	background-image:url(../img/bg_especialMain.jpg);	
}
#especialList {
	width:612px;
	height:112px;
	position:absolute;
	top:170px;
	left:20px;
}
#especialList li {
	float:left;
}
#especialList li a {
	width:50px;
	height:55px;
	display:block;
	margin-right:1px;
	margin-bottom:1px;
	background-image:url(../img/bg_especialList-li.jpg);
	background-color:#fff;
}
#especialList li a.none {
	background:none;	
	cursor:default;
}

/*CAJAS*/
.boxSelect {
	width:150px;
	height:30px;
	position:absolute;
	top:110px;
	left:325px;
	background-color:#291804;
	background-image:url(../img/bg_boxSelect.png);
	background-position:top right;
	background-repeat:no-repeat;
}
.boxSelect li {
	position:relative;
}
.boxSelect li a {
	height:30px;
	display:block;
	padding-left:10px;
	color:#ebbe8b;
	font-size:11px;
	font-weight:normal;
	line-height:30px;
}
.boxSelect ul ul {
	width:100%;
	display:none;
	position:absolute;
	z-index:10;
}
.boxSelect li li a {
	height:30px;
	display:block;
	color:#291804;
	line-height:29px;
	background-color:#ebbe8b;
}
.boxSelect:hover, .boxSelect:hover > li a.parent {
	background-color:#291804;
}
.boxSelect li li a:hover {
	color:#ebbe8b;	
	background-color:#291804;
}

/*BOTONES*/
.btnReport {
	position:absolute;
	right:20px;
	bottom:20px;
	color:#ebbe8b;
}
.btnReport a {
	color:#fff;
}
.btnReport a:hover {
	text-decoration:underline;
}
.btnInfo {
	position:absolute;
	top:110px;
	right:19px;
}
.btnInfo a {
	width:158px;
	height:30px;
	display:block;
	background-image:url(../img/bg_btnInfo.png);
}
