 
/*
-	Pie de la página
-	position: absolute y bottom:0 clear: both lo establecen en el pie de la página
*/

#footer
{
/*	position: absolute;
	bottom: 0;*/
	clear: both;
	width:100%;
	padding: 10px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
	border-top: 1px #ffffff solid;
	background: #FFFFFF url(http://panel.domestika.com//panelcontrol//img/domestika/linea_fondo.gif) repeat-x left top;
	text-align: center;
	color: #AF0428;
}

#footer a:link, #footer a:visited, #footer a:active 
{
	font-weight: normal;
	color: #CD1F44;	
	text-decoration: underline;
}

#footer a:hover
{
	font-weight: normal;
	color: #CD1F44;	
	text-decoration: none;
}

#footer .text-alternative
{
	color: #CD1F44;
}

/* 
-	Soluciona un pixed de más en el IE
*/ 

* html #footer
{
	margin-bottom: -1px;
}