/* CSS Document */

#herramientas
	{
	width: 148px;
	margin-bottom: 10px;
	}

#herramientas h4
	{
	color: #000040;
	background-color: #b5bcd5;
	font-size: 1.1em;
	font-weight: normal;
	padding: 4px 5px;
	}

#herramientas h4.top
	{
	background: url(/images/html/pest_tools_x2.gif) no-repeat #b5bcd5;
	padding-top: 8px;
	padding-bottom: 3px;
	font-weight: bold;
	}

#herramientas ul
	{
	background-color: #eeeeee;
	list-style: none;
	padding: 5px 0;
	}

#herramientas ul.last
	{
	background-image: url(/images/html/pie_tools_x2.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 15px;
	}

#herramientas li
	{
	font-size: 1.1em;
	text-align: left;
	}

#herramientas a
	{
	display: block;
	text-decoration: none;
	border-top: 1px solid #f6f6f6;
	border-bottom: 1px solid #e6e6e6;
	width: 132px;
/*	background-position: left center;
	background-repeat: no-repeat;*/
	padding: 4px 3px 3px 3px;
	color: #363636;
	margin: 0 5px;
	}

#herramientas li.last a
	{
	border-bottom: none;
	text-align: left;
	}

#herramientas li.first a
	{
	border-top: none;
	}

#herramientas li img
	{
	vertical-align: middle;
	text-decoration: none;
	}

#herramientas a:hover
	{
	text-decoration: underline;
	color: #cc0000;
/* 	background-color: #f7f7f7; */
	}

#ofertas
	{
	margin: 0 0 10px 14px;
	width: 182px;
	font-family: Verdana, sans-serif;
/* 	font-size: 1.1em; */
/* 	border: 1px solid green; */
	}

#ofertas h4
	{
	color: #000040;
	background-image: none;
	background-color: #f0f0f0;
	border: 0;
	border-top: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
	font-size: .8em; 
	font-weight: bold; 
	line-height: 1.3em; 
	padding: .5em 0 .5em .4em; 
	margin: 0;
	}

#ofertas h4 img
	{
	float: right;
	margin: 0 .5em 0 0;
	}

#ofertas ul
	{
	background-color: #f0f0f0;
	padding: 0;
	margin: 0;
	}

#ofertas li
	{
	background: url(/images/html/bg_ofertas.gif) repeat-x left top #fff;
	border-bottom: 1px solid #dadada; 
	font-size: .8em; 
	line-height: 1.9em; 
	list-style-type: none; 
	list-style-image: none; 
	padding: 0 .2em 0; 
	margin: 0;
	}
 
#ofertas li p 
	{ 
	font-size: 1em; 
/* 	padding: 0 1em;  */
/* 	background-color: white; */
	text-align: right;
	margin: 0 1em;
	}

#ofertas li p strong 
	{ 
	color: #cc0000; 
	font-weight: bold; 
	font-size: 1.1em; 
/* 	margin-left: .1em;  */
	}

#ofertas li a
	{
	margin: 0 .2em;
	}

/*
#ofertas li a
	{
	color: #353535;
	text-decoration: none;
	}

#ofertas li a:hover
	{
	color: #cc0000;
	}
*/
#ofertas p.mas 
	{ 
	background-color: #f0f0f0; 
	font-size: .8em; 
	font-weight: normal;
	padding: .2em .5em .4em;
	text-align: right;
	margin: 0;
	}


