@charset "UTF-8";

/* ______________ footer novellas ______________ */

#footer{
    position: relative;
    width: 100%;
	min-width: 990px;
    height: 180px;
    background: #d2d2d2 url(footerBack.png) top left repeat-x;
	text-align: center;
	z-index: 40;
	font-family: Tahoma, Arial, Helvetica, Sans serif;
    font-size: 12px;
}

#footerContent{
    position: relative;
    width: 800px;
    height: 140px;
	margin: 0 auto 0 auto;
	font-size: 0.9em;
}

#footerContent #companies{
	position: absolute;
	top: 18px;
	right: 0px;
	height: 120px;
	width: 280px;
	margin: 0px;
	padding: 0px;
}

#footerContent a, #footerContent a:link, #footerContent a:visited, #footerContent a:active{
	font-weight: normal;
}



#footerContent #companies li{
	height: 24px;
	width: 300px;
	text-align: left;
	color: #666;
	margin: 0 0 6px 0;
	padding: 0;
	list-style: none;
	cursor: pointer;
}

#companies a, #companies a:hover{
	color: #666;
	text-decoration: none;
	padding-left: 25px;
	display: block;
	height: 24px;
	line-height: 12px;
}

#companies a .compUrl{
	line-height: 12px;
	height: 12px;
	font-size: 0.9em;
	text-decoration: underline;
	color: #7895a4;
	cursor: pointer;
}

#companies a:hover .compUrl{
	text-decoration: underline;
}

#companies a.dedesal{
	background: url(iconCompanies.png) 0px -96px no-repeat;
}

#companies a.dedesal:hover{
	background: url(iconCompanies.png) 0px 0px no-repeat;
	color: #e29a00;
}
#companies a.dedesal:hover .compUrl{
	color: #e29a00;
}

#companies a.dedevan{
	background: url(iconCompanies.png) 0px -120px no-repeat;
}

#companies a.dedevan:hover{
	background: url(iconCompanies.png) 0px -24px no-repeat;
	color: #e2001a;
}
#companies a.dedevan:hover .compUrl{
	color: #e2001a;
}

#companies a.inc{
	background: url(iconCompanies.png) 0px -144px no-repeat;
}

#companies a.inc:hover{
	background: url(iconCompanies.png) 0px -48px no-repeat;
	color: #81a012;
}
#companies a.inc:hover .compUrl{
	color: #81a012;
}

#companies a.tcc{
	background: url(iconCompanies.png) 0px -168px no-repeat;
}

#companies a.tcc:hover{
	background: url(iconCompanies.png) 0px -72px no-repeat;
	color: #5ba4ca;
}
#companies a.tcc:hover .compUrl{
	color: #5ba4ca;
}

#footerContent #novellas{
	position: absolute;
	top: 45px;
	left: 55px;
	height: 51px;
	width: 400px;
	margin: 0px;
	text-align: left;
	font-size: 1.2em;
}

#novellas a, #novellas a:hover{
	color: #666;
	text-decoration: none;
	display: block;
	height: 51px;
	line-height: 51px;
}

#novellas a:hover{
	color: #333;
}

#novellas img{
	vertical-align: absmiddle;
}

