 
/*
-	La cabecera de la página
-	overflow:hidden Imaginemos que tenemos un texto sin espacios, como no se podrá
	partir, este parametro lo oculta para no romper el diseño, tanto en altura como
	en anchura
*/

#header
{
	background-color: #FFFFFF;
	overflow: hidden;
	margin: 8px 0px 8px 0px;
	padding: 0px;
}

#header .header-left
{
	margin: 0px;
	padding: 0px;
	float: left;
	width: 50%;
}

#header .header-right
{
	margin: 0px;
	padding: 0px;
	text-align: right;
	float: left;
	width: 50%;
}

#header .text
{
	margin: 10px 0px 0px 0px;
	float: left;
}

#header header-right img
{
	float: left;
}

#header-line
{
	clear: both;
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 12px 0px 0px 0px !important;
	margin /**/:10px 0px 0px 0px;
	background: #FFFFFF url(http://panel.domestika.com//panelcontrol//img/domestika/linea_fondo.gif) repeat-x left top;
	text-align: center;
}
