/* CSS Document */


.tags_table{
	background-color:#f0f6e9;
	border:2px solid #d7edbe;
	/*float:right;
	margin-right:35px;*/
	margin-bottom:10px;

	margin-left:auto;
	margin-right:auto;

	margin-top:20px;
	padding:10px;
	width:710px;
}

.tags_header{
	float:left;
	width:710px;
	height:60px;
	background-image:url("../Tags-Colchones/images/header.jpg");
	margin-bottom:5px;
}
.tags_header span{
	font-size:12px;
	color:#666666;
}


.tags_table .home{
	float:left;
	width:165px;
	height:57px;
}
.tags_table .top_menu {
	color:#E0E0E0;
	float:right;
	margin:20px 0 20px 70px;
}
.tags_table .top_menu a, .tags_table .top_menu a:visited, .tags_table .top_menu a:hover {
	text-decoration:none;
	color:#666666;
	font-weight:bold;
	font-size:14px;
}
.tags_table .top_menu a:hover {
	color:#2668A7;
	text-decoration:none;
}

.tags_table #tags_div {
	margin:40px 0;
	padding:0 5px;
	text-align:justify;
}
.tags_table #tags_div a, .tags_table #tags_div a:visited, .tags_table #tags_div a:hover{
	color:#000000;
	padding:0px 7px;
	text-decoration:none;

}
.tags_table #tags_div a:hover {
	color:#ffffff !important;
	background-color:#C2D220 !important;
}

.tags_table #exclusive_left {
	width:540px;
	float:left;
	border-right:1px solid #ccc;
	padding-right:20px;
	margin-right:20px;	
}
.tags_table #exclusive_right {
	float:left;
}

.tags_table #sample_tag{
	margin:10px 0px;
	clear:both;
	float:left;
	font-size:15px;
	padding:0 7px;
}
