/* CSS Document */

#todo {
	display: block; position: absolute; left: 0px; top: 0px;
	height: 610px; width: 910px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px; line-height: 14px; color: #333333;
	text-decoration: none;
	border: 1px solid #999999;
}
#cuadro {
	display: block; position: absolute; height: 600px; width: 900px;
	left: 5px; top: 5px;
}
#logo {
	display: block; position: absolute;
	left: 0px; top: 0px; height: 600px; width: 200px;
	background-image: url(../imatges/base/logo.jpg);
	background-repeat: no-repeat; background-position: center center;
}
#cabecera {
	display: block; position: absolute;
	left: 200px; top: 0px; height: 46px; width: 700px;
}
#menu-gral {
	display: block; position: absolute; left: 0px; top: 0px;
	height: 22px; width: 700px;
	font-size: 12px; font-weight: bold; color: #FFFFFF; text-align: center; 
	line-height: 18px;
} 
#submenu {
	display: block; position: absolute; left: 0px; top: 26px;
	height: 22px; width: 700px;
	font-size: 12px; font-weight: bold;
	line-height: 18px; background-color: #D1D1D1;
}
#submenu .actual {
	margin-right: 20px; margin-left: 10px;
	color: #666666;
	text-decoration: none;
	}
#submenu a {
	margin-right: 20px; margin-left: 10px;
	color: #666666;
	text-decoration: none;
	}
#submenu a:link {
	margin-right: 20px; margin-left: 10px;
	color: #FFFFFF;
	text-decoration: none;
	}
#submenu a:hover {
	margin-right: 20px; margin-left: 10px;
	color: #666666;
	text-decoration: none;
	}
#submenu a:visited {
	margin-right: 20px; margin-left: 10px;
	color: #FFFFFF;
	text-decoration: none;
	}
#submenu a:active{}
	 	 
#base {
	display: block; position: absolute;
	background-color: #D1D1D1;
	left: 200px; top: 575px; height: 25px; width: 685px;
	font-size: 12px; font-weight: bold; color: #666666; text-decoration: none;
	text-align: right; line-height: 21px; padding-right: 15px;
}
#base a{font-weight: bold; color: #666666; text-decoration: none;}
#base a:link{font-weight: bold; color: #666666; text-decoration: none;}

#contenido {
	display: block; position: absolute; height: 550px; width: 700px;
	left: 200px; top: 50px;
}
#imagen {
	display: block; position: absolute; height: 500px; width: 620px;
	left: 50px; top: 10px;
}

/* CLIENTES */
#listclientes {
	display: block; position: absolute; height: 500px; width: 620px; left: 50px; top: 10px;
	font-size: 12px; font-weight: bold; color: #666666; text-decoration: none;
}
#listclientes ul{ font-size: 14px; line-height: 20px;}
#listclientes li{}
#listclientes .titol{font-size: 20px; line-height: 20px;}

/* CONTACTO */
#contactar {
	display: block; position: absolute; height: 500px; width: 620px; left: 50px; top: 10px;
	font-size: 12px; font-weight: bold; color: #666666; text-decoration: none;
}
#contactar ul{ font-size: 14px; line-height: 20px;}
#contactar li{ list-style-type: none;}
#contactar .titol-2{font-size: 20px; line-height: 20px;}
