/* $Id: local-sample.css,v 1.1 2009/08/19 04:28:52 sociotech Exp $ */

/****************************/
/* LOCAL CSS                */
/****************************/

/* Put your custom CSS and CSS overrides in this file and  */
/* rename it local.css.  By restricting your CSS changes   */
/* to local.css, your changes will not be overwritten when */
/* upgrading to a new version of this theme.  You can also */
/* use a local-rtl.css file for the equivalent in RTL.     */

/* Steps to activate local.css:                       */
/* 1. Add your custom CSS to this file                */
/* 2. Rename this file to local.css                   */
/* 3. Clear cached data at admin/settings/performance */

#site-name {
  font-size:48px;   /* 24px/12px */
}
/* para espaciar el grid de entrada en el sitio */
table {
	margin: 0px auto; /* controla margen superior */
	text-align: center;
	}
table td { 
	padding:15px;
	vertical-align:top; /* controla en el grid de entrada que se alineen imag por arriba */
	}
/* para solucionar un problema visualización del modulo uc_out_of_stock de Ubercart */
.uc_out_of_stock_throbbing {
	display:none;  
   }
/* subo el cuerpo del texto general de descripción de los libros */
div.product-body {
    font-family: Arial,Helvetica,Verdana,"Bitstream Vera Sans",sans-serif;
    font-size: 115%;
	text-align:justify;
	line-height:170%;
	} 
/* autores: el nombre del autor que figura debajo del título */
div.autores {
    font-family: Arial,Helvetica,Verdana,"Bitstream Vera Sans",sans-serif;
    font-size: 180%;
	font-variant:small-caps;
	color:#000;
	text-align:left;
	line-height:180%;
	margin-bottom:25px;
	} 
/* texto de las reseñas de prensa */
div.field-field-resena {
	padding-top:20px;
	font-size:12px;
	text-align:justify;
    }
/* tratamiento de las etiquetas */
div.field-label {
	font-size:11px;
	font-weight:bold;
	color:#AF0000;
    }
/*Para que las etiquetas se mu displayed inline*/	
.field .field-label, .field .field-label-inline, .field .field-label-inline-first {
    float: left;
}
/*Para que no salga el SKU*/	
.model {
	display:none;
    }
/*caja de venta de los ebooks en cada libro ESTO ESTÁ ANULADO*/	
.venta-ebooks {
    background: url("/sites/all/themes/acquia_prosper/design_packs/allo/images/button-allo.png") repeat-x scroll 50% 0 #9E9E9E;
	border: 3px solid #E9E9E9;
    margin-left:auto;
	max-width:250px;
	font-size: 80%;
	line-height:125%;
	font-weight: bold;
	text-align:center;
    margin: 0ps 50px 0px 0px;
    padding: 0px 0px;
}
/*cajas de anuncios amazon y todoebook en cada libro*/
.anuncios{
background-color: #F7F7F7;
padding: 5px 10px 5px 10px;
border: 1px solid #EDEDED;
border-radius: 4px 4px 4px 4px;
margin:2px;
float:left;
width:212px;
font-weight:bold;
font-size:80%;
color:#F00;
text-align:center;
}
.comprar-edicion-papel{
float:left;
width:484px;
margin-top:12px;
font-weight:bold;
font-size:80%;
color:#F00;
text-align:center;
}
.uc_out_of_stock_html{
font-weight:bold;
font-size:80%;
color:#F00;
text-align:center;
}
#product-details {
background-color: #F7F7F7;
}
/* FIN cajas de anuncios amazon y todoebook en cada libro*/
