/* Shortcuts */

dl.shortcut {
	margin:0 10px 15px 0;
	width:150px;
	float:left;
	font-size:1.05em;
}

	dl.shortcut.last {
		margin:0 0 15px 0;
	}
	
	dl.shortcut.full {
		width:471px;
		margin:0 0 15px 0;
		clear:both;
	}	
		
	dl.shortcut dt {
		width:100%;
	}
	dl.shortcut dd {
		padding:0;
		margin:0;
	}
	
	dl.shortcut dd a {
		padding:0 0 0 24px;
	}
		dl.shortcut dd.thumbnail{
			margin: 10px 0 0 0;
		}
	
			dl.shortcut dd.thumbnail a {
				padding:0;
			}

	dl.shortcut dd.edicion {
		border-top:1px solid #b3b3b3;
		padding:6px 0 0 0;
		margin:8px 0 0 24px;
		display:block;
		font-size:0.9em;
		color:#666;
	}
		dl.shortcut dd.ediciondos {
			margin: 8px 0 0 0;
			border-top:1px solid #b3b3b3;
			padding:6px 0 0 0;
			display:block;
			font-size:0.9em;
			color:#666;
		}
	/*dl.shortcut dd.long {
		margin-bottom:39px;
	}*/
	
	dl.shortcut.full dd a {
		height:auto;
	}
		
	dl.shortcut.full dt, dl.shortcut.full dd {
		width:471px;
		height:auto;
	}
					
	dl.shortcut.full dd.photos {
		margin-top:12px;
	}

dl.shortcut dt {
	font-size:1.6em;
	color:#646464;
	border-bottom:1px solid #b3b3b3;
	padding-bottom:4px;
	margin-bottom:6px;
}

	.shortcut a {
		color:#333;
	}
	.shortcut a:hover {
		color:#000;
	}
	
	.shortcut strong {
		display:block;
		font-size:1.2em;
		font-family:Arial, Helvetica, sans-serif;
	}
	
	
		/* Shortcuts links */
		
		dl.shortcut dd.boton, dl.shortcut.full dd.boton {
			margin:0 0 0 0;
			padding:10px 0 0 0;
			width:150px;
		}
			dl.shortcut dd.botonNota {
				margin-bottom:8px;
				padding:10px 0;
				border-bottom:1px solid #b3b3b3;
				clear:both;
			}

		dl.shortcut a.linkEdiciones, dl.shortcut.full a.linkEdiciones, dl.shortcut a.linkInfo, dl.shortcut.full a.linkInfo {
			background-repeat:no-repeat;
			background-position:0px 0px;
			height:21px;
			display:block;
			padding: 6px 0 0 28px;
			font-size:0.9em;
		}

			dl.shortcut a.linkEdiciones, dl.shortcut.full a.linkEdiciones {
				background-image:url(../images/buttons/grey-go.gif);
			}

			dl.shortcut a.linkInfo, dl.shortcut.full a.linkInfo {
				background-image:url(../images/buttons/grey-more.gif);
			}
				dl.shortcut a.linkInfo:hover, dl.shortcut.full a.linkInfo:hover, dl.shortcut a.linkEdiciones:hover, dl.shortcut.full a.linkEdiciones:hover {
					background-position:0px -27px;
				}
	
		dl.shortcut dd a.linkDescargar3 {
			background-image: url(../images/icons/download_greySmall.gif);
			background-repeat:no-repeat;
			color:#333;
			display:block;
		}
			dl.shortcut dd a.linkDescargar3:hover {
				background-image: url(../images/icons/download_blackSmall.gif);
				color:#000;
			}
		
		dl.shortcut dd a.linkIr {
			background-image: url(../images/icons/go_grey.gif);
			background-repeat:no-repeat;
			color:#333;
			display:block;
		}
			dl.shortcut dd a.linkIr:hover {
				background-image: url(../images/icons/go_black.gif);
				color:#000;
			}