/* COLORES
DEGRADADO DE BOTONES, FILETES, ETC
background: #650C34;
background: -moz-linear-gradient(top,  #bd335f 0%, #650c34 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bd335f), color-stop(100%,#650c34));
background: -webkit-linear-gradient(top,  #bd335f 0%,#650c34 100%);
background: -o-linear-gradient(top,  #bd335f 0%,#650c34 100%);
background: -ms-linear-gradient(top,  #bd335f 0%,#650c34 100%);
background: linear-gradient(to bottom,  #bd335f 0%,#650c34 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bd335f', endColorstr='#650c34',GradientType=0 );

rosa01 #bd335f
morado01 #650C34 
morado02 clarito #e5b4e0;

/* TRUCOS */

/** {
font-family: Arial, Helvetica, sans-serif;
}*/

/*temporal*/
h1 {
	font-family:'Arial', 'Helvetica', sans-serif;
	font-size:1.2em;
}
h2, h3 {
	font-family:'Arial', 'Helvetica', sans-serif;

	font-size:1em;
}
.titulo h2 {
	font-family:'Arial', 'Helvetica', sans-serif;

	font-size:1em;
	margin: 4px 5px 0px 35px;
}
p {
	font-family:'Arial', 'Helvetica', sans-serif;

	font-size:0.8em;
}

.no_margin {
	margin: 0;
}


a {
	color: white;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

body {
	background: #ebe9f9; /* Old browsers */
}

.container_24 {
	width: 990px;
	background-color: #FFF;
	margin-top: -20px;
	border: double #BF8CA6 3px;
	/*
	border: solid #555 4px;*/
}

/*::::::::::::::::::::::::::::::::::::::::::::
::::::::::::::::  HEADER    ::::::::::::::::::
::::::::::::::::::::::::::::::::::::::::::::*/

#header {
	height: 135px;
}

#header #logo {
	margin-left: 15px;
	margin-right: 12px;
	height: 135px;
	/* Borde */
	border-radius: 4px;
}

#header #idioma {
	width: 150px;
	height: 20px;
	float: right;
	margin-top: 25px;
	margin-bottom: 14px;
	margin-right: 0px;
	font-size: 0.7em;
	text-align: right;
	padding-right: 5px;
	font-family: 'Arial', 'Helvetica', sans-serif;
}

#header #idioma a{
	text-decoration: none;
	color: #bd335f;
}

#header #idioma a:hover{ 
	color: #444;
	text-decoration: underline;
}

#header .tienda_box{
	width: auto;
	height: 57px;
	float: right;
	position: relative;
	font-family: 'Arial', 'Helvetica', sans-serif;
   margin-bottom: 0;
}

#header .tienda_box #help {
	margin-right: 5px;
	padding-top: 2px;
	float: right;
	width: auto;
	text-align: right;

}

#header .tienda_box #help a{
	color: #666;
	font-size: 0.7em;
	margin-left: 2px;
	vertical-align: 1px;
}

#header .tienda_box #help ul{ 
	list-style: none;
	padding: 0;
	margin: 0;
}

#header .tienda_box #help li{ 
	margin: 0;
	padding: 0;
	line-height: 12px;
}

#header .tienda_box #carrito{
	float: right;
	width: auto;
	height: 33px;
	font-size: 0.8em;
	font-family: 'Arial', 'Helvetica', sans-serif;
	text-align: right;
	padding-top: 0px;
	padding-left: 5px;
	border-left: solid black 1px;
}

#header .tienda_box #carrito a{ 
	color: #bd335f;
	float: right;
}

#header .tienda_box #carrito a:hover{ 
	color: #444;
	text-decoration: underline;
}

#header .tienda_box #carrito .carro_pre{
	position: absolute;
	top: 16px;
	right: 9px;
	font-size: 0.8em;
	color: #888;
	float: right;
	display: block;
}

#header #carrito h3{
	display: block;
	margin: 0;
	float: right;
	padding-top: 3px;
}
#header #carrito img{
	margin-left: 5px;
	margin-right: 5px;
	float: right;
}

/*::::::::::::::::::::::::::::::::::::::::::::
::::::::::::   MENU PRINCIPAL    :::::::::::::
::::::::::::::::::::::::::::::::::::::::::::*/

#header #menu_principal.grid_20{
	height: 15px;
	margin-left: 0px;

}

#header #menu_principal.grid_20 a{
	text-decoration: none;
	display: block;
	float: left;
	height: 15px;
	width: 120px;
	margin-right: 11.5px;
	font-size: 0.7em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
	padding-top: 0px;
	color: #FFF;
	/*Degradado*/
	background: #650C34;
	background: -moz-linear-gradient(top,  #bd335f 0%, #650c34 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bd335f), color-stop(100%,#650c34));
	background: -webkit-linear-gradient(top,  #bd335f 0%,#650c34 100%);
	background: -o-linear-gradient(top,  #bd335f 0%,#650c34 100%);
	background: -ms-linear-gradient(top,  #bd335f 0%,#650c34 100%);
	background: linear-gradient(to bottom,  #bd335f 0%,#650c34 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bd335f', endColorstr='#650c34',GradientType=0 );
	/* Borde */
	border-radius: 4px;
	border: solid #bd335f 1px;
}

#header #menu_principal.grid_20 a:hover{
	background: #bd335f; /* Old browsers */
	background: -moz-linear-gradient(top, #bd335f 53%, #650c34 87%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(53%,#bd335f), color-stop(87%,#650c34)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #bd335f 53%,#650c34 87%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #bd335f 53%,#650c34 87%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #bd335f 53%,#650c34 87%); /* IE10+ */
	background: linear-gradient(to bottom, #bd335f 53%,#650c34 87%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bd335f', endColorstr='#650c34',GradientType=0 ); /* IE6-9 */

}

#header #menu_principal.grid_20 a.no_margin {
	margin: 0;
}

/*MENU CATEGORIAS - Solo es visible en screen max 960px por CSS main.css*/

#header #menu_categorias.grid_20{
	height: 30px;
	background-color: green;
	margin-top: 5px;
	margin-left: 0px;
	display: none;
}

/*::::::::::::::::::::::::::::::::::::::::::::
::::::::::::::::   ASIDE    ::::::::::::::::::
::::::::::::::::::::::::::::::::::::::::::::*/

#aside {
	width: 150px;
	height: 100%;
	/*border: solid #666 1px;*/
	padding: 0 8px 0 10px;
	border-radius: 4px;
	/*background: #EAD0E7;*/
	margin-top: 38px;

}

#aside iframe{
	margin-top: 20px;
}

#aside h2{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #650C34;
	font-size: 1.15em;
	font-weight: 100;
	margin: 5px 0 0 5px;
	}

#aside .menu_aside{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	list-style: none;
	padding: 0 0 10px 20px;
	margin: 5px 0 0 0;
	border-bottom: dashed #8a617e 1px;
}

#aside .menu_aside.autores{
	padding: 0 0 0 20px;
	border-bottom: dashed #8a617e 1px;
}

#aside .menu_aside.condiciones{
	margin-bottom: 50px;
}

#aside a{
	color: #333;
	text-decoration: none;
}

#aside a:hover{
	text-decoration: underline;
}



/*::::::::::::::::::::::::::::::::::::::::::::
::::::::::::::::   MAIN    :::::::::::::::::::
::::::::::::::::::::::::::::::::::::::::::::*/



#main {
}

#main .modulo {
	margin: 0;
}

/*::::::::::::::::::::::::::::::::::::::::::::
:::::::::::::    SEARCH BAR   ::::::::::::::::
::::::::::::::::::::::::::::::::::::::::::::*/

#main #search_bar{
	/* DImensiones */
	height: 30px;
	/* Posicion */
	margin: 0 0 10px 0;
	/*Background*/
	background-color: white;
	background-image: url('../imgs/searchbar_prueba.png');
	/* Borde */
	border-radius: 4px;
	border: solid #bd335f 1px;
}

#main #search_bar form{
	position: relative;

}

#main #search_bar .campo{
	/* DImensiones */
	width: 630px;
	height: 18px;
	/* Posicion */
	margin: 4px 0 6px 6px;
	padding-left: 10px;
	/* Borde */
	border-radius: 4px;
	border: solid #bd335f 1px;
}

#main #search_bar .boton_busqueda{
	/* DImensiones */
	width: 120px;
	/* Posicion */
	margin: 0 0 0 12px;
	padding-left: 25px;
	/*Tipografia*/
	color: white;
	font-size: 0.8em;
	/*Degradado*/
	background: #650C34;
	background: -moz-linear-gradient(top,  #bd335f 0%, #650c34 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bd335f), color-stop(100%,#650c34));
	background: -webkit-linear-gradient(top,  #bd335f 0%,#650c34 100%);
	background: -o-linear-gradient(top,  #bd335f 0%,#650c34 100%);
	background: -ms-linear-gradient(top,  #bd335f 0%,#650c34 100%);
	background: linear-gradient(to bottom,  #bd335f 0%,#650c34 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bd335f', endColorstr='#650c34',GradientType=0 );
	/* Borde */
	border-radius: 4px;
	border: solid #bd335f 1px;
}

#main #search_bar .busqueda_icon{
	display: block;
	z-index: 10;
	position: absolute;
	right: 88px;
	top: 7px;

}

/*::::::::::::::::::::::::::::::::::::::::::::
:::::::::::::     BUSQUEDA     :::::::::::::::
::::::::::::::::::::::::::::::::::::::::::::*/


#main #busqueda .modulo_busqueda{
	/* DImensiones */
	height: auto;
	/* Posicion */
	margin: 0 0 10px 0;
	/*Tipografia*/
	text-align: left;
	/*Background*/
	background-color: #fff;
	
}

#main #busqueda a{
	color: #222;	
}

#main #busqueda .filete.persiana h2{
	color: #650C34;
}

#main #busqueda .filete.persiana{
	margin-top: 5px;
	margin-bottom: 3px;
	/*Degradado*/
	background: #fcfcfc;
	background: -moz-linear-gradient(top,  #fcfcfc 0%, #eacedc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#eacedc));
	background: -webkit-linear-gradient(top,  #fcfcfc 0%,#eacedc 100%);
	background: -o-linear-gradient(top,  #fcfcfc 0%,#eacedc 100%);
	background: -ms-linear-gradient(top,  #fcfcfc 0%,#eacedc 100%);
	background: linear-gradient(to bottom,  #fcfcfc 0%,#eacedc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#eacedc',GradientType=0 );
	/* Borde */
	border-radius: 4px;
	border: solid white 1px;
}

#main #busqueda .resultados_titulo a,
#main #busqueda .resultados_autor a,
#main #busqueda .resultados_isbn a,
#main #busqueda .resultados_sinopsis a {
	margin-top: 0;
	padding-left: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}

#main #busqueda img {
	vertical-align: -1px;
	margin-right: 5px;
}

#main #busqueda span.no_busqueda{
	color: #999;
	margin-top: 0;
	padding-left: 10px;
}

/* ESTILO MODULOS - FILETES - PAGINATION*/

#main .modulo .filete {
	/* DImensiones */
	height: 24px;
	/* Posicion */
	margin: 0 0 10px 0;
	position: relative;
	/*Degradado*/
	background: #650C34;
	background: -moz-linear-gradient(top,  #bd335f 0%, #650c34 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bd335f), color-stop(100%,#650c34));
	background: -webkit-linear-gradient(top,  #bd335f 0%,#650c34 100%);
	background: -o-linear-gradient(top,  #bd335f 0%,#650c34 100%);
	background: -ms-linear-gradient(top,  #bd335f 0%,#650c34 100%);
	background: linear-gradient(to bottom,  #bd335f 0%,#650c34 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bd335f', endColorstr='#650c34',GradientType=0 );
	/* Borde */
	border-radius: 4px;
	border: solid #bd335f 1px;
}

#main .modulo .filete .coleccion_nav{
	width: 200px;
	float: left;
}

#main .modulo .filete .autor_nav{
	width: 200px;
	float: left;
}

#main .modulo .filete .ficha_libro_nav{
	width: 78000px;
	float: left;
}

#main .modulo .filete h2{
	font-size: 0.8em;
	color: #FFF;
	margin: 4px 0 0 10px;
}

/*::::::::::::::::::::::::::::::::::::::::::::
:::::::::::::    PAGINACON    ::::::::::::::::
::::::::::::::::::::::::::::::::::::::::::::*/


#main .modulo .filete ul.pagination{
	position: absolute;
    margin:0px;
    padding:0px;
    height:30px;
    overflow:hidden;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: white;
	right:10px;
}

#main .modulo .filete ul.pagination li.prev,
#main .modulo .filete ul.pagination li.last,
#main .modulo .filete ul.pagination li.next{
	font-size: 0.8em;
	padding: 3px 0;
}

#main .modulo .filete ul.pagination li.prev:hover,
#main .modulo .filete ul.pagination li.next:hover{
	opacity: 0.8;
}
 
#main .modulo .filete ul.pagination li.dot{
	font-size: 0.7em;
	padding: 4px 0;}

#main .modulo .filete ul.pagination li.details{
	font-size: 0.7em;
	padding: 4px 0;
	margin-right: 10px;
}

#main .modulo .filete ul.pagination li{
	float:left;
	list-style: none;
	margin-left: 7px;
	color: #999;
	padding: 0 0;
}
 
#main .modulo .filete ul.pagination li:first-child{
    margin-left:0px;
}
 
#main .modulo .filete ul.pagination li a{
	color: white;
	text-decoration: none;
	font-size: 0.8em;
}
 
#main .modulo .filete ul.pagination li a:hover{   
   text-decoration: underline;
}

/* ESTILO MODULOS - GENERICOS APLICABLE A TODOS LOS MODULOS - */  
/*Los class de datos son comunes. Cambia en funcion del id del div contenedor #novedades, #eventos, #colecciones.*/

#main .modulo .modulo_galeria {
	height: 270px;
	width: 789px;
	/*background-color: #FFF;*/
	/*border: solid #b996a9 1px;*/
	border: none;
	border-radius: 5px;
	margin: 0 0 10px 0;
	overflow: hidden;
	padding: 10px 0;
}

.galeria_objeto{
	width: 1580px;
}

.objeto{
	position: relative;
	width: 157px;
	height: 270px;
	float:left;
	border-right: dashed #8a617e thin;
	border-bottom: dashed #8a617e thin;
	margin: 0;
	text-align: center;
}

#novedades .objeto,
#eventos .objeto{
	border-bottom: none;
}

.objeto a, span{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	color: black;
	text-decoration: none;
	margin: 0;
}

.objeto a:hover{
	text-decoration: underline;	
}

.objeto .coleccion{
	display: block;
	width: 157px;
	font-size: 1em;
	font-weight: bold;
	padding: 0;
	margin-top: 0px;
	color: #650C34;
/*	background-color: #e5b4e0;*/
}

.objeto .portada{
	width: 105px;
	height: 146px;
	display: block;
	margin: 10px auto;
	box-shadow: 2px 2px 2px 1px #999;
	border: solid #999 1px;
}

.objeto .portada:hover{
	border: solid #444 1px;
}

.objeto .portada img{
	width: 105px;
	height: 146px;
}

.objeto .titulo{
	width: 120px;
	display: block;
	text-align: left;
	font-weight: bold;
	margin-left: 24px;
	line-height: 11px;
	color: #650C34;
}

.objeto .autor{
	width: 120px;
	display: block;
	text-align: left;
	font-weight: bold;
	margin-left: 24px;
	color: #222;
}


.objeto .precio_o_fecha{
	text-align: right;
	position:absolute;
	bottom: 10px;
	right: 83px;
	width: 60px;
	height: 20px;
	font-size: 1em;
	font-weight: bold;
}

.objeto .agotado {
	position: absolute;
	display: block;
	width: 160px;
	height: 15px;
	padding: 2px 10px;
	border: solid #555 1px;
	border-radius: 4px;
	
	/*background: #b5bdc8;*/ /* Old browsers */
	/*background: -moz-linear-gradient(top, #b5bdc8 0%, #828c95 36%, #28343b 100%);*/ /* FF3.6+ */
	/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b5bdc8), color-stop(36%,#828c95), color-stop(100%,#28343b)); */ /* Chrome,Safari4+ */
	/*background: -webkit-linear-gradient(top, #b5bdc8 0%,#828c95 36%,#28343b 100%);*/ /* Chrome10+,Safari5.1+ */
	/*background: -o-linear-gradient(top, #b5bdc8 0%,#828c95 36%,#28343b 100%);*/ /* Opera 11.10+ */
	/*background: -ms-linear-gradient(top, #b5bdc8 0%,#828c95 36%,#28343b 100%);*/ /* IE10+ */
	/*background: linear-gradient(to bottom, #b5bdc8 0%,#828c95 36%,#28343b 100%);*/ /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5bdc8', endColorstr='#28343b',GradientType=0 );*/ /* IE6-9 */
	background: #650C34;
	background: -moz-linear-gradient(top,  #bd335f 0%, #650c34 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bd335f), color-stop(100%,#650c34));
	background: -webkit-linear-gradient(top,  #bd335f 0%,#650c34 100%);
	background: -o-linear-gradient(top,  #bd335f 0%,#650c34 100%);
	background: -ms-linear-gradient(top,  #bd335f 0%,#650c34 100%);
	background: linear-gradient(to bottom,  #bd335f 0%,#650c34 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bd335f', endColorstr='#650c34',GradientType=0 );
	color: white;
	font-size: 0.7em;
	bottom: 20px;
	right: 30px;
	text-align: center;
}

.objeto .boton_peq{
	/*Dimensiones*/
	position:absolute;
	bottom: 10px;
	right: 15px;
	width: 56px;
	height: 16px;
	padding-top: 0;
	font-size: 0.7em;
	/*Estilo*/
	color: #FFF;
	/*Background*/
	background: #650C34;
	background: -moz-linear-gradient(top,  #bd335f 0%, #650c34 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bd335f), color-stop(100%,#650c34));
	background: -webkit-linear-gradient(top,  #bd335f 0%,#650c34 100%);
	background: -o-linear-gradient(top,  #bd335f 0%,#650c34 100%);
	background: -ms-linear-gradient(top,  #bd335f 0%,#650c34 100%);
	background: linear-gradient(to bottom,  #bd335f 0%,#650c34 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bd335f', endColorstr='#650c34',GradientType=0 );
	/* Borde */
	border-radius: 4px;
	border: solid #bd335f 1px;
}

.objeto .boton_peq:hover{
	background: #bd335f; /* Old browsers */
	background: -moz-linear-gradient(top, #bd335f 53%, #650c34 87%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(53%,#bd335f), color-stop(87%,#650c34)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #bd335f 53%,#650c34 87%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #bd335f 53%,#650c34 87%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #bd335f 53%,#650c34 87%); /* IE10+ */
	background: linear-gradient(to bottom, #bd335f 53%,#650c34 87%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bd335f', endColorstr='#650c34',GradientType=0 ); /* IE6-9 */
}

.objeto .boton_grande{
	/* Dimensiones */
	width: 90px;
	height: 17px;
	/* POSICION */
	position:absolute;
	bottom: 35px;
	right: 30px;
	padding-top: 0;
	/* TIPOGRAFIA */
	font-size: 0.7em;
	color: #FFF;
	text-align:center;
	/*Background*/
	background: #650C34;
	background: -moz-linear-gradient(top,  #bd335f 0%, #650c34 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bd335f), color-stop(100%,#650c34));
	background: -webkit-linear-gradient(top,  #bd335f 0%,#650c34 100%);
	background: -o-linear-gradient(top,  #bd335f 0%,#650c34 100%);
	background: -ms-linear-gradient(top,  #bd335f 0%,#650c34 100%);
	background: linear-gradient(to bottom,  #bd335f 0%,#650c34 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bd335f', endColorstr='#650c34',GradientType=0 );
	/* Borde */
	border-radius: 4px;
	border: solid #bd335f 1px;
}

.objeto .boton_grande:hover{
	background: #bd335f; /* Old browsers */
	background: -moz-linear-gradient(top, #bd335f 53%, #650c34 87%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(53%,#bd335f), color-stop(87%,#650c34)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #bd335f 53%,#650c34 87%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #bd335f 53%,#650c34 87%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #bd335f 53%,#650c34 87%); /* IE10+ */
	background: linear-gradient(to bottom, #bd335f 53%,#650c34 87%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bd335f', endColorstr='#650c34',GradientType=0 ); /* IE6-9 */
}


/*fecha VENTO comun */
.fecha_event {
	text-align: center;
}
.fecha_event span{
	position: absolute;
}

.fecha_event .dia_semana{
	font-size: 1.6em;
	bottom: 110px;
}

.fecha_event .dia{
	font-size: 4em;
	bottom: 50px;
}

.fecha_event .mes{
	font-size: 2.4em;
	bottom: 30px;
}

.fecha_event .hora{
	font-size: 2em;
	bottom: 0px;
}

/*::::::::::::::::::::::::::::::::::::::::::::
::::::::::::::       AGENDA       ::::::::::::
::::::::::::::::::::::::::::::::::::::::::::*/

/* ESTILOS AGENDA. Matizaciones especificas del modulo de agenda. - agenda.php */

.no_agenda {
	display: block;
	width: 400px;
	margin: 20px auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #444;
}

.no_agenda a {
	color: #650C34;
}

#main #agenda .modulo_galeria{
	/* DIMENSIONES*/
	width: 790px;
	height: auto;
	/* POSICION */
	margin: 0 0 10px 0;
	/* TIPOGRAFIA */
	text-align: left;
	font-family: 'Arial', 'Helvetica', sans-serif;
	/* BORDE */
	border-radius: 4px;
	border: solid #b996a9 1px;
}

#main #agenda .modulo_galeria .objeto{
	width: 373px;
	height: 110px;
	margin: 15px 10px 15px 10px;
	text-align: left;
	/*Degradado*/
	background: #ededed; /* Old browsers */
	background: -moz-linear-gradient(top,  #ededed 2%, #eaeaea 49%, #e0e0e0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(2%,#ededed), color-stop(49%,#eaeaea), color-stop(100%,#e0e0e0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ededed 2%,#eaeaea 49%,#e0e0e0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ededed 2%,#eaeaea 49%,#e0e0e0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ededed 2%,#eaeaea 49%,#e0e0e0 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ededed 2%,#eaeaea 49%,#e0e0e0 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#e0e0e0',GradientType=0 ); /* IE6-9 */

	/* Borde */
	border-radius: 4px;
	border: solid #b996a9 1px;
}

#main #agenda .modulo_galeria .objeto:hover{
	cursor: pointer;
	background: #eaeaea; /* Old browsers */
	background: -moz-linear-gradient(top,  #eaeaea 3%, #dbdbdb 50%, #d3d3d3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(3%,#eaeaea), color-stop(50%,#dbdbdb), color-stop(100%,#d3d3d3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #eaeaea 3%,#dbdbdb 50%,#d3d3d3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #eaeaea 3%,#dbdbdb 50%,#d3d3d3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #eaeaea 3%,#dbdbdb 50%,#d3d3d3 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #eaeaea 3%,#dbdbdb 50%,#d3d3d3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#d3d3d3',GradientType=0 ); /* IE6-9 */
}

#main #agenda .modulo_galeria .objeto .portada_autor{
	width: 115px;
	height: 103px;
	margin: 3px;
	text-align: center;
	/*border: solid gray 1px;*/
	font-size: 0.7em;
	float: left;
	/*position:absolute;*/
}

#main #agenda .modulo_galeria .objeto .portada_autor span{
	display: block;
}

#main #agenda .objeto{
	position: relative;
}

#main #agenda .objeto .portada{
	/* DIMENSIONES*/
	width: 53px;
	height: 80px;
	/* POSICION */
	margin: 4px 0 0 10px;
	float: left;
	box-shadow: 1px 1px 1px #444;
}

#main #agenda .objeto .portada img{
	/* DIMENSIONES*/
	width: 53px;
	height: 80px;
}

#main #agenda .objeto .foto_autor{
	/* DIMENSIONES*/
	width: 56px;
	height: 80px;
	/* POSICION */
	position: absolute;
	left: 60px;
	top: 21px;
	float: left;
	overflow: hidden;
	box-shadow: 1px 1px 1px #444;
	border: solid #999 1px;
}

#main #agenda .objeto .foto_autor img{
	/* DIMENSIONES*/
	height: 80px;
	width: 56px;
}

#main #agenda .objeto .info_evento{
	width: 150px;
	height: 80px;
	margin-top: 5px;
	position: absolute;
	text-align: center;
	padding: 4px;
	overflow: hidden;
	left: 122px;
	float:left;
	
}

#main #agenda .objeto .info_evento .titulo,	 
#main #agenda .objeto .info_evento .autor{
	width: 150px;
	margin: 0 0 2px 0;
	text-align: center;
}

#main #agenda .info_evento .tipo_evento{
	font-size: 0.8em;
	font-family: 'Oxygen', sans-serif;
	display: block;
	top: 35px;
	/*position: absolute;*/
	width: 150px;
	/*margin: 0 0 4px 0;*/
}

#main #agenda .objeto .info_evento .lugar_evento {
	width: 150px;
	display: block;
	/*position: absolute;*/
	font-family: 'Merriweather Sans', sans-serif;
	font-size: 0.6em;
	top: 57px;
	color: #650C34;
	/*line-height: 9px;*/
	text-align: center;
	margin: 0 0 2px 0;
	
	
}

#main #agenda .objeto .info_evento .ciudad {
	width: 150px;
	display: block;
	/*position: absolute;*/
	font-family: 'Arial', sans-serif;
	font-size: 0.7em;
	bottom: 5px;
	color: ##4a5868 ;
	margin: 0 0 2px 0;
	}

#main #agenda .objeto .info_evento .feria_evento {
	width: 150px;
	display: block;
	/*position: absolute;*/
	font-family: 'Merriweather Sans', sans-serif;
	font-size: 0.7em;
	bottom: 20px;
	color: #4a5868;
	margin: 0 0 2px 0;
	}

#main #agenda .objeto .asifue{
	width: 150px;
	height: 15px;
	bottom:2px;
	position: absolute;
	text-align: center;
	/*padding: 4px;*/
	overflow: hidden;
	left: 122px;
	float:left;
	
	}

#main #agenda .objeto .asifue .asifue_button{
	/*position: absolute;*/
	right: 150px;
	/*bottom:3px;*/
	/*display: block;*/
	font-family: 'Merriweather Sans', sans-serif;
	font-size: 0.6em;
	color: #650C34 ;
	text-align: center;
	
	/*Degradado*/
	/*padding: 4px 10px;
	background: #fcfcfc;
	background: -moz-linear-gradient(top,  #fcfcfc 0%, #eacedc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#eacedc));
	background: -webkit-linear-gradient(top,  #fcfcfc 0%,#eacedc 100%);
	background: -o-linear-gradient(top,  #fcfcfc 0%,#eacedc 100%);
	background: -ms-linear-gradient(top,  #fcfcfc 0%,#eacedc 100%);
	background: linear-gradient(to bottom,  #fcfcfc 0%,#eacedc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#eacedc',GradientType=0 );*/
	/*Borde */
	/*border-radius: 4px;
	border: solid #b996a9 1px;*/
	
	/*overflow: hidden;*/
}

#main #agenda .objeto .asifue .asifue_button:hover{
	cursor: pointer;
	text-decoration: underline;
}

#main #agenda .objeto .asifue .asifue_button img{
	vertical-align: -2px;
	height: 15px;
	width: 15px;
	}

#main #agenda .objeto .fecha_event {
	/* DIMENSIONES */
	width: 80px;
	height: 100px;
	/* POSICION */
	position: absolute;
	right: 10px;
	bottom:5px;
	/*Tipografia*/
	font-size: 0.7em;
	/*BACKGROUND*/
	background: url(../imgs/fecha.png) no-repeat;
	/*background-color: #e5b4e0;*/
	/* BORDE*/
	border-radius: 20px;
}

#main #agenda .objeto .fecha_event .dia{
	width: 80px;
	font-size: 3em;
	bottom: 40px;
	right:0;
}

#main #agenda .objeto .fecha_event .mes{
	width: 80px;
	font-size: 1.7em;
	bottom: 25px;
	right:0;
}

#main #agenda .objeto .fecha_event .hora{
	width: 80px;
	font-size: 1.7em;
	bottom: 5px;
	right:0;
}

/*::::::::::::::::::::::::::::::::::::::::::::
::::::::::::::   PREMIOS   ::::::::::::
::::::::::::::::::::::::::::::::::::::::::::*/

/* ESTILOS MODULOS - premios. Matizaciones especificas del modulo de premios. -  premio.php*/


#main #premio .filete.persiana h3{
	color: #650C34;
	font-size: 0.9em;
}

#main #premio h5{
	color: #650C34;
	font-size: 0.9em;
}

#main #premio .filete.persiana{
	margin-top: 0;
	margin-bottom: 15px;
	/*Degradado*/
	background: #ededed; /* Old browsers */
	background: -moz-linear-gradient(top,  #ededed 2%, #eaeaea 49%, #e0e0e0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(2%,#ededed), color-stop(49%,#eaeaea), color-stop(100%,#e0e0e0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ededed 2%,#eaeaea 49%,#e0e0e0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ededed 2%,#eaeaea 49%,#e0e0e0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ededed 2%,#eaeaea 49%,#e0e0e0 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ededed 2%,#eaeaea 49%,#e0e0e0 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#e0e0e0',GradientType=0 ); /* IE6-9 */
	/* Borde */
	border-radius: 4px;
	border: solid #b996a9 1px;
}

#main #premio .objeto h4{/*
	font-family: 'Merriweather Sans', sans-serif;*/
	font-size: 0.8em;
	color: #650C34;
	margin-bottom: 10px;
	/*Degradado*/
	background: #ededed; /* Old browsers */
	background: -moz-linear-gradient(top,  #ededed 2%, #eaeaea 49%, #e0e0e0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(2%,#ededed), color-stop(49%,#eaeaea), color-stop(100%,#e0e0e0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ededed 2%,#eaeaea 49%,#e0e0e0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ededed 2%,#eaeaea 49%,#e0e0e0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ededed 2%,#eaeaea 49%,#e0e0e0 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ededed 2%,#eaeaea 49%,#e0e0e0 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#e0e0e0',GradientType=0 ); /* IE6-9 */
	/* Borde */
	border: solid #b996a9 1px;
	border-radius: 5px;
}

#main #premio .basespdf{
	display: block;
	color: black;
	text-align: center;
	margin: 20px auto;
}

#main #premio{
	text-align: center;
	font-family: 'Arial', 'Helvetica', sans-serif;
}

#main #premio .objeto{
	width: 354px;
	height: auto;
	padding: 20px;
	float: left;
	border: none;
	margin-bottom: 10px;
}

#main #premio .objeto .autor{
	text-align: center;
	display: block;
	font-size: 1.3em;
	margin: 0 auto 40px auto;
	height: 20px;
	width: 350px;
	/*border-bottom: dashed #bd335f 1px;*/
	/*font-variant: small-caps;*/
	color: black;
	text-decoration: none;
}

#main #premio .objeto .autor p{
	line-height: 5px;
}

#main #premio .objeto .autor:last-of-type{
	border-bottom: none;	
}

#main #premio .objeto .premio{
	font-size: 1.3em;
	font-weight: bold;
}

#main #premio .saludo{
	margin: 20px 100px;
	font-size: 0.9em;
	text-align: center;
}

#main #premio .objeto h5{
	font-size: 0.7em;	
}

#main #premio .objeto .ciudad{
	font-size: 0.8em;	
}

#main #premio .objeto .por_el_relato{
	font-size: 0.8em;	
}

#main #premio .objeto .relato{
	font-size: 1.2em;
	color: #650C34;
	font-style: italic;
}

/* SELECCIONADOS.PHP */

#main #premio .seleccionados{
	height: 355px;
	overflow: auto;
}

#main #premio .seleccionados ul{
	margin: 0;
	padding: 0;
	line-height: 15px;
}

#main #premio .seleccionados li{
	margin: 0;
	height: 27px;
	font-size: 0.8em;
}


#main #premio .seleccionados .ciudad{
	font-size: 1em;
}
#main #premio .seleccionados .relato{
	font-size: 1.1em;
	color: #650C34;
	font-style: italic;
}

/*::::::::::::::::::::::::::::::::::::::::::::
::::::::::::::   EVENTOS   ::::::::::::
::::::::::::::::::::::::::::::::::::::::::::*/

/* ESTILOS MODULOS - eventos. Matizaciones especificas del modulo de eventos. -  */
#main #eventos .modulo_galeria .objeto{
	position: relative;
}

#main #eventos .modulo_galeria .objeto .titulo{
	width: 120px;
	float: left;
	margin-top: 10px;
	margin-left: 24px;
}

#main #eventos .modulo_galeria .objeto .portada{
	margin: 14px auto 14px 18px;
}

#main #eventos .modulo_galeria .objeto .autor{
	width: 120px;
	float: left;
	margin-left: 24px;
}

#main #eventos .modulo_galeria .objeto .foto_autor{
	width: 49px;
	height: 70px;
	display: block;
	overflow: hidden;
	bottom: 95px;
	right: 18px;
	position: absolute;
	box-shadow: 1px 1px 1px #999;
	border: solid #999 1px;
}

#main #eventos .modulo_galeria .objeto .foto_autor:hover{
	border: solid #444 1px;
}

#main #eventos .modulo_galeria .objeto .foto_autor img{
	height: 70px;
}



/*::::::::::::::::::::::::::::::::::::::::::::
::::::::::::::   FICHA DE EVENTO  ::::::::::::
::::::::::::::::::::::::::::::::::::::::::::*/

/* ESTILOS MODULOS - FICHA EVENTO. Matizaciones especificas del modulo de FICHA EVENTO. evento.php - */

#main #evento .objeto{
	/* DIMENSIONES*/
	width: 790px;
	height: auto;
	/* POSICION */
	margin: 0 0 10px 0;
	/* TIPOGRAFIA */
	text-align: left;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	/* BORDE */
	border-radius: 4px;
	border: solid #b996a9 1px;
}

#main #evento .objeto .evento_fb {
	position: absolute;
	top: 362px;
	right: 17px;	
}

#main #evento .objeto .titulo{
	/* DIMENSIONES*/
	width: 640px;
	/* POSICION */
	margin: 20px 0 10px 20px;
	/* TIPOGRAFIA */
	font-size: 1.3em;
}

#main #evento .objeto .autor{
	/* DIMENSIONES*/
	width: 640px;
	/* POSICION */
	margin: 0 0 10px 20px;
	/* TIPOGRAFIA */
	font-size: 1em;
}

#main #evento .objeto .portada{
	/* DIMENSIONES*/
	width: 173px;
	height: 260px;
	/* POSICION */
	margin: 0 0 0 18px;
	float: left;
}

#main #evento .objeto .portada img{
	/* DIMENSIONES*/
	width: 173px;
	height: 260px;
}

#main #evento .objeto .foto_autor{
	/* DIMENSIONES*/
	width: 183px;
	height: 260px;
	/* POSICION */
	margin: 0 12px 0 18px;
	float: left;
	overflow: hidden;
}

#main #evento .objeto .foto_autor img{
	/* DIMENSIONES*/
	height: 260px;
	width: 183px;
}

#main #evento .objeto .fecha_event{
	/* DIMENSIONES */
	width: 145px;
	height: 193px;
	/* POSICION */
	position: relative;
	float: left;
	margin: -19px 30px 0 22px;
	/*BACKGROUND*/
	background: url(../imgs/fecha_g.png) no-repeat;
	/*background-color: #e5b4e0;*/
	/* BORDE*/
	border-radius: 20px;
}

#main #evento .objeto .fecha_event .dia_semana{
	width: 100px;
	font-size: 1.5em;
	bottom: 120px;
	right: 22px;
}

#main #evento .objeto .fecha_event .dia{
	width: 100px;
	font-size: 4.2em;
	bottom: 56px;
	right: 22px;
}

#main #evento .objeto .fecha_event .mes{
	width: 100px;
	font-size: 1.7em;
	bottom: 42px;
	right: 22px;
}

#main #evento .objeto .fecha_event .hora{
	width: 100px;
	font-size: 2.4em;
	bottom: 6px;
	right: 22px;
}

#main #evento .objeto .widget_event{
	/* DIMENSIONES */
	width: 130px;
	height: 130px;
	/* POSICION */
	float: left;
	margin: 0 10px 0 0;
	padding: 20px;
	position: relative;
	/*Degradado*/
	background: #fcfcfc;
	background: -moz-linear-gradient(top,  #fcfcfc 0%, #eacedc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#eacedc));
	background: -webkit-linear-gradient(top,  #fcfcfc 0%,#eacedc 100%);
	background: -o-linear-gradient(top,  #fcfcfc 0%,#eacedc 100%);
	background: -ms-linear-gradient(top,  #fcfcfc 0%,#eacedc 100%);
	background: linear-gradient(to bottom,  #fcfcfc 0%,#eacedc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#eacedc',GradientType=0 );
	/* Borde */
	border: solid #b996a9 1px;
}

#main #evento .objeto .widget_event ul{
	list-style: none;
	padding: 0 0 0 10px;
	margin: 0 0 0 0px;
	font-size: 0.7em;
	line-height: 16px;
}

#main #evento .objeto .widget_event a{
	font-size: 0.8em;
	margin: 0 0 0 5px;
}

#main #evento .objeto h3{
	margin-bottom: 10px;
	font-size: 0.9em;
	color: #650C34;
}

#main #evento .objeto .widget_event li{
	font-size: 1.4em;
	text-indent: 3px;
}

#main #evento .objeto .widget_event img{
	vertical-align: middle;
}

#main #evento .objeto .widget_event .asifue_button{
	position: absolute;
	bottom: 10px;
	font-size: 1.1em;
	color: #444;
	/*Degradado*/
	padding: 4px 10px;
	background: #fcfcfc;
	background: -moz-linear-gradient(top,  #fcfcfc 0%, #eacedc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#eacedc));
	background: -webkit-linear-gradient(top,  #fcfcfc 0%,#eacedc 100%);
	background: -o-linear-gradient(top,  #fcfcfc 0%,#eacedc 100%);
	background: -ms-linear-gradient(top,  #fcfcfc 0%,#eacedc 100%);
	background: linear-gradient(to bottom,  #fcfcfc 0%,#eacedc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#eacedc',GradientType=0 );
	/* Borde */
	border-radius: 4px;
	border: solid #b996a9 1px;
}

#main #evento .objeto .widget_event .asifue_button:hover{
	cursor: pointer;
	
}

#main #evento .objeto .widget_event .asifue_button img{
	vertical-align: -7px;
}

#main #evento .objeto .logo_lugar{
	/* DIMENSIONES*/
	width: 150px;
	height: 80px;
	/* POSICION */
	position: absolute;
	right: 223px;
	top: 252px;
	overflow: hidden;
	text-align: center;
}

#main #evento .objeto .logo_lugar img{
	/* DIMENSIONES*/
	width: 150px;
	/* POSICION */
	margin: 0 auto;
}

#main #evento .objeto .direccion{
	/* DIMENSIONES*/
	width: 174px;
	/* POSICION */
	position: absolute;
	right: 20px;
	top: 274px;
	padding: 0;
	/* TIPOGRAFIA */
	font-size: 1.0em
}

#main #evento .objeto .direccion a{
	font-size: 1.2em	
}


#main #evento .objeto .feria_evento {
	width: 365px;
	display: block;
	position: absolute;
	text-align: center;
	font-family: 'Merriweather Sans', sans-serif;
	font-size: 1.6em;
	top: 270px;
	right: 15px;
	color: #4a5868;
}

#main #evento .objeto .feria_evento span{
	font-size: 0.4em;	
	color: #333;
}

#main #evento .objeto .info_event {
	/* DIMENSIONES*/
	width: 734px;
	min-height: 90px;
	max-height: 200px;
	/* POSICION */
	margin: 20px 18px 10px 18px;
	padding: 10px;
	float: left;
	overflow: auto;
	/* TIPOGRAFIA */
	font-size: 0.7em;
	/* Borde */
	border-radius: 4px;
	border: solid #666 1px;
}

/*::::::::::::::::::::::::::::::::::::::::::::
::::::::::::::::     ASIFUE      ::::::::::::
::::::::::::::::::::::::::::::::::::::::::::*/

#main #asifue .modulo{
	height: auto;

}

#main #asifue .modulo_galeria {
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
}


#main #asifue .modulo_galeria .galeria_modulo .imagen{
	display: block;
	position: relative;
	float: left;
	margin: 8px;
	width: 140px;
	height: 105px;
	overflow: hidden;
	box-shadow: 1px 1px 1px #999;
	border: solid #999 1px;
}

#main #asifue .modulo_galeria .galeria_modulo .imagen:hover{
	border: solid #444 1px;
}

#main #asifue .modulo_galeria .galeria_modulo .imagen img{
}

#main #asifue .modulo_galeria .galeria_modulo  {
	width: 320px;
	height: auto;
	overflow: auto;
	text-align: center;
	float: left;
	padding-bottom: 10px;
	/*Degradado*/
	background: #fcfcfc;
	background: -moz-linear-gradient(top,  #fcfcfc 0%, #eacedc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#eacedc));
	background: -webkit-linear-gradient(top,  #fcfcfc 0%,#eacedc 100%);
	background: -o-linear-gradient(top,  #fcfcfc 0%,#eacedc 100%);
	background: -ms-linear-gradient(top,  #fcfcfc 0%,#eacedc 100%);
	background: linear-gradient(to bottom,  #fcfcfc 0%,#eacedc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#eacedc',GradientType=0 );
	/* Borde */
	border-radius: 4px;
	border: solid #b996a9 1px;
}


#main #asifue .modulo_galeria .galeria_modulo h3{
	margin-top: 10px;
	font-size: 0.8em;
	color: #650C34;
}

#main #asifue .modulo_galeria .cronica {
	width: 425px;
	float: left;
	padding: 0 20px;
	text-align: justify;
	position: relative;
}

#main #asifue .modulo_galeria .cronica h2{
	margin-top: 0;
	margin-bottom: 6px;
	font-size: 1em;
	color: #650C34;
}

#main #asifue .modulo_galeria .cronica .evento_fb{
	position: absolute;
	right: 0px;
	top: -3px;
}

/*::::::::::::::::::::::::::::::::::::::::::::
::::::::::::::::       FERIA      ::::::::::::
::::::::::::::::::::::::::::::::::::::::::::*/

/* ESTILOS MODULOS - FERIAS. Matizaciones especificas del modulo de FERIAS. feria.php - */

#main #feria .objeto .evento_fb {
	position: absolute;
	top: 401px;
	right: 17px;	
}

#main #feria .objeto{
	height: auto;
	width: 790px;
	border: none;
	margin-bottom: 10px;
	
	text-align: left;
}

#main #feria .objeto .feria_name{
	height: 30px;
	width: 790px;
	font-size: 1.8em;
	font-family: 'Merriweather Sans', sans-serif;
	color: #650C34;
	margin-left: 10px;
}

#main #feria .objeto .feria_name.subtitulo{
	font-size: 1em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-left: 10px;
	color: #4a5868;
	text-align: left;
}

#main #feria .objeto .eventos_frame{
	width: 510px;
	height: 330px;
	overflow: auto;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
}


#main #feria .objeto .eventos_frame .eventos_slider{
	height: 330px;
}

#main #feria .objeto .evento_link{
	width: 145px;
	height: 145px;
	float: left;
	padding: 5px;
	margin: 4px;
	border-radius: 4px;
	border: solid #eacedc 1px;
	font-size: 1.3em;
	position: relative;
	/*Degradado*/
	background: #fcfcfc;
	background: -moz-linear-gradient(top,  #fcfcfc 0%, #eacedc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#eacedc));
	background: -webkit-linear-gradient(top,  #fcfcfc 0%,#eacedc 100%);
	background: -o-linear-gradient(top,  #fcfcfc 0%,#eacedc 100%);
	background: -ms-linear-gradient(top,  #fcfcfc 0%,#eacedc 100%);
	background: linear-gradient(to bottom,  #fcfcfc 0%,#eacedc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#eacedc',GradientType=0 );
	/* Borde */
	border-radius: 4px;
	border: solid #b996a9 1px;
}

#main #feria .objeto .evento_link:hover{
	cursor: pointer;
	background: #d3c4ce; /* Old browsers */
	background: -moz-linear-gradient(top, #d3c4ce 3%, #c4b4c4 49%, #c6a9bd 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(3%,#d3c4ce), color-stop(49%,#c4b4c4), color-stop(100%,#c6a9bd)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #d3c4ce 3%,#c4b4c4 49%,#c6a9bd 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #d3c4ce 3%,#c4b4c4 49%,#c6a9bd 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #d3c4ce 3%,#c4b4c4 49%,#c6a9bd 100%); /* IE10+ */
	background: linear-gradient(to bottom, #d3c4ce 3%,#c4b4c4 49%,#c6a9bd 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3c4ce', endColorstr='#c6a9bd',GradientType=0 ); /* IE6-9 */
}

#main #feria .objeto .datos_feria{
	width: 280px;
	float: left;
	margin-top: 10px;
}

#main #feria .objeto .fecha_evento_feria{
	display: block;
	width: 135px;
	top: 4px;
	left: 12px;
	position: absolute;
	text-align: center;
	font-family: 'Merriweather Sans', sans-serif;
}
#main #feria .objeto .tipo_evento{
	display: block;
	width: 55px;
	height: 12px;
	margin: 0 auto;
	text-align: center;
	bottom: 120px;
	right: 9px;
	position: absolute;
	color: #4a5868;
	padding-top: 1px;
	font-size: 0.6em;
	border: solid #999 1px;
}

#main #feria .objeto .titulo{
	width: 138px;
	left: 12px;
	bottom: 15px;
	text-align: center;
	position: absolute;
	margin: 0;
}

#main #feria .objeto .autor{
	width: 138px;
	left: 12px;
	bottom: 5px;
	text-align: center;
	position: absolute;
	margin: 0;
}

#main #feria .objeto .portada{
	/* DIMENSIONES*/
	width: 66px;
	height: 100px;
	/* POSICION */
	margin-left: 5px;
	margin-top: 15px;
	float: left;
	box-shadow: 1px 1px 1px #999999;
}

#main #feria .objeto .portada img{
	/* DIMENSIONES*/
	width: 66px;
	height: 100px;
}

#main #feria .objeto .foto_autor{
	/* DIMENSIONES*/
	width: 55px;
	height: 82px;
	/* POSICION */
	position: absolute;
	bottom: 32px;
	left: 89px;
	overflow: hidden;
	border: solid #999 1px;
}

#main #feria .objeto .foto_autor img{
	/* DIMENSIONES*/
	height: 90px;
}

#main #feria .objeto .fecha_event{
	/* DIMENSIONES */
	width: 70px;
	height: 110px;
	/* POSICION */
	float: left;
	margin: 0 15px 0 10px;
	padding: 20px;
	/*BACKGROUND*/
	background-image: url(../imgs/fecha.png);
	/*background-color: #e5b4e0;*/
	/* BORDE*/
	border-radius: 20px;
}

#main #feria .objeto .info_event{
	/* DIMENSIONES*/
	width: 760px;
	min-height: 120px;
	max-height: 250px;
	/* POSICION */
	margin: 3px 3px 3px 3px;
	padding: 12px;
	overflow: auto;
	/* TIPOGRAFIA */
	font-size: 0.7em;
	text-align: justify;
	/* Borde */
	border-radius: 4px;
	border: solid #666 1px;
}

#main #feria .objeto .info_event h1,h2,h3,h4{
	margin: 0;
	padding: 0;
	margin-top:4px;
}

#main #feria .objeto .info_event h3{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	font-size: 0.9em;
	color: #650C34;
}

#main #feria .objeto .fecha_event{
	/* DIMENSIONES */
	width: 90px;
	height: 140px;
	/* POSICION */
	position: relative;
	float: left;
	margin: -14px 0 0 5px;
	/*BACKGROUND*/
	background: url(../imgs/fecha_f.png) no-repeat;
	/*background-color: #e5b4e0;*/
	/* BORDE*/
	border-radius: 20px;
}

#main #feria .objeto .fecha_event .desdehasta{
	width: 120px;
	bottom: 119px;
	right: 4px;
	font-size: 0.7em;
	color: #650C34;
}

#main #feria .objeto .fecha_event .dia_semana{
	width: 120px;
	font-size: 1.2em;
	bottom: 95px;
	right: 4px;
}

#main #feria .objeto .fecha_event .dia{
	width: 120px;
	font-size: 3.6em;
	bottom: 36px;
	right: 4px;
}

#main #feria .objeto .fecha_event .mes{
	width: 120px;
	font-size: 1.7em;
	bottom: 17px;
	right: 4px;
}

#main #feria .objeto .direccion{
	/* DIMENSIONES*/
	width: 250px;
	/* POSICION */
	position: absolute;
	left: 520px;
	top: 240px;
	padding: 0;
	/* TIPOGRAFIA */
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
}

#main #feria .objeto .direccion a{
	font-size: 1.2em;	
	font-family: 'Merriweather Sans', sans-serif;
	color: #4a5868;
}

/*::::::::::::::::::::::::::::::::::::::::::::
::::::::::::::::   COLECCIONES    ::::::::::::
::::::::::::::::::::::::::::::::::::::::::::*/

/* ESTILOS MODULOS - COLECCIONES. Matizaciones especificas del modulo de COLECCIONES. colecciones.php - */

#main #colecciones .modulo_galeria{
	height: 540px;
}

#main #colecciones .modulo_galeria .galeria_objeto{
	width: 791px;
}

#main #colecciones .modulo_galeria .objeto{
	width: 394.5px;
	height: 270px;
	margin: 0;
	text-align: left;
}

#main #colecciones .modulo_galeria .objeto a, span{
	font-size: 0.7em;
	text-decoration: none;
}

#main #colecciones .modulo_galeria .objeto .portada{
	width: 128px;
	height: 192px;
	margin: 6px 12px 0 18px;
	float: left;
}

#main #colecciones .modulo_galeria .objeto .portada img{
	width: 128px;
	height: 192px;
}

#main #colecciones .modulo_galeria .objeto .titulo{
	width: 380px;
	display: block;
	text-align: left;
	font-weight: bolder !important;
	margin: 18px 0 0 18px;
	line-height: 11px;
}

#main #colecciones .modulo_galeria .objeto .autor{
	width: 380px;
	display: block;
	text-align: left;
	font-weight: black;
	margin: 3px 0 0 18px;
}

#main #colecciones .modulo_galeria .objeto .sinopsis{
	padding-right: 14px;
	text-align: justify;
}

#main #colecciones .modulo_galeria .objeto .datos{
	/* DIMENSIONES */
	width: 190px;
	/* POSICION */
	float: left;
	padding: 2px 2px 2px 18px;
	/* TIPOGRAFIA */
	font-size: 0.8em;
	line-height: 15px;
	letter-spacing: 1px;
	text-align: justify;
	/*Degradado*/
	background: #fcfcfc;
	background: -moz-linear-gradient(top,  #fcfcfc 0%, #eacedc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#eacedc));
	background: -webkit-linear-gradient(top,  #fcfcfc 0%,#eacedc 100%);
	background: -o-linear-gradient(top,  #fcfcfc 0%,#eacedc 100%);
	background: -ms-linear-gradient(top,  #fcfcfc 0%,#eacedc 100%);
	background: linear-gradient(to bottom,  #fcfcfc 0%,#eacedc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#eacedc',GradientType=0 );
	/* Borde */
	border: solid #b996a9 1px;
	border-radius: 6px;
}

#main #colecciones .modulo_galeria .objeto .precio_o_fecha{
	/* DIMENSIONES */
	width: 90px;
	height: 20px;
	/* POSICION */
	text-align: right;
	position: absolute;
	bottom: 20px;
	right: 140px;
	/* TIPOGRAFIA */
	font-size: 1em;
}

#main #colecciones .modulo_galeria .objeto .boton_grande{
	/* Dimensiones */
	width: 90px;
	height: 17px;
	/* POSICION */
	position:absolute;
	bottom: 20px;
	right: 30px;
	padding-top: 0;
	/* TIPOGRAFIA */
	font-size: 0.7em;
	color: #FFF;
	text-align:center;
	/*Background*/
	background: #650C34;
	background: -moz-linear-gradient(top,  #bd335f 0%, #650c34 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bd335f), color-stop(100%,#650c34));
	background: -webkit-linear-gradient(top,  #bd335f 0%,#650c34 100%);
	background: -o-linear-gradient(top,  #bd335f 0%,#650c34 100%);
	background: -ms-linear-gradient(top,  #bd335f 0%,#650c34 100%);
	background: linear-gradient(to bottom,  #bd335f 0%,#650c34 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bd335f', endColorstr='#650c34',GradientType=0 );
	/* Borde */
	border-radius: 4px;
	border: solid #bd335f 1px;
}

#main #colecciones .modulo_galeria .objeto .boton_grande:hover{
background: #bd335f; /* Old browsers */
	background: -moz-linear-gradient(top, #bd335f 53%, #650c34 87%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(53%,#bd335f), color-stop(87%,#650c34)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #bd335f 53%,#650c34 87%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #bd335f 53%,#650c34 87%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #bd335f 53%,#650c34 87%); /* IE10+ */
	background: linear-gradient(to bottom, #bd335f 53%,#650c34 87%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bd335f', endColorstr='#650c34',GradientType=0 ); /* IE6-9 */
}

#main #colecciones .modulo_galeria .objeto .ebook{
	/* Dimensiones */
	width: 160px;
	height: 17px;
	/* POSICION */
	position:absolute;
	bottom: 20px;
	right: 30px;
	padding-top: 0;
	/* TIPOGRAFIA */
	font-size: 0.7em;
	color: #FFF;
	text-align:center;
	/*Background*/
	background: #650C34;
	background: -moz-linear-gradient(top,  #bd335f 0%, #650c34 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bd335f), color-stop(100%,#650c34));
	background: -webkit-linear-gradient(top,  #bd335f 0%,#650c34 100%);
	background: -o-linear-gradient(top,  #bd335f 0%,#650c34 100%);
	background: -ms-linear-gradient(top,  #bd335f 0%,#650c34 100%);
	background: linear-gradient(to bottom,  #bd335f 0%,#650c34 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bd335f', endColorstr='#650c34',GradientType=0 );
	/* Borde */
	border-radius: 4px;
	border: solid #bd335f 1px;
}

#main #colecciones .modulo_galeria .objeto .ebook:hover{
background: #bd335f; /* Old browsers */
	background: -moz-linear-gradient(top, #bd335f 53%, #650c34 87%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(53%,#bd335f), color-stop(87%,#650c34)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #bd335f 53%,#650c34 87%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #bd335f 53%,#650c34 87%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #bd335f 53%,#650c34 87%); /* IE10+ */
	background: linear-gradient(to bottom, #bd335f 53%,#650c34 87%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bd335f', endColorstr='#650c34',GradientType=0 ); /* IE6-9 */
	text-decoration:underline
}

/*::::::::::::::::::::::::::::::::::::::::::::
::::::::::::::::::   AUTORES   :::::::::::::::
::::::::::::::::::::::::::::::::::::::::::::*/

/* ESTILOS MODULOS - AUTORES. Matizaciones especificas del modulo de AUTORES. autores.php - */

#main #autores .modulo_galeria{
	height: 540px;
}

#main #autores .modulo_galeria .galeria_objeto{
	width: 791px;
}

#main #autores .modulo_galeria .objeto .autor{
	width: 150px;
	display: block;
	text-align: center;
	font-weight: bold;
	margin: 10px 0 10px 0;
	font-size: 0.7em;
}

#main #autores .modulo_galeria .objeto .foto_autor{
	width: 138px;
	height: 174px;
	display: block;
	margin: 0 auto;
	overflow: hidden;
}
#main #autores .modulo_galeria .objeto .foto_autor img{
	height: 174px;
}

#main #autores .modulo_galeria .objeto .boton_peq{
	/*Dimensiones*/
	bottom: 18px;
	right: 15px;
	width: 126px;
	height: 16px;
	padding-top: 0;
	font-size: 0.7em;
}

#main #autores .modulo_galeria .objeto .boton_peq:hover{
	background: #bd335f; /* Old browsers */
	background: -moz-linear-gradient(top, #bd335f 53%, #650c34 87%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(53%,#bd335f), color-stop(87%,#650c34)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #bd335f 53%,#650c34 87%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #bd335f 53%,#650c34 87%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #bd335f 53%,#650c34 87%); /* IE10+ */
	background: linear-gradient(to bottom, #bd335f 53%,#650c34 87%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bd335f', endColorstr='#650c34',GradientType=0 ); /* IE6-9 */
}

/*::::::::::::::::::::::::::::::::::::::::::::
::::::::::::::::::   VVAA   ::::::::::::::::::
::::::::::::::::::::::::::::::::::::::::::::*/

/* ESTILOS MODULOS - VVAA. Matizaciones especificas del modulo de VVAA. vvaa.php - */
#main #vvaa {
	height: auto;
	margin-bottom: 10px;
}

#main #vvaa .galeria_objeto{
	height: auto;
	width: 791px;
	border: none;
}


#main #vvaa .galeria_objeto .objeto{
	height: auto;
	width: 790px;
	border: none;
}

#main #vvaa .objeto{
	height: auto;
}

#main #vvaa .objeto .vvaa_frame{
	width: 530px;
	height: 370px;
	overflow: auto;
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;
}

#main #vvaa .objeto .eventos_frame .vvaa_slider{
	height: 330px;
}

#main #vvaa .galeria_objeto .objeto .autor{
	width: 150px;
	display: block;
	text-align: center;
	font-weight: bold;
	margin: 10px 0 10px 0;
	font-size: 0.7em;
}
#main #vvaa .galeria_objeto .libro_vvaa .titulo{
	width: 200px;
	font-weight: bold;
	margin: 10px 0 10px 20px;
	font-size: 0.9em;
	display: block;
	line-height: 20px;
	text-align: center;
}

#main #vvaa .objeto .foto_autor{
	/* DIMENSIONES*/
	width: 66px;
	height: 100px;
	/* POSICION */
	margin: 0 0 0 12px;
	float: left;
	overflow: hidden;
}

#main #vvaa .objeto .foto_autor img{
	/* DIMENSIONES*/
	height: 100px;
}

#main #vvaa .galeria_objeto .libro_vvaa .portada{
	width: 200px;
	height: 300px;
	margin: 16px 12px 0 18px;
}

#main #vvaa .galeria_objeto .libro_vvaa .portada img{
	height: 300px;
	width: 200px;
}

#main #vvaa .objeto .evento_link{
	width: 145px;
	height: 100px;
	float: left;
	padding: 5px;
	margin: 5px;
	border-radius: 4px;
	border: solid #666 1px;
	font-size: 1.3em;
	text-align: center;
	/*Degradado*/
	background: #fcfcfc; /* Old browsers */
	background: -moz-linear-gradient(top,  #fcfcfc 0%, #ede3e8 48%, #eddaea 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(48%,#ede3e8), color-stop(100%,#eddaea)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fcfcfc 0%,#ede3e8 48%,#eddaea 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fcfcfc 0%,#ede3e8 48%,#eddaea 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fcfcfc 0%,#ede3e8 48%,#eddaea 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fcfcfc 0%,#ede3e8 48%,#eddaea 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#eddaea',GradientType=0 ); /* IE6-9 */
	/* Borde */
	border-radius: 4px;
	border: solid #b996a9 1px;
}

#main #vvaa .objeto .evento_link:hover{
	cursor: pointer;
	background: #fcfcfc; /* Old browsers */
	background: -moz-linear-gradient(top,  #fcfcfc 0%, #ede3e8 48%, #eddaea 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(48%,#ede3e8), color-stop(100%,#eddaea)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fcfcfc 0%,#ede3e8 48%,#eddaea 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fcfcfc 0%,#ede3e8 48%,#eddaea 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fcfcfc 0%,#ede3e8 48%,#eddaea 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fcfcfc 0%,#ede3e8 48%,#eddaea 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#eddaea',GradientType=0 ); /* IE6-9 */
}

/*::::::::::::::::::::::::::::::::::::::::::::
::::::::::::::   FICHA DE LIBRO   ::::::::::::
::::::::::::::::::::::::::::::::::::::::::::*/

/* ESTILOS MODULOS - FICHA LIBRO. Matizaciones especificas del modulo de FICHA LIBRO. libro.php - */


#main #ficha_libro .objeto{
	/* DIMENSIONES*/
	width: 790px;
	height: 400px;
	/* POSICION */
	margin: 0 0 10px 0;
	/* TIPOGRAFIA */
	text-align: left;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	/* BORDE */
	border-radius: 4px;
	border: solid #C9C 1px;
}

#main #ficha_libro .objeto a, span{
	color: black;
	text-decoration: none;
}

#main #ficha_libro .objeto a:hover{
	text-decoration: underline;	
}

#main #ficha_libro .objeto .portada{
	/* DIMENSIONES*/
	width: 240px;
	height: 360px;
	/* POSICION */
	margin: 20px 12px 0 18px;
	float: left;

}

#main #ficha_libro .objeto .portada img{
	/* DIMENSIONES*/
	width: 240px;
	height: 360px;
	/*Degradado*/
	background: #fcfcfc; /* Old browsers */
	background: -moz-linear-gradient(top,  #fcfcfc 0%, #ede3e8 48%, #eddaea 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(48%,#ede3e8), color-stop(100%,#eddaea)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fcfcfc 0%,#ede3e8 48%,#eddaea 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fcfcfc 0%,#ede3e8 48%,#eddaea 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fcfcfc 0%,#ede3e8 48%,#eddaea 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fcfcfc 0%,#ede3e8 48%,#eddaea 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#eddaea',GradientType=0 ); /* IE6-9 */
	
}

#main #ficha_libro .objeto .datos_libro{
	/* DIMENSIONES*/
	width: 300px;
	height: 400px;
	/* POSICION */
	margin: 26px 12px 0 8px;
	float: left;
	padding-right: 10px;
}

#main #ficha_libro .objeto .datos_libro .titulo{
	/* DIMENSIONES*/
	width: 300px;
	
	/* POSICION */
	display: block;
	margin: 0;
	padding: 0;
	/* TIPOGRAFIA */
	font-size: 1.4em;
	font-weight: bolder;
	line-height: 1.1em;
}

#main #ficha_libro .objeto .datos_libro .autor{
	/* DIMENSIONES*/
	width: 300px;
	/* POSICION */
	display: block;
	margin: 4px 0 0 0;
	padding: 0;
	/* TIPOGRAFIA */
	color: #650C34;
	font-variant: normal;
	font-size: 1em;
	font-weight: lighter;
}

#main #ficha_libro .objeto .datos_libro .sinopsis{
	width: 320px;
	height: 130px;
	overflow: auto;	
	
}

#main #ficha_libro .objeto .datos_libro .isbn{
	width: 320px;
	margin: 0px;
	padding: 0;
}

#main #ficha_libro .objeto .datos_libro .social_buttons{
	/* DIMENSIONES*/
	width: 320px;
	height: 35px;
	/* POSICION */
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
	text-align: center;
	/* BORDE */
	border-top: dashed #bd335f 1px;
	border-bottom: dashed #bd335f 1px;
}

#main #ficha_libro .objeto .datos_libro .social_buttons iframe{
	float: left;	
	margin-right: 4px;
}

#main #ficha_libro .objeto .datos_libro .social_buttons .twitter_container {
	width: 96px;
	float: left;
	overflow: hidden;	
}

#main #ficha_libro .objeto .datos_libro .social_buttons .g_container {
	width: 72px;
	float: left;
	overflow: hidden;	
}

#main #ficha_libro .objeto .datos_libro .precio_o_fecha{
	/* DIMENSIONES */
	width: 80px;
	height: 20px;
	/* POSICION */
	position: static;
	display: block;
	float: right;
	margin: 10px 10px 10px 10px;
	/* TIPOGRAFIA */
	font-size: 1.2em;
	font-weight: bold;
}

#main #ficha_libro .objeto .datos_libro .boton_grande{
	/* POSICION */
	position: static;
	display: block;
	float: right;
	margin: 10px 20px 10px 10px;
	padding-top: 3px;
	/* Tipografia */
	color: white;
}

#main #ficha_libro .objeto .datos_libro .boton_grande:hover{
	background: #bd335f; /* Old browsers */
	background: -moz-linear-gradient(top, #bd335f 53%, #650c34 87%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(53%,#bd335f), color-stop(87%,#650c34)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #bd335f 53%,#650c34 87%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #bd335f 53%,#650c34 87%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #bd335f 53%,#650c34 87%); /* IE10+ */
	background: linear-gradient(to bottom, #bd335f 53%,#650c34 87%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bd335f', endColorstr='#650c34',GradientType=0 ); /* IE6-9 */
}

#main #ficha_libro .objeto .datos_libro .ebook{
	position: absolute;
	display: block;
	width: 160px;
	height: 15px;
	padding: 2px 10px;
	border: solid #555 1px;
	border-radius: 4px;
	background: #bd335f; /* Old browsers */
	background: -moz-linear-gradient(top, #bd335f 53%, #650c34 87%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(53%,#bd335f), color-stop(87%,#650c34)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #bd335f 53%,#650c34 87%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #bd335f 53%,#650c34 87%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #bd335f 53%,#650c34 87%); /* IE10+ */
	background: linear-gradient(to bottom, #bd335f 53%,#650c34 87%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bd335f', endColorstr='#650c34',GradientType=0 ); /* IE6-9 */
	color: white;
	font-size: 0.7em;
	bottom: 15px;
	right: 270px;
	text-align: center;
}



#main #ficha_libro .objeto .datos_libro .ebook:hover{
	background: #bd335f; /* Old browsers */
	background: -moz-linear-gradient(top, #bd335f 53%, #650c34 87%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(53%,#bd335f), color-stop(87%,#650c34)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #bd335f 53%,#650c34 87%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #bd335f 53%,#650c34 87%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #bd335f 53%,#650c34 87%); /* IE10+ */
	background: linear-gradient(to bottom, #bd335f 53%,#650c34 87%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bd335f', endColorstr='#650c34',GradientType=0 ); /* IE6-9 */
}

#main #ficha_libro .objeto .datos_libro .agotado {
	position: absolute;
	display: block;
	width: 160px;
	height: 15px;
	padding: 2px 10px;
	border: solid #555 1px;
	border-radius: 4px;
	background: -moz-linear-gradient(top, #b5bdc8 0%, #828c95 36%, #28343b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b5bdc8), color-stop(36%,#828c95), color-stop(100%,#28343b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #b5bdc8 0%,#828c95 36%,#28343b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #b5bdc8 0%,#828c95 36%,#28343b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #b5bdc8 0%,#828c95 36%,#28343b 100%); /* IE10+ */
	background: linear-gradient(to bottom, #b5bdc8 0%,#828c95 36%,#28343b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5bdc8', endColorstr='#28343b',GradientType=0 ); /* IE6-9 */
	color: white;
	font-size: 0.7em;
	bottom: 15px;
	right: 270px;
	text-align: center;
}





#main #ficha_libro .objeto .widget_autor{
	/* DIMENSIONES */
	width: 120px;
	height: 320px;
	/* POSICION */
	float: left;
	margin: 20px 0 0 10px;
	padding: 20px;
	/*Degradado*/
	background: #fcfcfc;
	background: -moz-linear-gradient(top,  #fcfcfc 0%, #eacedc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#eacedc));
	background: -webkit-linear-gradient(top,  #fcfcfc 0%,#eacedc 100%);
	background: -o-linear-gradient(top,  #fcfcfc 0%,#eacedc 100%);
	background: -ms-linear-gradient(top,  #fcfcfc 0%,#eacedc 100%);
	background: linear-gradient(to bottom,  #fcfcfc 0%,#eacedc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#eacedc',GradientType=0 );
	/* Borde */
	border: solid #b996a9 1px;
}



#main #ficha_libro .objeto .widget_autor .foto_autor{
	/* DIMENSIONES */
	width: 120px;
	height: 170px;
	/* POSICION */
	display: block;
	margin: 0 auto;
	overflow: hidden;
	border: solid #999 1px;
}

#main #ficha_libro .objeto .widget_autor .foto_autor:hover{
	border: solid #444 1px;
}


#main #ficha_libro .objeto .widget_autor .foto_autor img{
	/* DIMENSIONES */
	height: 170px;
}

#main #ficha_libro .objeto .widget_autor ul{
	list-style: none;
	padding: 0;
	margin: 4px 0 0 0px;
}

#main #ficha_libro .objeto .widget_autor a{
	font-size: 0.8em;
	margin: 0 0 0 5px;
}

#main #ficha_libro .objeto .widget_autor img{
	vertical-align: middle;
}

/*::::::::::::::::::::::::::::::::::::::::::::
::::::::::::::   FICHA DE AUTOR   ::::::::::::
::::::::::::::::::::::::::::::::::::::::::::*/

/* ESTILOS MODULOS - FICHA AUTOR. Matizaciones especificas del modulo de FICHA AUTOR. autor.php - */

#main #autor{
	height: auto;
}

#main #autor .objeto{
	/* DIMENSIONES*/
	width: 790px;
	height: auto;
	/* POSICION */
	margin: 0 0 10px 0;
	/* TIPOGRAFIA */
	text-align: left;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	/* BORDE */
	border-radius: 4px;
	border: solid #bd335f 1px;
}

#main #autor .objeto .foto_autor{
	/* DIMENSIONES*/
	width: 255px;
	height: 360px;
	/* POSICION */
	margin: 26px 12px 0 18px;
	float: left;
	overflow: hidden;
}

#main #autor .objeto .foto_autor img{
	/* DIMENSIONES*/
	height: 360px;
}

#main #autor .objeto a, span{
	color: black;
	text-decoration: none;	
}

#main #autor .objeto a:hover{
	text-decoration: underline;	
}

#main #autor .objeto .datos_autor{
	/* DIMENSIONES*/
	width: 300px;
	height: auto;
	/* POSICION */
	margin: 26px 6px 42px 12px;
	float: left;
}

#main #autor .objeto .datos_autor p{
	height: 280px;
	padding-right: 12px;
	overflow: auto;
	text-align: justify;
	margin-bottom: 20px;
}

#main #autor .objeto .datos_autor .autor{
	/* DIMENSIONES*/
	width: 300px;
	/* POSICION */
	display: block;
	margin: 4px 0 0 0;
	padding: 0;
	/* TIPOGRAFIA */
	font-variant: normal;
	font-size: 1.2em;
	font-weight: lighter;
}

#main #autor .objeto .autor_widget{
	/* DIMENSIONES */
	width: 120px;
	height: 344px;
	/* POSICION */
	position: relative;
	float: left;
	margin: 26px 0 0 10px;
	padding: 8px 20px;
	text-align: center;
	/*Degradado*/
	background: #fcfcfc;
	background: -moz-linear-gradient(top,  #fcfcfc 0%, #eacedc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#eacedc));
	background: -webkit-linear-gradient(top,  #fcfcfc 0%,#eacedc 100%);
	background: -o-linear-gradient(top,  #fcfcfc 0%,#eacedc 100%);
	background: -ms-linear-gradient(top,  #fcfcfc 0%,#eacedc 100%);
	background: linear-gradient(to bottom,  #fcfcfc 0%,#eacedc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#eacedc',GradientType=0 );
	/* Borde */
	border-radius: 4px;
	border: solid #b996a9 1px;
}

.slide_lib_frame{
	height: 310px;
	margin-top: 10px;
	overflow: hidden;
}


#main .arrow_slide_nav_lib .left {
	background: url('../imgs/images_sliders/slib_up.png') no-repeat;
	z-index: 10;
	width: 25px;
	height: 16px;
	right: 67px;
	top: -11px;
	display: block;
	position: absolute;
}

#main .arrow_slide_nav_lib .left:hover {
	background: url('../imgs/images_sliders/slib_up2.png') no-repeat;
	cursor: pointer;
}

#main .arrow_slide_nav_lib .right {
	background: url('../imgs/images_sliders/slib_down.png') no-repeat;
	display: block;
	z-index: 10;
	width: 25px;
	height: 16px;
	right: 67px;
	top: 355px;
	position: absolute;
}

#main .arrow_slide_nav_lib .right:hover {
	background: url('../imgs/images_sliders/slib_down2.png') no-repeat;
	cursor: pointer;
}

#main #autor .objeto .autor_widget ul{
	list-style: none;
	padding: 0;
	margin: 4px 0 0 0px;
}

#main #autor .objeto .autor_widget li{
	margin: 0 0 20px 0;
}

#main #autor .objeto .autor_widget h3{
	margin-bottom: 10px;
	font-size: 0.9em;
	color: #650C34;
}

#main #autor .objeto .autor_widget a.portada{
	/* DIMENSIONES */
	width: 60px;
	height: 90px;
	/* POSICION */
	margin: 0 auto;
}

#main #autor .objeto .autor_widget img{
	/* DIMENSIONES */
	width: 60px;
	height: 90px;}

#main #autor .objeto .autor_widget a.titulo{
	display: block;
	height: 40px;
	line-height: 13px;
	border-bottom: dashed #650C34 1px;
	text-align: center;
	/* POSICION */
	margin: 0 auto;
	margin-top: -13px;
}

#main #autor .objeto .boton_site {
	position: absolute;
	color: #222;
	font-size: 0,9em;
	bottom: 19px;
	right: 300px;
}

#main #autor .objeto .boton_site:hover {
	cursor: pointer;
}

/*::::::::::::::::::::::::::::::::::::::::::::
::::::::::::::   CATALOGO   ::::::::::::
::::::::::::::::::::::::::::::::::::::::::::*/

/* ESTILOS MODULOS - CATALOGO. Matizaciones especificas del modulo de CATALOGO. catalogo.php El listado - */

#main #catalogo {
	margin-bottom: 10px;
}

#main #catalogo .modulo_galeria {
	/*DIMENSIONES*/
	width: 790px; 
	height: 561px; 
	/* POSICION */
	margin: 0 auto;
	margin-bottom: 10px;
	/* BACKGROUND */
	background-color: #e6e6e6; 
	/*BORDER */
	border-radius: 4px; 
	border: solid #bd335f 1px;
}

#main #listado .lista{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: left;
	
}

#main #listado .listado_wrat{
	overflow: auto;
	width: 790px;
	height: 400px;
	margin-bottom: 20px;
}

#main #listado .lista .isbn{
	width: 19%;
	font-size: 0.6em;
}
#main #listado table{
	border-collapse: collapse;
}

#main #listado .lista th{
	height: 20px;
	padding: 5px;
	/*Degradado*/
	background: #fcfcfc;
	background: -moz-linear-gradient(top,  #fcfcfc 0%, #eacedc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#eacedc));
	background: -webkit-linear-gradient(top,  #fcfcfc 0%,#eacedc 100%);
	background: -o-linear-gradient(top,  #fcfcfc 0%,#eacedc 100%);
	background: -ms-linear-gradient(top,  #fcfcfc 0%,#eacedc 100%);
	background: linear-gradient(to bottom,  #fcfcfc 0%,#eacedc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#eacedc',GradientType=0 );
	/* Borde */
	border: solid #bd335f 1px;
	
}

#main #listado .lista th, 
#main #listado .lista th a{
	color: #650C34;
	font-size: 0.9em;
	text-decoration: none;
}

#main #listado .lista th a:hover{
	text-decoration: underline;
}

#main #listado table, th, td{
	border: solid #bd335f 1px;
}

#main #listado td{
	padding: 5px;
}

#main #listado td a{
	color: black;
	text-decoration: none;
	font-size: 0.7em;
}

#main #listado td a:hover{
	text-decoration: underline;
}

#main #listado .lista .categoria,
#main #listado .lista .paginas,
#main #listado .lista .precio{
	width: 7%;
	font-size: 0.6em;
}

#main #listado .lista .titulo{
	width: 35%;
} 
#main #listado .lista .autor{
	width: 25%;
}


/*::::::::::::::::::::::::::::::::::::::::::::
:::::::::::::    PRENSA LINKS      :::::::::::
::::::::::::::::::::::::::::::::::::::::::::*/

#main #prensa .portada,
#main #anexos .portada {
	float: left;
	margin-bottom: 10px;
}

#main #prensa .prensas,
#main #anexos .anexos  {
	width: 510px;
	border-radius: 4px;
	float: right;
	/*margin-left: 270px;	*/
	min-height: 360px;
	max-height: 360px;
	overflow: auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	/*margin-bottom: 10px;*/
	/*Degradado*/
	/*background: #fcfcfc;
	background: -moz-linear-gradient(top,  #fcfcfc 0%, #eacedc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#eacedc));
	background: -webkit-linear-gradient(top,  #fcfcfc 0%,#eacedc 100%);
	background: -o-linear-gradient(top,  #fcfcfc 0%,#eacedc 100%);
	background: -ms-linear-gradient(top,  #fcfcfc 0%,#eacedc 100%);
	background: linear-gradient(to bottom,  #fcfcfc 0%,#eacedc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#eacedc',GradientType=0 );*/
	/* Borde */
	border: solid #b996a9 1px;
    border-radius: 4px;
    /*padding-bottom: 10px;*/
    padding: 0 10px 0 10px;
	
}

#main #prensa .prensas h3,
#main #prensa .prensas a,
#main #anexos .anexos h3,
#main #anexos .anexos a{
	color: #650C34;
}

#main #anexos .anexos li{
	margin-bottom: 5px;
}

/*::::::::::::::::::::::::::::::::::::::::::::
:::::::::::::    CONDICIONES      :::::::::::
::::::::::::::::::::::::::::::::::::::::::::*/

.condiciones {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #444;
	display: inline-block;
	margin-left: 20px;
}

.condiciones b {
	display: inline-block;
	color: #650C34;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: -10px;
}

/*::::::::::::::::::::::::::::::::::::::::::::
:::::::::::::     PAGO_ENVIO      ::::::::::::
::::::::::::::::::::::::::::::::::::::::::::*/

#main #pago_envio .objeto {
	width: 790px;
	border: none;
	height: auto;
	text-align: left;
	font-size: 0.8em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#main #pago_envio .card_icon{
	height: 18px;
	vertical-align:-4px;
}

#main #pago_envio .objeto table,
#main #pago_envio .objeto table td{
	border: none;
	margin-bottom: 15px;
	margin-left: 20px;
	color: #444;
	
}
#main #pago_envio .objeto table span {
	font-size: 1.1em;	
	font-weight: bold;
	color: #650C34;
	margin-right: 10px;
}

#main #pago_envio .objeto table .envio {
	width: 600px;
}

#main #pago_envio .objeto table .precio {
	font-size: 1.4em;
}

#main #pago_envio .envio table{
	margin-left: 14px;
}

#main #pago_envio .envio table td{
	border: solid #B996A9 1px;
	text-indent: -14px;
	padding: 15px 15px 15px 22px;
	
}

#main #pago_envio .filete.persiana{
	color: #650C34;
	/*Degradado*/
	background: #fcfcfc;
	background: -moz-linear-gradient(top,  #fcfcfc 0%, #eacedc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#eacedc));
	background: -webkit-linear-gradient(top,  #fcfcfc 0%,#eacedc 100%);
	background: -o-linear-gradient(top,  #fcfcfc 0%,#eacedc 100%);
	background: -ms-linear-gradient(top,  #fcfcfc 0%,#eacedc 100%);
	background: linear-gradient(to bottom,  #fcfcfc 0%,#eacedc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#eacedc',GradientType=0 );
	/* Borde */
	border-radius: 4px;
	border: solid #b996a9 1px;
}

#main #pago_envio .filete.persiana h2{
	color: #650C34;
}
/*::::::::::::::::::::::::::::::::::::::::::::
::::::::::::::::     CARRO      ::::::::::::::
::::::::::::::::::::::::::::::::::::::::::::*/

#main #carro .modulo_galeria {
	/*DIMENSIONES*/
	width: 790px; 
	height: auto;
	font-family: Arial;
	font-size: 0.7em;
	margin: 0 0 60px 0;
	color: #444;
}

#main #carro .modulo_galeria span{
	font-size: 13px;
	
}

#main #carro .modulo_galeria .pago_claro,
#main #carro .modulo_galeria .envio_claro{
	font-size: 1.1em;
	font-weight: bold;
}

#main #carro .modulo_galeria .carro_vacio{
	margin-left: 30px;
	font-size: 1.3em;

}
#main #carro .modulo_galeria .carro_vacio a{
	color: #650C34;
}

#main #carro .modulo_galeria table a, 
#main #carro .modulo_galeria table span{
	color: black;
	font-family: Arial;
	font-size: 10px;
}
#main #carro .modulo_galeria table{
	width: 100%;
	margin-top: 0;
	text-align: right;
}

#main #carro .modulo_galeria th{
	color: #650C34;
	text-align: center;
	/*Degradado*/
	background: #fcfcfc; /* Old browsers */
	background: -moz-linear-gradient(top,  #fcfcfc 0%, #ede3e8 48%, #eddaea 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(48%,#ede3e8), color-stop(100%,#eddaea)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fcfcfc 0%,#ede3e8 48%,#eddaea 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fcfcfc 0%,#ede3e8 48%,#eddaea 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fcfcfc 0%,#ede3e8 48%,#eddaea 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fcfcfc 0%,#ede3e8 48%,#eddaea 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#eddaea',GradientType=0 ); /* IE6-9 */
	/* Borde */
	border-radius: 4px;
	border: solid #b996a9 1px;
}

#main #carro .modulo_galeria td{
	padding: 5px 20px;
	/*Degradado*/
	background: #fcfcfc; /* Old browsers */
	background: -moz-linear-gradient(top,  #fcfcfc 0%, #ede3e8 48%, #eddaea 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(48%,#ede3e8), color-stop(100%,#eddaea)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fcfcfc 0%,#ede3e8 48%,#eddaea 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fcfcfc 0%,#ede3e8 48%,#eddaea 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fcfcfc 0%,#ede3e8 48%,#eddaea 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fcfcfc 0%,#ede3e8 48%,#eddaea 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#eddaea',GradientType=0 ); /* IE6-9 */

	/* Borde */
	border-radius: 4px;
	border: solid #b996a9 1px;
}

#main #carro .modulo_galeria .portada{
	height: 70px;
}
#main #carro .modulo_galeria .portada img{
	height: 70px;
}

#main #carro .modulo_galeria form{

}

#main #carro .modulo_galeria select{
	margin: 7px;
}

#main #carro .modulo_galeria td.carro_cantidad{
	padding: 4px 6px;
	width: 100px;
}

#main #carro .modulo_galeria .carro_cantidad span.cant{
	font-size: 1.2em;
	border: solid #b996a9 1px;
	width: 20px;
	padding-right: 2px;
	margin-left: -8px;
	margin-right: -8px;
}

#main #carro .modulo_galeria .carro_cantidad form,
#main #carro .modulo_galeria .carro_cantidad span.cant{
	float: left;
	
}

#main #carro .modulo_galeria .carro_cantidad form button{
	cursor: pointer;
}


#main #carro .modulo_galeria .formas{
	margin-top: 25px;
	margin-bottom: 15px;
	height: 75px;
}

#main #carro .modulo_galeria .celda_gastos{
	height: 28px;
}
#main #carro .modulo_galeria .celda_subtotal{
	height: 19px;
}
#main #carro .modulo_galeria .celda_total{
	height: 28px;
	font-weight: bold;
	font-size: 1.2em;
}

#main #carro .volver_button,
#main #carro .pedido_button{
	display: block;
	/* Dimensiones */
	width: 150px;
	height: 15px;
	/* POSICION */
	float: right;
	margin: 10px 0 0 10px;
	padding-top: 2px;
	/* TIPOGRAFIA */
	font-size: 10px;
	color: #FFF;
	text-align:center;
	/*Background*/
	background: #650C34;
	background: -moz-linear-gradient(top,  #bd335f 0%, #650c34 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bd335f), color-stop(100%,#650c34));
	background: -webkit-linear-gradient(top,  #bd335f 0%,#650c34 100%);
	background: -o-linear-gradient(top,  #bd335f 0%,#650c34 100%);
	background: -ms-linear-gradient(top,  #bd335f 0%,#650c34 100%);
	background: linear-gradient(to bottom,  #bd335f 0%,#650c34 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bd335f', endColorstr='#650c34',GradientType=0 );
	/* Borde */
	border-radius: 4px;
	border: solid #bd335f 1px;
}

#main #carro .volver_button:hover,
#main #carro .pedido_button:hover{
background: #bd335f; /* Old browsers */
	background: -moz-linear-gradient(top, #bd335f 53%, #650c34 87%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(53%,#bd335f), color-stop(87%,#650c34)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #bd335f 53%,#650c34 87%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #bd335f 53%,#650c34 87%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #bd335f 53%,#650c34 87%); /* IE10+ */
	background: linear-gradient(to bottom, #bd335f 53%,#650c34 87%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bd335f', endColorstr='#650c34',GradientType=0 ); /* IE6-9 */
}

/*::::::::::::::::::::::::::::::::::::::::::::
::::::::::::::::     PEDIDO      ::::::::::::::
::::::::::::::::::::::::::::::::::::::::::::*/

/* datos_pedido.php */
#main #pedido .modulo_galeria{
	height: auto;
	margin-top: 0;
	margin-bottom: 10px;
}

#main #pedido h3{
	font-size: 1em;
	color: #650C34;
	margin-bottom: 10px;
	margin-top: 20px;
}

#main #pedido .objeto{
	height: auto;
	border: none;
}


#main #pedido .left,
#main #pedido .right{
	height: 210px;
	width: 363px;
	float: left;
	border: solid #b996a9 1px;
	border-radius: 4px;
	padding: 15px 11px;
	margin: 10px 0 10px 0;
}

#main #pedido .left{
	margin-right: 10px;
}

#main #pedido .left h3{
	margin-top: 30px;
}

#main #pedido .modulo_galeria th,
#main #pedido .modulo_galeria td{
	color: #650C34;
	text-align: center;
	/*Degradado*/
	background: #fcfcfc;
	/* Borde */
	border-radius: 4px;
	border: solid #b996a9 1px;
}

#main #pedido .modulo_galeria td{
	color: #444;
	padding: 5px 20px;
	text-align: right;
}


#main #pedido .filete.persiana{
	width: 786px;
	/*Degradado*/
	background: #fcfcfc;
	background: -moz-linear-gradient(top,  #fcfcfc 0%, #eacedc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#eacedc));
	background: -webkit-linear-gradient(top,  #fcfcfc 0%,#eacedc 100%);
	background: -o-linear-gradient(top,  #fcfcfc 0%,#eacedc 100%);
	background: -ms-linear-gradient(top,  #fcfcfc 0%,#eacedc 100%);
	background: linear-gradient(to bottom,  #fcfcfc 0%,#eacedc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#eacedc',GradientType=0 );
	/* Borde */
	border-radius: 4px;
	border: solid #b996a9 1px;
}

#main #pedido .filete.persiana:hover{
	cursor: pointer;
}

#main #pedido .filete.persiana h2{
	color: #650C34;
}

#main #pedido .filete.persiana h2{
	color: #650C34;
}

#main #pedido .pedido_form.new{
	display: none;
}

#main #pedido form {
	font-size: 0.8em;
	text-align: right;
	margin: 10px auto;
}

#main #pedido .datos {
	text-align: left;
	padding: 10px 15px 30px 35px;
}

#main #pedido .datos form {
	height: 200px;
}
#main #pedido .datos form input{
	width: 200px;	
}



#main #pedido .datos form input[type=password]{
	width: 150px;
}

#main #pedido .form_left,
#main #pedido .form_right {
	float: left;
	height: 150px;
}

#main #pedido .datos .form_left{
	margin-right:30px;
}

#main #pedido .datos .form_left a{
	color: #650C34;
	font-size: 0.8em;
}

#main #pedido .datos .form_right h3{
	text-align: left;
	margin-left: 50px;
}

#main #pedido .datos.recuperados .form_left{
	margin-left: 0;
}

#main #pedido form input {
	width: 250px;
	margin: 5px;
	font-size: 0.8em;
}



#main #pedido form .button {
	width: 50px;

}

#main #pedido .datos.recuperados{
	text-align: left;
	margin: 0 auto 10px auto;
	width: 722px;
	padding: 30px 15px 30px 45px;
	/* Borde */
	border-radius: 4px;
	border: solid #b996a9 1px;
}

#main #pedido .datos.recuperados form{
	width: 680px;
	height: 130px;
	margin: 10px auto 0 auto;
	position: relative;
	line-height: 20px;
	text-align: left;
}

#main #pedido  a, 
#main #pedido  span{
	font-variant: normal;
	font-size: 1em;
	
}

#main #pedido .ejemplo{
	font-size: 0.7em;
	color: #666;
}

#main #pedido .datos.recuperados span.label{
	font-size: 0.8em;
	text-align: right;
	color: #650C34;
}

#main #pedido span.info{
	font-size: 13px;
	margin-bottom: 10px;
}

#main #pedido .confirmar_button,
#main #pedido form input[type=submit], 
#main #pedido .tramitar{
	display: block;
	/* Dimensiones */
	width: 150px;
	height: 15px;
	/* POSICION */
	float: right;
	margin: 10px 0 0 10px;
	padding-bottom: 5px;
	/* TIPOGRAFIA */
	font-size: 0.7em;
	color: #FFF;
	text-align:center;
	/*Background*/
	background: #650C34;
	background: -moz-linear-gradient(top,  #bd335f 0%, #650c34 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bd335f), color-stop(100%,#650c34));
	background: -webkit-linear-gradient(top,  #bd335f 0%,#650c34 100%);
	background: -o-linear-gradient(top,  #bd335f 0%,#650c34 100%);
	background: -ms-linear-gradient(top,  #bd335f 0%,#650c34 100%);
	background: linear-gradient(to bottom,  #bd335f 0%,#650c34 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bd335f', endColorstr='#650c34',GradientType=0 );
	/* Borde */
	border-radius: 4px;
	border: solid #bd335f 1px;
}

#main #pedido .confirmar_button{
	font-size: 0.8em;
}

#main #pedido .confirmar_button:hover,
#main #pedido input[type=submit]:hover, 
#main #pedido .tramitar:hover{
	background: #bd335f; /* Old browsers */
	background: -moz-linear-gradient(top, #bd335f 53%, #650c34 87%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(53%,#bd335f), color-stop(87%,#650c34)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #bd335f 53%,#650c34 87%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #bd335f 53%,#650c34 87%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #bd335f 53%,#650c34 87%); /* IE10+ */
	background: linear-gradient(to bottom, #bd335f 53%,#650c34 87%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bd335f', endColorstr='#650c34',GradientType=0 ); /* IE6-9 */
	cursor: pointer;
}

#main #pedido .confirmar_button:hover{
	text-decoration: none;
}

#main #pedido form input[type=submit] {
	width: 150px;
	height: 21px;
	padding-top: 3px;;
}
#main #pedido .new_cliente{
	margin-top: 20px;
}

#main #pedido .login_cliente .button,
#main #pedido .new_cliente .button {
	display: block;
	margin: 20px auto;
	float: none;
}

#main #pedido .no_reg{
	margin-left: 30px;
	font-size: 13px;

}
#main #pedido .no_reg a{
	color: #650C34;
}

/*::::::::::::::::::::::::::::::::::::::::::::
:::::::::::     CONFIRMACION     :::::::::::::
::::::::::::::::::::::::::::::::::::::::::::*/

#main #confirmacion .modulo_galeria{
	width: 400px;
	height: auto;
	margin: 20px auto;
	float: none;
	display: block;
	/*TIPOGRAFIA*/
	font-size: 0.9em;
	font-family: Arial, Helvetica, sans-serif;

}

#main #confirmacion .modulo_galeria ul{
	list-style: circle inside;
	padding: 0;
}

#main #confirmacion .modulo_galeria span{
	font-size: 1.3;
	font-weight: bold;
	color: #650c34;
}

#main #confirmacion .modulo_galeria p {
	font-size: 1em;
}

#main #confirmacion .modulo_galeria .direccion_box {
	height: auto;
	width: 350px;
	padding: 20px;
	margin: 10px 0;
	/* Borde */
	border-radius: 4px;
	border: solid #b996a9 1px;
}

#main #confirmacion .modulo_galeria .confi_volver{
	color: #650C34;
	display: block;
	height: auto;
	width: 350px;
	margin: 5px auto;
	text-align: center;
}

#main #confirmacion .modulo_galeria span.msg_ok{
	font-weight: normal;
	color: #444;
	display: block;
	height: auto;
	width: 150px;
	margin-top: 20px;
	margin-left: 30px;
	text-align: center;
	float: left;
}

#main #confirmacion form{
	width: 0;
	font-size: 1em;
}

#main #pedido #confirmacion input.confirmar_button{
	height: 25px;
	margin-top: 13px;
	margin-left: 2px;
	padding-top: 4px;
	float: left;
}

/*::::::::::::::::::::::::::::::::::::::::::::
:::::::::::     AGRADECIMIENTO    :::::::::::::
::::::::::::::::::::::::::::::::::::::::::::*/

#main #gracias .objeto{
	width: 790px;
	height: auto;
	border: none;
	margin: 20px 0;
}

#main #gracias{
	font-family: 'Arial', 'Helvetica', sans-serif;
	text-align: center;
}

#main #gracias h3{
	font-size: 1.2em;
	color: #650C34;
	font-weight: bold;
} 

#main #gracias p{
	font-size: 1em;
	color: #444;
	margin-bottom: 10px;
} 


/*::::::::::::::::::::::::::::::::::::::::::::
:::::::::::     QUIENESSOMOS     :::::::::::::
::::::::::::::::::::::::::::::::::::::::::::*/

#main #quienessomos .filete.persiana h2{
	color: #650C34;
}

#main #quienessomos .filete.persiana{
	margin-top: 0;
	margin-bottom: 5px;;
	/*Degradado*/
	background: #fcfcfc;
	background: -moz-linear-gradient(top,  #fcfcfc 0%, #eacedc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#eacedc));
	background: -webkit-linear-gradient(top,  #fcfcfc 0%,#eacedc 100%);
	background: -o-linear-gradient(top,  #fcfcfc 0%,#eacedc 100%);
	background: -ms-linear-gradient(top,  #fcfcfc 0%,#eacedc 100%);
	background: linear-gradient(to bottom,  #fcfcfc 0%,#eacedc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#eacedc',GradientType=0 );
	/* Borde */
	border-radius: 4px;
	border: solid #b996a9 1px;
}

#main #quienessomos .objeto{
	width: 790px;
	border: none;
	height: auto;
	margin-bottom: 10px;
	/* BORDE */
	border-radius: 4px;
	border: solid #b996a9 1px;
}

#main #quienessomos .imagen_info.quien{
	margin-right: 50px;
	margin-left: 70px;
}

#main #quienessomos .imagen_info{
	float: left;
}

#main #quienessomos .imagen_info.donde{
	height: 310px;
	overflow: hidden;
}

#main #quienessomos .texto_info.quien{
	width: 600px;
	text-align: center;
	font-size: 1.1em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#main #quienessomos .texto_info.donde{
	text-align: left;
	position: absolute;
	padding: 12px;
	bottom: 20px;
	right: 20px;
	font-size: 1.2em;
	/*Degradado*/
	background: #fcfcfc;
	background: -moz-linear-gradient(top,  #fcfcfc 0%, #eacedc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#eacedc));
	background: -webkit-linear-gradient(top,  #fcfcfc 0%,#eacedc 100%);
	background: -o-linear-gradient(top,  #fcfcfc 0%,#eacedc 100%);
	background: -ms-linear-gradient(top,  #fcfcfc 0%,#eacedc 100%);
	background: linear-gradient(to bottom,  #fcfcfc 0%,#eacedc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#eacedc',GradientType=0 );
	box-shadow: 1px 1px 3px #333;
	/* Borde */
	border-radius: 10px;
	border: solid #b996a9 1px;
}

#main #quienessomos .texto_info .empresa{
	font-family: 'Merriweather Sans', sans-serif;	
	
}

#main #quienessomos .texto_info p{ 
	display: block;
	width: 550px;
	height: 100px;
	margin-top: 10px;
	margin-left: 120px;
}

/*::::::::::::::::::::::::::::::::::::::::::::
:::::::::::     DISTRIBUCION     :::::::::::::
::::::::::::::::::::::::::::::::::::::::::::*/

#main #distribucion .filete.persiana h2{
	color: #650C34;
}

#main #distribucion .filete.persiana{
	margin-top: 0;
	margin-bottom: 5px;;
	/*Degradado*/
	background: #fcfcfc;
	background: -moz-linear-gradient(top,  #fcfcfc 0%, #eacedc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#eacedc));
	background: -webkit-linear-gradient(top,  #fcfcfc 0%,#eacedc 100%);
	background: -o-linear-gradient(top,  #fcfcfc 0%,#eacedc 100%);
	background: -ms-linear-gradient(top,  #fcfcfc 0%,#eacedc 100%);
	background: linear-gradient(to bottom,  #fcfcfc 0%,#eacedc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#eacedc',GradientType=0 );
	/* Borde */
	border-radius: 4px;
	border: solid #b996a9 1px;
}

#main #distribucion .objeto{
	width: 790px;
	border: none;
	height: auto;
	margin-bottom: 20px;
}

#main #distribucion .objeto table.logos{
}

#main #distribucion .objeto table.logos td{
	width: 20%;
	border: none
}

#main #distribucion .objeto .texto_distri {
	display: block;
	font-size: 0.8em;
	color: #333;
	margin: 10px auto 20px auto;
}

#main #distribucion .objeto table.distri {
	
}

#main #distribucion .objeto table.distri td {
	vertical-align: top;
	width: 25%;
	padding: 10px 8px;
	border: none;
}

#main #distribucion .objeto table.distri span, 
#main #distribucion .objeto table.distri a{
	display: block;
	font-size: 12px;
	color: #222;
}

#main #distribucion .objeto table.distri .zona{
	font-family: 'Merriweather Sans', sans-serif;
	font-size: 0.6em;
	color: #650C34;
	margin-bottom: 10px;
	/*Degradado*/
	background: #fcfcfc;
	background: -moz-linear-gradient(top,  #fcfcfc 0%, #eacedc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#eacedc));
	background: -webkit-linear-gradient(top,  #fcfcfc 0%,#eacedc 100%);
	background: -o-linear-gradient(top,  #fcfcfc 0%,#eacedc 100%);
	background: -ms-linear-gradient(top,  #fcfcfc 0%,#eacedc 100%);
	background: linear-gradient(to bottom,  #fcfcfc 0%,#eacedc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#eacedc',GradientType=0 );
	/* Borde */
	border: solid #b996a9 1px;
	border-radius: 5px;
}

#main #distribucion .objeto table.distri .distribuidora{
	font-size: 0.7em;
	font-weight: bolder;
	color: #4a5868;
	margin-bottom: 7px;
}

#main #distribucion .objeto table.distri .direccion{
	margin-bottom: 7px;
}

#main #distribucion .objeto table.distri .telefono{
}

#main #distribucion .objeto table.distri .fax{
	margin-bottom: 7px;
}

#main #distribucion .objeto table.distri .e_mail{
	
}

#main #distribucion .objeto table.distri .web{
	
}

#main #librerias {
	font-size: 0.8em;
	-moz-column-count: 5; /* Firefox */
	-webkit-column-count: 5; /* Safari and Chrome */
	column-count: 5;
	text-align: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#main #librerias ul{
	list-style: inside;
	padding-left: 4px;
	font-size: 0.9em;
	margin-bottom: 12px;
	margin-top: 2px;
}
#main #librerias li{
	margin-bottom: 2px;
}

#main #librerias h2{
	padding-left: 2px;
	font-size: 0.9em;
	font-weight: bolder;
	color: #650C34;
	margin-bottom: 2px;
}

#main #librerias h2.comunidad{
	width: 130px;
	font-family: 'Merriweather Sans', sans-serif;
	font-size: 0.84em;
	color: #650C34;
	margin-bottom: 2px;
	text-align: center;
	/*Degradado*/
	background: #fcfcfc;
	background: -moz-linear-gradient(top,  #fcfcfc 0%, #eacedc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#eacedc));
	background: -webkit-linear-gradient(top,  #fcfcfc 0%,#eacedc 100%);
	background: -o-linear-gradient(top,  #fcfcfc 0%,#eacedc 100%);
	background: -ms-linear-gradient(top,  #fcfcfc 0%,#eacedc 100%);
	background: linear-gradient(to bottom,  #fcfcfc 0%,#eacedc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#eacedc',GradientType=0 );
	/* Borde */
	border: solid #b996a9 1px;
	border-radius: 5px;
}
	
#main #librerias h3{
	padding: 0 0 0 2px;
	font-size: 0.9em;
	font-weight: bolder;
	color: #4a5868;
	margin-bottom: 2px;
}

/*::::::::::::::::::::::::::::::::::::::::::::
::::::::::::::::     FOOTER     ::::::::::::::
::::::::::::::::::::::::::::::::::::::::::::*/

#footer {
	width: 100%;
	height: auto;
	margin: 0;
	margin-bottom: -10px;
	/*TIPOGRAFIA*/
	color: #FFF;
	font-size: 0.7em;
	font-family:'Arial', 'Helvetica', sans-serif;
	/*Degradado*/
	background: #650C34;
	background: -moz-linear-gradient(top,  #bd335f 0%, #650c34 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bd335f), color-stop(100%,#650c34));
	background: -webkit-linear-gradient(top,  #bd335f 0%,#650c34 100%);
	background: -o-linear-gradient(top,  #bd335f 0%,#650c34 100%);
	background: -ms-linear-gradient(top,  #bd335f 0%,#650c34 100%);
	background: linear-gradient(to bottom,  #bd335f 0%,#650c34 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bd335f', endColorstr='#650c34',GradientType=0 );
	/* Borde */
/*	border-radius: 4px;*/
	border: solid #bd335f 1px;
}

#footer .footer_nav{
	/*DIMENSIONES*/
	width: 440px; 
	height: 20px; 
	/* POSICION */
	margin: 0 auto;
	padding: 10px;
	float: left;
	text-align: left;
}

#footer .footer_categorias{
	/*DIMENSIONES*/
	width: 440px; 
	height: 20px; 
	/* POSICION */
	margin: 0 auto;
	padding: 10px;
	float: right;
	text-align: right;
}

#footer .copyright{
	/*DIMENSIONES*/
	width: 480px; 
	height: 20px; 
	/* POSICION */
	/*margin: 0 auto;*/
	padding: 10px;
	text-align: left;
	font-size: 0.8em;
}

/* SLIDER NOVEDADES, ETC;... */
#novedades, #eventos {
	position: relative;

}

#main .arrow_slide_nav .arrow_objeto_nov,
#main .arrow_slide_nav_ev .arrow_objeto_ev {
	display: block;
	z-index: 10;
	height: 31px;
	width: 20px;
	position: absolute;
	margin: 0;
}

#main .arrow_slide_nav .arrow_objeto_nov:hover,
#main .arrow_slide_nav_ev .arrow_objeto_ev:hover {
	cursor: pointer;
	height: 29px;
	width: 19px;
	top: 161px;

}

#main .arrow_slide_nav .left,
#main .arrow_slide_nav_ev .left {
	background: url('../imgs/images_sliders/s2_left.png') no-repeat;
	z-index: 10;
	left: -9px;
	top: 160px;
	display: block;
	position: absolute;
}

#main .arrow_slide_nav .left:hover,
#main .arrow_slide_nav_ev .left:hover {
	background: url('../imgs/images_sliders/s2_left2.png') no-repeat;
}

#main .arrow_slide_nav .right,
#main .arrow_slide_nav_ev .right {
	background: url('../imgs/images_sliders/s2_right.png') no-repeat;
	display: block;
	z-index: 10;
	right: -9px;
	top: 160px;
	position: absolute;
}

#main .arrow_slide_nav .right:hover,
#main .arrow_slide_nav_ev .right:hover {
	background: url('../imgs/images_sliders/s2_right2.png') no-repeat;
}



/*SLIDER*/

.marka {
	z-index: 5;
	position: absolute;
	top: 0;
	left: 0;
}

.slide_marco{
	position: relative;
}

.slide_nav {
	z-index: 100;
	width: auto;
	position: absolute;
	top: 6px;
	right: 4px;
}

.bolas_nav{
	float: left;
	width: 14px;
	height: 14px;
	margin-right: 3px;
	background: url(../imgs/images_sliders/circle.png) no-repeat;
}

.bolas_nav.selected{
	display: block;
	float: left;
	width: 14px;
	height: 14px;
	margin-right: 3px;
	background: url(../imgs/images_sliders/circle_s.png) no-repeat;
}

.bolas_nav:hover{
	cursor: pointer;	
}


.texto_slide {
	margin: 40px 0 0 275px;
}

.texto_slide h1{
	font-family: 'Merriweather Sans', sans-serif;
	font-weight: normal;
	font-size: 13px;
	width: 390px;
	margin: 20px 0 0 0;
	padding: 0;
}

.texto_slide h2 a{
	color: #444;
}

.texto_slide h2{
	font-family: 'Oxygen', sans-serif;	
	font-size: 15px;
	font-weight: normal;
	width: 200px;
	margin: 0 0 15px 5px;
	padding: 0;
}

.texto_slide a{
	width: 350px;
	margin: 0;
	padding: 0;
}

.texto_slide p{
	font-family: 'Arial', sans-serif;
	font-size: 0.8em;
	line-height: 17px;
	text-align: justify;
	width: 430px;
	color: #111;
	margin: 0 0 0 0;
	padding: 0;
}

.slide {
	height: 270px;
	margin: 0;
}

.slide_contenedor .fondo01{background: url(../imgs/images_sliders/fondo01.jpg) no-repeat;}
.slide_contenedor .fondo02{background: url(../imgs/images_sliders/fondo02.jpg) no-repeat;}
.slide_contenedor .fondo03{background: url(../imgs/images_sliders/fondo03.jpg) no-repeat;}
.slide_contenedor .fondo04{background: url(../imgs/images_sliders/fondo04.jpg) no-repeat;}
.slide_contenedor .fondo05{background: url(../imgs/images_sliders/fondo05.jpg) no-repeat;}
.slide_contenedor .fondo06{background: url(../imgs/images_sliders/fondo06.jpg) no-repeat;}
.slide_contenedor .fondo07{background: url(../imgs/images_sliders/fondo07.jpg) no-repeat;}
.slide_contenedor .fondo08{background: url(../imgs/images_sliders/fondo08.jpg) no-repeat;}
.slide_contenedor .fondo09{background: url(../imgs/images_sliders/fondo09.jpg) no-repeat;}
.slide_contenedor .fondo10{background: url(../imgs/images_sliders/fondo10.jpg) no-repeat;}
.slide_contenedor .fondo11{background: url(../imgs/images_sliders/fondo11.jpg) no-repeat;}
.slide_contenedor .fondo12{background: url(../imgs/images_sliders/fondo12.jpg) no-repeat;}
.slide_contenedor .fondo13{background: url(../imgs/images_sliders/fondo13.jpg) no-repeat;}
.slide_contenedor .fondo14{background: url(../imgs/images_sliders/fondo14.jpg) no-repeat;}
.slide_contenedor .fondo15{background: url(../imgs/images_sliders/fondo15.jpg) no-repeat;}
.slide_contenedor .fondo16{background: url(../imgs/images_sliders/fondo16.jpg) no-repeat;}
.slide_contenedor .fondo17{background: url(../imgs/images_sliders/fondo17.jpg) no-repeat;}
.slide_contenedor .fondo18{background: url(../imgs/images_sliders/fondo18.jpg) no-repeat;}
.slide_contenedor .fondo19{background: url(../imgs/images_sliders/fondo19.jpg) no-repeat;}
.slide_contenedor .fondo20{background: url(../imgs/images_sliders/fondo20.jpg) no-repeat;}

.portada_slide {
	position: relative;
}

img.canto_libro {
	display: block;
	position: absolute;
	width: 182px;
	height: 247px;
	left: 70px;
	top: 15px;
}

.portada_dinamica {
	z-index: 2;
	position: absolute;
	width: 150px;
	height: 225px;
	top: 24px;
	left: 81px;
}





#main .slide_marco{
	height: 270px;
	margin: 0 0 10px 0;
	overflow: hidden;
	position: relative;
	 /*Borde */
	border: solid #b996a9 1px;
}

#main .slide_marco .slide_contenedor {
	height: 270px;
	margin: 0;
	position: absolute;
}

#main .slide_marco .arrow {
	display: block;
	z-index: 10;
	height: 40px;
	width: 26px;
	position: absolute;
	margin: 0;
}

#main .slide_marco .arrow:hover {
	cursor: pointer;
	height: 38px;
	width: 25px;
	top: 121px;

}

#main .slide_marco .left {
	background: url('../imgs/images_sliders/left.png') no-repeat;
	left: 0;
	top: 120px;
}

#main .slide_marco .left:hover {
	background: url('../imgs/images_sliders/left2.png') no-repeat;
}

#main .slide_marco .right {
	background: url('../imgs/images_sliders/right.png') no-repeat;
	right: 0;
	top: 120px;
}

#main .slide_marco .right:hover {
	background: url('../imgs/images_sliders/right2.png') no-repeat;
}

.info_contenedor {
	position: relative;
}

/*SLIDE eventos*/

.evento_slide h2{
	margin: 0;
}

.evento_slide h3{
	font-size: 0.7em;
	font-family: 'Merriweather Sans', sans-serif;
	color: #111;
	margin-top: 5px;
}

.evento_slide h4{
	font-size: 0.9em;
	font-family: 'Oxygen', sans-serif;
	color: #444;
	margin-top: 0;
	margin-bottom: 5px;
}

.evento_slide{
	position: relative;
	text-align: left;
	height: 270px;
	font-family: Arial, sans-serif;
}


.evento_slide .titulo{
	position: absolute;
	width: 400px;
	height: 50px;
	top: 10px;
	left: 70px;
}

.evento_slide .titulo h2{
	text-align: left;
	width: 400px;
	height: 50px;
	padding: 0;
	font-size: 12px;
	font-family: 'Merriweather Sans', sans-serif;
}

.evento_slide .titulo a{
	color: #650C34;
	position: relative;
	margin: 0;
	font-size: 1.5em;
}

.evento_slide .direccion{
	font-size: 1.3em;
}

/*
.autor_slide_peq,
.portada_slide_peq {
	position: relative;
}*/

.canto_libro_peq{
	z-index: 2;
	position: absolute;
	top: 53px;
	left: 231px;
	width: 153px;
	height: 207px; 
}

.portada_dinamica2 {
	z-index: 3;
	position: absolute;
	top: 60px;
	left: 240px;
	width: 126px;
	height: 188px;
	border: solid #999 1px;
}

.portada_dinamica2:hover{
	border: solid #444 1px;
}

.autor_dinamico {
	z-index: 2;
	position: absolute;
	top: 60px;
	left: 70px;
	width: 132px;
	height: 188px;
	box-shadow: 1px 1px 1px #333;
	border: solid #999 1px;
}

.autor_dinamico img{
	height: 188px;
	width: 132px;
}

.autor_dinamico:hover{
	border: solid #444 1px;
}

.evento_slide .autor{
	width: 180px;
	position: absolute;
	top: 55px;
	left: 410px;
	text-align: left;
	margin: 0;
}


.texto_slide2 {
	z-index: 2;
	position: absolute;
	width: 170px;
	bottom: 20px;
	left: 410px;
	line-height: 14px;
}

.evento_slide .feria_evento {
	width: 130px;
	display: block;
	text-align: center;
	font-family: 'Merriweather Sans', sans-serif;
	font-size: 1.3em;
	color: #4a5868;
	line-height: 28px;
}

.texto_slide2 p{
	margin: 0;
}

.texto_slide2 img{
	margin: 5px auto;
	max-width: 150px;
	max-height: 30px;
}


.fecha_dinamico {
	position: absolute;
	width: 168px;
	height: 270px;
	bottom: 15px;
	left: 570px;
	background: url(../imgs/images_sliders/fecha.png) no-repeat;
	background-position: 50% 35px ;
	text-align: center;
}

.fecha_dinamico .fecha_event {
	position: absolute;
	width: 100px;
	height: 150px;
	bottom: 15px;
	left: 35px;
}

.fecha_dinamico .fecha_event .dia_semana{
	width: 100px;
	font-size: 1.6em;
	bottom: 116px;
	right:0;
}

.fecha_dinamico .fecha_event .dia{
	width: 100px;
	font-size: 4.4em;
	bottom: 50px;
	right:0;
}

.fecha_dinamico .fecha_event .mes{
	width: 100px;
	font-size: 1.7em;
	bottom: 35px;
	right:0;
}

.fecha_dinamico .fecha_event .hora{
	width: 100px;
	font-size: 2.4em;
	bottom: 0px;
	right:0;
}

/*Botones del SLIDER*/
/*.menu_slide {
	margin: 0;
	padding: 0;
}
.menu_slide li {
	list-style: none;
	margin:0;
}

.menu_slide a {
	text-decoration: none;
	display: block;
	float: left;
	width: 100px;
	height: 22px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	text-align: center;
	padding-top: 8px;
	margin-top: 12px;
	margin-right: 10px;
	border-radius: 4px;*/
	/*Estilo*/
	/*color: #FFF;*/
	/*Degradado*/
/*	background: #650C34;
	background: -moz-linear-gradient(top,  #bd335f 0%, #650c34 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bd335f), color-stop(100%,#650c34));
	background: -webkit-linear-gradient(top,  #bd335f 0%,#650c34 100%);
	background: -o-linear-gradient(top,  #bd335f 0%,#650c34 100%);
	background: -ms-linear-gradient(top,  #bd335f 0%,#650c34 100%);
	background: linear-gradient(to bottom,  #bd335f 0%,#650c34 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bd335f', endColorstr='#650c34',GradientType=0 );
	/* Borde */
	/*border-radius: 4px;
	border: solid #bd335f 1px;
}



.menu_slide a:hover {*/
	/*Degradado*/
/*	background: #bd335f;
	background: -moz-linear-gradient(top,  #650c34 0%, #bd335f 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#650c34), color-stop(100%,#bd335f));
	background: -webkit-linear-gradient(top,  #650c34 0%,#bd335f 100%);
	background: -o-linear-gradient(top,  #650c34 0%,#bd335f 100%);
	background: -ms-linear-gradient(top,  #650c34 0%,#bd335f 100%);
	background: linear-gradient(to bottom,  #650c34 0%,#bd335f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#650c34', endColorstr='#bd335f',GradientType=0 );
}*/

/*@media all and (max-width: 960px) {
	#aside.grid_4 {
		display: none;
	}
	#header {
	height: 185px;
	}
	#header #logo.grid_4 {
		display: none;
	}
	.container_24 {
		width: 800px;
	}
	#header #menu_categorias.grid_20{
		display: block;
	}

}

@media all and (max-width: 790px) {
/*	aside.grid_4 {
		display: none;
	}
	header #logo.grid_4 {
		display: none;
	}
	.container_24 {
		width: 480px;
	}
	#menu_categorias.grid_20, #menu_principal.grid_20, #menu.grid_20, #main.grid_20 {
		width: 470px;*/
/*	}
}*/
