@charset "ISO-8859-1";

@media screen {

#Regreso {background:#26487a;color:#f2f2f2;font-size:1.2em;font-family:'times new roman', serif;padding:5px;margin:5px 10px;font-weight:bold;} 
#Regreso a {color:#f2f2f2;}
#Contenido {min-height:600px;background:transparent url('/rsrcs/imgs/site/gradiente_fondo.png') repeat-x scroll top left;width:760px;margin:0 auto;padding:10px;}
#Portada {display:none;}
.js #Portada {width:200px;text-align:center;padding:10px;float:left;display:block;}
h1 {font-size:1.2em;color:#214478;}

dt.Autor, dt.Coleccion, dt.Precios, dt.Liga, dt.Yea, dt.Status, dt.Tipo {
width:1px;height:1px;overflow:hidden; position:absolute;top:-100000px;left:-10000px;
}

dd {
margin:0.3em 0;
}

dd.Coleccion, dd.Tipo {
font-style:italic;
}

dd.ResumenES, dd.ResumenEN, dd.Tema {
text-align:justify;
}

dt {
font-size:1em;color:#214478;
}

dd.PrecioES {
margin-top:1em;
margin-right:6em;
text-align:right;
clear:right;
}

dd.Enexistencia {
text-align:center;
margin-right:5em;
border:1px solid #060;
color:#060;
width:15ex;
float:right;
background:#7ec09f;
padding:2px;
}

dd.Enprensa {
text-align:center;
margin-right:5em;
border:1px solid #630;
color:#630;
width:15ex;
float:right;
background:#cea370;
padding:2px;
}

dd.Agotado {
text-align:center;
margin-right:5em;
border:1px solid #600;
color:#600;
width:15ex;
float:right;
background:#bf7f7f;
padding:2px;
}

dd.PrecioEN {
text-align:right;
margin-right:6em;
}

dt.ResumenES, dt.Tema {
clear:both;
}


dd.Liga {
margin:1em 0;
text-align:right;
}

dd.Liga a {
color:#8a2529;
}

.js .ButtonNode {
  -webkit-transition-property: background-color;
  -webkit-transition-duration: .3s;
  border: 1px solid #999;
  padding: 2px 4px 4px 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}

.js .ButtonNode:hover {
  background-color: #ccc;
  -webkit-transition-duration: .2s;
}

.js .ButtonText {
  padding: 0 0.3em;
  text-align: center;
	text-decoration:none;
	color:#8a2529;
}

.js .IconPDF {
  background-image: url(/rsrcs/js/admin/dijit/themes/sandox/images/Sdx_Iconos.png); 
	background-repeat: no-repeat;
	padding-left: 15px;
	padding-right:0;
	height: 18px;
	text-align: center;
	background-position: -18px;
}

}