/* CSS Document */

.tab_container {
	overflow: hidden;
	clear: both;
	float: left;
	width: 638px;
	background: #fff;

	.margin-bottom: 20px;
}
#contenedor-3 table {
	width: 638px;
	float: left;
	margin-top: 0px;
}
#contenedor-3 {
	float: left;
	width: 640px;
	margin-bottom: 20px;
}
ul.tabs {
	float: left;
	list-style: none;
	height: 32px;
	width: 635px;
	margin: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 35px;
}
ul.tabs li {
	float: left;
	padding: 0;
	height: 30px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 31px;
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #dedede;
	border-right-color: #dedede;
	border-bottom-color: #FFF;
	border-left-color: #dedede;
	color: #FFFFFF;
}
ul.tabs li a {
	text-decoration: none;
	color: #000000;
	display: block;
	font-size: 12px;
	padding: 0 9px; /*--Gives the bevel look with a 1px white border inside the list item--*/
	outline: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #fff;
	border-right-color: #fff;
	border-bottom-color: #dedede;
	border-left-color: #fff;
	font-weight: bold;
}
ul.tabs li a:hover {
	background-color: #FFF;
	color: #B0541C;
	font-weight: bold;
}
html ul.tabs li.active, html ul.tabs li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background-color: #dedede;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
	color: #666666;
}
