/* CSS Document */
#contenido{
	width:918px;
	padding-left: 30px;
}
.ruta{
	display:block;
	float:left;
	width:868px;
	font-size:9px;
	color:#848282;
	padding-bottom: 20px;
	padding-left: 20px;
}
.ruta a{
	font-size:9px;
	color:#848282;
}
.ruta h1{
	font-size:9px;
	color:#848282;
	display: inline;
	font-weight: bold;
}

#fotos {
	float: left;
	width: 170px;
	padding-left: 30px;
	padding-top: 30px;
	padding-right: 30px;
}

#fotos img {
	float: left;
	margin-bottom: 30px;
}
.titulo {
	float: left;
	width: 450px;
	padding-top: 30px;
	font-size: 22px;
	font-weight: bold;
	color: #004078;
	padding-bottom: 40px;
	display: block;
}
.desc {
	float: left;
	padding-top: 0px;
	font-size: 12px;
	font-weight: normal;
	color: #3E3A38;
	padding-bottom: 30px;
	text-align: justify;
	line-height: 18px;
	display: block;
	width: 450px;
}
#cuerpo {
	float: left;
	width: 450px;
}
#cuerpo p.productos_relacionados{
	display:block;
	float:left;
	width:450px;
	font-size: 12px;
	font-weight: bold;
	color: #868484;
	border-bottom: 1px solid #868484;
	padding-top: 40px;
	padding-bottom: 3px;
}
#cuerpo ul.lista_relacionados{
	display:block;
	float:left;
	width:450px;
	list-style:none;
	padding-top: 10px;
}
#cuerpo ul.lista_relacionados li{
	display:block;
	float:left;
	width:213px;
	padding-bottom: 8px;
	background-image: url(../img/guion_acceso_rapido.gif);
	background-repeat: no-repeat;
	padding-left: 12px;
	background-position: 0px 2px;
}
#cuerpo ul.lista_relacionados li a{
	font-size:10px;
	color: #868484;
}



#tags {
	float: right;
	width: 168px;
	padding-top: 30px;
}
#tags .titulo_tag {
	font-size: 14px;
	font-weight: bold;
	float: left;
	width: 168px;
	background-image: url(../img/boton_categoria.jpg);
	background-repeat: no-repeat;
	text-align: center;
	color: #FFFFFF;
	padding-top: 6px;
	height: 26px;
	display: block;
}
#tags ul.tags{
	display:block;
	float: left;
	width:168px;
	list-style:none;
}
#tags ul.tags li{
	display:block;
	float: left;
	width:168px;
}
#tags .tags a {
	font-size: 11px;
	float: left;
	width: 168px;
	color: #F2F2F2;
	background-image: url(../img/boton_tag.jpg);
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 6px;
	padding-bottom: 12px;
	height: 13px;
}
#noticias {
	display:block;
	float:left;
	width:880px;
	padding-bottom: 20px;
	background-image: url(../img/fondo_ficha_repetir.gif);
	background-repeat: repeat-y;
	padding-right: 20px;
	background-position: 5px 20px;
}

