h1 {font-size: 3em; margin: 20px 0;}
.container {width: 560px; margin: 20px auto;}
ul.tabs {
	margin: 0px;
	padding: 0px;
	float: left;
	list-style: none;
	width: 260px;
	background:none;
}
ul.tabs li {
	float: left;
	margin: 0px;
	padding: 0px;
	width:260px;
	margin-bottom:5px;
	padding-bottom:5px;
	border-bottom:1px dotted #666666;
}
ul.tabs li a {
	text-decoration:none;
	color:#fd8900;
	font-weight:bold;
	background-image:url(../imagenes/flecha2.png);
	background-repeat:no-repeat;
	background-position:right;
	padding-right:15px;
}
ul.tabs li a:hover {
	padding-left:5px;
	color:#666666;
}
.tab_container {
	border: 1px solid #999;
	border-top: none;
	clear: both;
	float: left; 
	width: 560px;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
.tab_content {
	padding-left: 20px;
	padding-right:20px;
	padding-bottom:20px;
	color:#666666;
}
.tab_content h2 {
	font-weight: normal;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ddd;
	font-size: 1.8em;
}
.tab_content img {
	float:left;
	border:2px solid #a3a3a3;
	margin-right:10px;
	margin-bottom:5px;
	margin-top:3px;
}
.justificado{
	float:left;
	width:560px;
	text-align: justify;
	color: 666666;
	margin-bottom:20px;
}

