.container {
/* modifica todo el contenedor (menu y contenido)*/
	position: absolute;
	top: 13%;
	z-index: 3;
	left: 10%;
	right: 10%;
}

ul.tabs {
	/* modifica todo el menu en su conjunto */
	margin: 0;
	float: right;
	list-style: none;
	height: 60px;
	width: 100%;
	font-family: "Times New Roman", Times, serif, "Arial Black";
	font-size: 16px;
	padding-top: 0;
	padding-right: 100px;
	padding-bottom: 0;
	
}

ul.tabs li {
/* modifica los menus por separado */
	float: right;
	padding: 0;
	height: 25px;
	line-height: 20px;
}

ul.tabs li a {
/* modifica cada uno de los menu */
	text-decoration: none;
	color: #000;
	display: block;
	font-size: 1.2em;
	padding: 0 10px;
}

ul.tabs li a:hover {
/* modifica cuando se pone arriba el mouse */
	background-image: url(../imagenes/content.png);
	background-repeat: repeat;
	

}
	
html ul.tabs li.active  {
/* modifica el menu despues de ser cliqueado*/
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFCC33;
}

.tab_container {
	border: 1px solid #999;
	border-top: none;
	clear: both;
	float: left;
	width: 100%;
	-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;
	height: 80%;
	background-image: url(../imagenes/content.png);
	background-repeat: repeat;
}
.tab_content {
	padding: 20px;
	font-size: 1.2em;

}
/*.tab_content h2 {
	font-weight: normal;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ddd;
	font-size: 1.8em;

}
.tab_content h3 a{
	color: #254588;

}
.tab_content img {
	float: left;
	margin: 0 20px 20px 0;
	border: 1px solid #ddd;
	padding: 5px;

}*/

/* CSS Document */


