@charset "UTF-8";
/* CSS Document */
/*Definición de Lista de Menu*/
ul.tabNavigation {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.tabNavigation li {
	display: inline;
}
ul.tabNavigation li a {
	float:left;
	text-decoration: none;
	display:block;
}
ul.tabNavigation li.primero a  { 
	background:url(/storage/consejos-tab-1.jpg) top left no-repeat;
	text-indent:-9999px;
	cursor:pointer;
	width:184px;
	height:52px;
}
ul.tabNavigation li.primero a:hover  { 
	background:url(/storage/consejos-tab-1.jpg) bottom left no-repeat;
}
ul.tabNavigation li.segundo a  { 
	background:url(/storage/consejos-tab-2.jpg) top left no-repeat;
	text-indent:-9999px;
	cursor:pointer;
	width:194px;
	height:52px;
}
ul.tabNavigation li.segundo a:hover  { 
	background:url(/storage/consejos-tab-2.jpg) bottom left no-repeat;
}
ul.tabNavigation li.tercero a  { 
	background:url(/storage/consejos-tab-3.jpg) top left no-repeat;
	text-indent:-9999px;
	cursor:pointer;
	width:210px;
	height:52px;
}
ul.tabNavigation li.tercero a:hover  { 
	background:url(/storage/consejos-tab-3.jpg) bottom left no-repeat;
}
ul.tabNavigation li a:focus {
	outline: 0;
}

/*Definición de Contenidos*/
div.tabs > div {
	width:550px;
	float:left;
	clear:both;
	padding:0;
	margin:0px;
}
br {padding:10px 0}
#first ul li {
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#666;
	padding:0 0 20px 0;
	margin:0px;
	list-style-image:url(/storage/flechita.gif);
}
#second ul li {
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#666;
	padding:0 0 20px 0;
	margin:0px;
	list-style-image:url(/storage/flechita.gif);
}
#third ul li {
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#666;
	padding:0 0 20px 0;
	margin:0px;
	list-style-image:url(/storage/flechita.gif);
}
.waste {
	min-height: 1000px;
}
-->
