@charset "UTF-8";
#contenedor {
	height: 460px;
	width: 1005px;
	clear: both;
}
#barra_izda {
	height: 460px;
	width: 20px;
	position: relative;
	float: left;
}
#cont_series {
	height: 458px;
	width: 983px;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#titulo {
	background-color: #CCCCCC;
	height: 40px;
	width: 973px;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #666666;
}
#series {
	width: 973px;
	float: right;
	margin-top: 10px;
	height: 365px;
}
.nombre_series {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
}
#navegacion {
	height: 25px;
	width: 973px;
	float: right;
	margin-top: 18px;
}
.barra_operativo {
	background-color: #cc3300;
}
.barra_direccion {
	background-color: #339900;
}
.barra_metalico {
	background-color: #6699cc;
}
.barra_silleria {
	background-color: #ff0000;
}
.barra_auxiliar {
	background-color: #cc66cc;
}
.tituloSerie {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #333333;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #333333;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #333333;
	text-decoration: none;
}
.barra_complementos {
	background-color: #669966;
}
.textoSeries {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #666666;
}
.linksSeries a:link {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #666666;
}
.linksSeries a:visited {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #666666;
}
.linksSeries a:hover {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #000000;
	text-decoration:underline;
}
.linksSeries a:active {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #666666;
}

