@charset "utf-8";

body {
	margin:0px; padding:0px;
	background: #AEC3E8 url(http://edicioneshaber.com.ar/images/bg.png) repeat-x;
	font-family:Helvetica;
	/*font-size:12px;*/
}

#main{
	margin-top:6px;
}

.container {
	min-width:900px;
	width:900px;
	margin:0 auto;
  	position:relative;
  	overflow:hidden;
  	height:auto;
}

.fondo_pagina{
	background-color: #FBFBFB;
}

.link_tipico_haber{color: #487917;}
.link_tipico_haber:hover{ color: #5C9B1E;}


/************************************************************************************************/
/******************   Estilos de elementos pertenecientes a header2.php   ***********************/
/************************************************************************************************/
#wrapper_blanco{
	float:left;
	position:relative;
	height:auto;
	overflow:visible;
}

#banner_superior {
	height: 126px;
	width: 900px;
	margin-top: 0px;
	float: left;
	position: relative;
	background-color: #FBFBFB;
}

/*Estilos de elementos dentro de #banner_superior  */

/* o */
#logo {
	height: 126px;
	width: 349px;
	float: left;
	position: relative;
	background-color: none;
	margin-left: 10px;
}

/* o */
#menu {
	height: 118px;
	width: 526px;
	float: right;
	margin-top: 8px;
}

/* \-->  */

#megusta{
	float: right;
}
	/* \-->  */
	
#logoFacebook{
	height: 20px;
	width: 20px;
	float: right;
	margin-right: 15px;
}

#logoFacebook img{
	width:20px;
	margin-top:2px;
	height:20px;
	border:none;
	float: right;
}

#textoFacebook{
	/*font-family: Helvetica;*/
	color: #2456a6;
	font-weight: bold;
	font-size:13px;
	float: right;
	margin-right: 4px;
    margin-top: 4px;
}

/* Vienen los divs del menu, que están en el archivo ddcolortabs.css*/

/* o */
#buscador {
	/*height: 50px;*/
	width: 900px;
	float: left;
	background-color: #FBFBFB;
	padding-bottom:10px;
	margin-left: auto;
	margin-right: auto;
	position:relative;
	overflow: auto;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #688dc1;
	border-bottom-width: thin;
	border-bottom-style: double;
	border-bottom-color: #688dc1;
}

#buscador form {
	color: #688dc1;
	font-weight: bold;
	margin-top:8px;
	margin-left: auto;
	margin-right: auto;
}

.buscador_form_container{
	background-color: #f0f0f0;
	-webkit-border-radius: 0px 5px 5px 5px;
	-moz-border-radius: 0px 5px 5px 5px;
	border-radius: 0px 5px 5px 5px;
}
/* \--> */
/*
#buscador .i_buscar {
	background-color: #BEEA93;
	width: 500px;
	border: thin solid #73c125;
	-moz-border-radius: 0px 7px 7px 7px;
	-webkit-border-radius: 0px 7px 7px 7px;
	border-radius: 0px 7px 7px 7px;
}

.lupa {
   background: white url(images/lupa_transp.gif) no-repeat 2px center;
   padding: 2px 2px 2px 18px;
   color: #2456a6;
   margin-bottom: 2px;
}

#buscador .b_buscar {
	color: #2456a6;
	font-weight: bold;
	background-color: #FFFFFF;
	width: 80px;
	cursor:pointer;
	border: thin solid #73c125;
	-moz-border-radius: 0px 7px 7px 7px;
	-webkit-border-radius: 0px 7px 7px 7px;
	border-radius: 0px 7px 7px 7px;
}

*/

/* search form 
-------------------------------------- */
.searchform {
	display: inline-block;
	zoom: 1; /* ie7 hack for display:inline-block */
	*display: inline;
	border: solid 1px #d2d2d2;
	padding: 2px 3px;
	margin-left:150px;
	float:left;
	
	-webkit-border-radius: 0px 5px 5px 5px;
	-moz-border-radius: 0px 5px 5px 5px;
	border-radius: 0px 5px 5px 5px;

	-webkit-box-shadow: 0 1px 0px rgba(0,0,0,.1);
	-moz-box-shadow: 0 1px 0px rgba(0,0,0,.1);
	box-shadow: 0 1px 0px rgba(0,0,0,.1);

	background: #f1f1f1;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top,  #fff,  #ededed);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed'); /* ie7 */
	-ms-filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed'); /* ie8 */
}
.searchform input {
	font-family: Arial;
	font-size: 14px;
	color:#245EA6;
}
.searchform .searchfield {
	background: #efefef;
	padding: 4px 6px 4.5px 8px;
	width: 500px;
	border: solid 1px #bcbbbb;
	outline: none;

	-webkit-border-radius: 0px 5px 5px 5px;
	-moz-border-radius: 0px 5px 5px 5px;
	border-radius: 0px 5px 5px 5px;
	
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
}

.searchform .searchfield:focus {
	/*border: solid 1px #5F9A1D;*/
		
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
}

.searchform .searchbutton {
	padding: 0 0 1px 0;
	cursor:pointer;
	color: #fff;
	border: solid 1px #89CB41;
	font-size: 13px;
	height: 23px;
	width: 60px;
	text-shadow: 0 1px 1px rgba(0,0,0,.6);

	-webkit-border-radius: 0px 4px 4px 4px;
	-moz-border-radius: 0px 4px 4px 4px;
	border-radius: 0px 4px 4px 4px;

/* Boton verde*/
	background: #B6EC7B;
	background: -moz-linear-gradient(top, #B6EC7B, #9BD559);
	background: -webkit-gradient(linear, left top, left bottom, from(#B6EC7B), to(#9BD559));
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#B6EC7B', endColorstr='#9BD559'); /* ie7 */
	-ms-filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#B6EC7B', endColorstr='#9BD559'); /* ie8 */
	
	
/* Boton negro*/
/*	background: #5f5f5f;
	background: -webkit-gradient(linear, left top, left bottom, from(#9e9e9e), to(#454545));
	background: -moz-linear-gradient(top,  #9e9e9e,  #454545);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#9e9e9e', endColorstr='#454545'); 
	-ms-filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#9e9e9e', endColorstr='#454545'); */
}

.searchform .searchbutton:hover {
	background: #9BD559;
	background: -moz-linear-gradient(top, #9BD559, #B6EC7B);
	background: -webkit-gradient(linear, left top, left bottom, from(#9BD559), to(#B6EC7B));
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#9BD559', endColorstr='#B6EC7B'); /* ie7 */
	-ms-filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#9BD559', endColorstr='#B6EC7B'); /* ie8 */
}

#radio_buttons_avan{
	float:left;
	margin-left: 180px;
	margin-top:4px;
}

#radio_buttons_avan label{
	font-size: 11px;
	vertical-align: top;
}
.busqueda_avan{
	font-weight: bold;
	/*color: #2456a6;*/
	color:#688dc1;
	text-align: center;
	cursor: pointer;
	margin-left:230px;
}
.busqueda_avan:hover{	color:#87AEE5;}

/************************************************************************************************/
/***************************** Terminan los Estilos de header2.php    ***************************/
/************************************************************************************************/


/***************************** TODOS TIENEN AL DIV cuerpo_pagina     ***************************/

#cuerpo_pagina {
	width: 667px;
	float: right;
	background-color: #FBFBFB;
	position:relative;
	/*overflow:hidden;*/
	overflow:visible;
  	height:auto;
  	min-height:680px;
	/*padding-bottom: 20px;*/
	/*font-family: Helvetica, sans-serif;*/
	color: #245EA6;
	margin-bottom:10px;
}

.titulo_seccion{
	font-weight:bold;
	font-size:15px;
}

/************************************************************************************************/
/******************** Estilos de side.php / side1.php / sideNoti.php    ************************/
/************************************************************************************************/


#cont_menu {
	width: 233px;
	background-color: #FBFBFB;
	padding-bottom: 20px;
	position:relative;
	overflow:visible;
	/*height: 659px;
	font-family: Helvetica, sans-serif;*/
	font-size: 12px;
	color: #245EA6;
	float: left;
}


/*********************** Combo Box ********************************/

#cont_menu select {
	/*font-family: Helvetica, sans-serif;*/
	color: #245EA6;
	background-color: #FBFBFB;
	width: 190px;
	font-weight: normal;
	font-size: 13px;
	border: 1px solid #688dc1;
	/*margin-bottom:35px;*/
}

#combo_box_side{
	background: #f0f0f0;
	background: -moz-linear-gradient(top, #E1E1E1 0%, #f0f0f0 100%);
	background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #E1E1E1), color-stop(1, #f0f0f0));
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 5px solid #ccc;
	margin: 0 auto;
	width: 211px;
	height:70px;
}

/********* Las clases select_side y mySelect están en el archivo main.css **********/

a.temas_side_ie{
	text-decoration:none;
	color:#245EA6; 
	/*margin-left:5px;*/
	/*text-align:center;*/
	float:left;
	margin-left:25px;
	margin-top:5px;
	font-family: "helvetica neue", helvetica, arial, sans-serif;
	font-size: 11px;
}
a.temas_side_ie:hover{
	color:#5590DA; 
}

a.temas_side{
	text-decoration:none;
	color:#245EA6; 
	/*margin-left:5px;*/
	text-align:center;
	float:right;
	margin-right:40px;
	margin-top:5px;
	font-family: "helvetica neue", helvetica, arial, sans-serif;
	font-size: 11px;
}
a.temas_side:hover{
	color:#5590DA; 
}


/*********************** Novedades Bibliográficas ********************************/

/* Para el enlace oculto que se usa en IE  */
.enlaceOculto
{
    width: 200px;
    height: 60px;
    position:absolute;
    /*left: 40px;
    top: 20px;*/
}

.enlaceOculto a {
	display: block;
    width: 200px;
    height: 60px;
    text-decoration:none;
    
}
.enlaceOculto a span {
  visibility: hidden;
}

/* Termina el enlace oculto que se usa en IE  */

/* Estilos del imput de novedades bibliograficas para el IE  */
.recibir_nov_input {
	background-color: #FFFFFF;
	border: thin solid #2456a6;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	font-family: Helvetica, sans-serif;
	width: 140px;
	float: left;
	color: #558E1C;
	margin-left: 15px; 
	margin-top: 7px; 
}
.recibir_nov_bot {
	cursor: pointer;
	margin-top: 7px;
	margin-right:28px;
	float: right;
	border:none;
	width:25px;
	height:25px;
	background-color:none;
	background:url(http://edicioneshaber.com.ar/images/flecha_enviar_nov.png) no-repeat;
}
.recibir_nov_bot_input{
	border:0px;
	cursor: pointer;
	background-color:transparent;
	width:25px;
	height:25px;
}

/*.recibir_nov_bot_page {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	font-family: Helvetica, sans-serif;
	width: 50px;
	color: #2456A6;
	cursor: pointer;
}*/

/* Terminan los estilos del imput de novedades bibliograficas para el IE  */





div.nov_biblio_side {
  background: #668BBE;
  background: -moz-linear-gradient(top, #87AEE5 0%, #688DC1 50%, #668BBE 50%, #6183B1 100%);
  background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #87AEE5), color-stop(0.5, #688DC1), color-stop(0.5, #668BBE), color-stop(1, #6183B1));
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 5px solid #ccc;
  margin: 10px auto;
  width: 185px;
  height:170px;
}

div.nov_biblio_side a{
	text-decoration:none;
}

div.nov_biblio_side img{
	border:none;
	float:left;
	/*margin-top:3px;
	margin-left:3px;*/
}

div.nov_biblio_side .novedades_biblio{
	text-align:center;
	float:right;
	margin-right:6px;
	margin-top:8px;
	color: #384B5E;
	font-family: "helvetica neue", helvetica, arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 22px;
	text-shadow: 0 1px 5px #fff;
}

div.nov_biblio_side .ingrese_mail{
	color:#C5DFFB; 
	margin-left:5px;
	text-align:center;
	float:right;
	margin-right:12px;
	margin-top:8px;
	font-family: "helvetica neue", helvetica, arial, sans-serif;
	font-size: 12px;
	/*line-height: 22px;
	text-shadow: 0 1px 5px #fff;*/
}

#nov_biblio_div_input_side{
    background: url("http://edicioneshaber.com.ar/images/input_nov_side.png") no-repeat;
    height: 26px;
    width: 170px;
    float: left;
    margin-top:5px;
    margin-left:7px;
}


.input_side {
    background: none;
    border: none;
    color: #2456A6;
    font-family: Helvetica;
    font-size: 12px;
    height: 26px;
    text-indent: 3px;
    width: 140px;
    float:left;
}

.boton_novedades_side {
    background: url("http://edicioneshaber.com.ar/images/flecha_naranja.gif") no-repeat;
    border: none;
    cursor: pointer;
    float: right;
    height: 22px;
    margin-right: 2px;
    margin-top: 3px;
    width: 22px;
}

a.nov_biblio_ultimas_side{
	text-decoration:none;
	color:#E5FFC9; 
	margin-left:5px;
	text-align:center;
	float:right;
	margin-right:19px;
	margin-top:8px;
	font-family: "helvetica neue", helvetica, arial, sans-serif;
	font-size: 12px;
}
a.nov_biblio_ultimas_side:hover{
	color:#B8CF9F; 
}

a.nov_biblio_ultimas_side_ie{
	text-decoration:none;
	color:#E5FFC9; 
	text-align:center;
	float:right;
	/*margin-right:45px;*/
	margin-top:6px;
	font-family: "helvetica neue", helvetica, arial, sans-serif;
	font-size: 12px;
}
a.nov_biblio_ultimas_side_ie:hover{
	color:#B8CF9F; 
}

/*********************** Como Comprar ********************************/
div.como_comprar_side {
  background: #AEE572;
  background: -moz-linear-gradient(top, #9BD559 0%, #ABE170 50%, #ABE170 50%, #B8EE7D 100%);
  background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #9BD559), color-stop(0.5, #ABE170), color-stop(0.5, #AEE572), color-stop(1, #B6EC7B));
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 5px solid #ccc;
  margin: 25px auto;
  width: 185px;
  height:74px;
}

div.como_comprar_side a{
	text-decoration:none;
}

div.como_comprar_side img{
	border:none;
	float:left;
	margin-top:3px;
	margin-left:3px;
}

div.como_comprar_side span{
	text-align:center;
	float:right;
	margin-right:2px;
	margin-top:5px;
	color: #384B5E;
	font-family: "helvetica neue", helvetica, arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	line-height: 22px;
	text-shadow: 0 1px 5px #fff;
}

/*********************** Botones Azules ********************************/
button.boton_side_azul {
  background: #668BBE;
  background: -moz-linear-gradient(top, #87AEE5 0%, #688DC1 50%, #668BBE 50%, #6183B1 100%);
  background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #87AEE5), color-stop(0.5, #688DC1), color-stop(0.5, #668BBE), color-stop(1, #6183B1));
  /*border:none;*/
  border-right: 2px solid #dfdfdf;
  border-bottom: 2px solid #b4b4b4;
  border-left: 2px solid #dfdfdf;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  /*-moz-box-shadow: inset 0 1px 0 0 #fff, 0 1px 0 0 #d5d5d5, 0 -1px 2px 1px #efefef;
  -webkit-box-shadow: inset 0 1px 0 0 #fff, 0 1px 0 0 #d5d5d5, 0 -1px 2px 1px #efefef;
  box-shadow: inset 0 1px 0 0 #fff, 0 1px 0 0 #d5d5d5, 0 -1px 2px 1px #efefef;*/
  color: #384B5E;
  font-family: "helvetica neue", helvetica, arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  margin: 0;
  padding: 7px 0;
  text-shadow: 0 1px 5px #fff;
  width: 180px;
}

button.boton_side_azul:hover {
  background: #688DC1;
  background: -moz-linear-gradient(top, #6183B1 0%, #668BBE 50%, #688DC1 50%, #87AEE5 100%);
  background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #6183B1), color-stop(0.5, #668BBE), color-stop(0.5, #688DC1), color-stop(1, #87AEE5));
  -moz-box-shadow: inset 0 1px 0 0 #f2f2f2, 0 1px 0 0 #c9c9c9, 0 -1px 2px 1px #e3e3e3;
  -webkit-box-shadow: inset 0 1px 0 0 #f2f2f2, 0 1px 0 0 #c9c9c9, 0 -1px 2px 1px #e3e3e3;
}

button.boton_side_azul:active {
  -moz-box-shadow: inset 0 0 30px 0 #6AAEF3, 0 1px 0 0 #fff;
  -webkit-box-shadow: inset 0 0 30px 0 #999, 0 1px 0 0 #fff;
  box-shadow: inset 0 0 30px 0 #6AAEF3, 0 1px 0 0 #fff;
}

/*********************** Botones Verdes ********************************/
button.boton_side_verde {
  background: #ABE170;
  background: -moz-linear-gradient(top, #B6EC7B 0%, #AEE572 50%, #ABE170 50%, #9BD559 100%);
  background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #B6EC7B), color-stop(0.5, #AEE572), color-stop(0.5, #ABE170), color-stop(1, #9BD559));
  border-right: 2px solid #dfdfdf;
  border-bottom: 2px solid #b4b4b4;
  border-left: 2px solid #dfdfdf;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  /*-moz-box-shadow: inset 0 1px 0 0 #fff, 0 1px 0 0 #d5d5d5, 0 -1px 2px 1px #efefef;
  -webkit-box-shadow: inset 0 1px 0 0 #fff, 0 1px 0 0 #d5d5d5, 0 -1px 2px 1px #efefef;
  box-shadow: inset 0 1px 0 0 #fff, 0 1px 0 0 #d5d5d5, 0 -1px 2px 1px #efefef;*/
  color: #384B5E;
  font-family: "helvetica neue", helvetica, arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  margin: 0;
  padding: 7px 0;
  text-shadow: 0 1px 5px #fff;
  width: 180px;
}

button.boton_side_verde:hover {
  background: #AEE572;
  background: -moz-linear-gradient(top, #9BD559 0%, #ABE170 50%, #AEE572 50%, #B6EC7B 100%);
  background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #9BD559), color-stop(0.5, #ABE170), color-stop(0.5, #AEE572), color-stop(1, #B6EC7B));
  -moz-box-shadow: inset 0 1px 0 0 #f2f2f2, 0 1px 0 0 #c9c9c9, 0 -1px 2px 1px #e3e3e3;
  -webkit-box-shadow: inset 0 1px 0 0 #f2f2f2, 0 1px 0 0 #c9c9c9, 0 -1px 2px 1px #e3e3e3;
}

button.boton_side_verde:active {
  -moz-box-shadow: inset 0 0 30px 0 #999, 0 1px 0 0 #fff;
  -webkit-box-shadow: inset 0 0 30px 0 #999, 0 1px 0 0 #fff;
  box-shadow: inset 0 0 30px 0 #999, 0 1px 0 0 #fff;
}



/*  ESTILOS SIN UTILIDAD APARENTE
 * 
 * 
#cont_menu #productos_propios .Estilo2 {
	font-family: Helvetica, sans-serif;
	color: #9ED266;
}


#cont_menu #productos_propios {
	font-family: Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FBFBFB;
	font-size: 12px;
	clip: rect(auto,auto,auto,10px);
	margin-left: auto;
	height: 80px;
}

#cont_menu fieldset {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	color: #558E1C;
	border: 1px solid #245EA6;
}

#edita {
	font-family: Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FBFBFB;
	font-size: 12px;
	clip: rect(auto,auto,auto,10px);
	margin-left: auto;
	height: 20px;
}

*/

/************************************************************************************************/
/*************** Terminan los Estilos de  side.php / side1.php / sideNoti.php    ****************/
/************************************************************************************************/


/************************************************************************************************/
/****************************  Estilos de footer.php   ******************************************/
/************************************************************************************************/

#footer {
	/*font-size: 12px;*/
	/*background-color:#AEE572;*/
	background: #AEC2E9 url(http://edicioneshaber.com.ar/images/footer_bg.png) top repeat-x;
	margin: 0px;
	padding: 0px;
	height:500px;
	float:left;
	width:100%;
	/*height:auto;*/
	min-height:500px;
	min-width:900px;
	/*padding-bottom: 20px;*/
	/*border-top-width: 3px;
	border-top-style: double;
	border-top-color: #73c125;*/
	position:relative;
	/*overflow:visible;*/
	overflow:hidden;
}

#footer_content{height:413px; min-height:413px; overflow:visible; position:relative;}

#footer_content .titulo_footer {color:#a4d551; font-size: 14px; padding-top: 0; font-weight:bold;}

.precios_mod_footer{
	font-size: 13px;
	font-weight: bold;
	color: #73C125;
	margin: 0px auto;
	padding: 15px 0 10px 0;
	text-decoration: none;
	text-align:center;
}
.precios_mod_bg_footer{
	padding:5px;
	background-color:#E5FFC9;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.lineagrisFooter{
	background-color:#bbbbbb;
	color: #bbbbbb;
	border: none;
	height: 1px;
	margin:0px;
	/*border-top: none;
	border-left: none;
	border-right: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E5FAD1;*/
}
#footer .categorias_y_logo_footer{
	position:relative;
	width: auto;
	/*border-top: 1px solid #BBBBBB;*/
}

#tabla_cat_footer{
	float:left;
	width:570px;
}

#footer table{
	float:left;
	margin: 7px auto 7px auto;
	padding: 0;
	/*height:300px;*/
	width: 570px;
}

#footer th{
	margin: 0;
	padding: 0 10px 0 10px;
	font-size: 11px;
	font-weight: bold;
	color: #666; /*#558ABF*/
	text-transform: uppercase;
	border-right: 1px solid #cfcfcf;
	text-align: left;
}

#footer td{
	margin: 0;
	padding: 15px 10px 3px 15px;
	font-size: 11px;
	border-right: 1px solid #cfcfcf;
}

#footer td ul{
	margin: 0;
	padding: 0;
}

#footer td ul li{
	color: #666; /*#333333;*/
	list-style: none;
	display: list-item;
	font-size: 11px;
	line-height: 11px;
	margin: 0;
}

#footer td ul li a{
	color: #666;
	font-size: 11px;
	text-decoration: none;
}

#footer td ul li:hover { text-decoration: underline; }

#barra_y_logo{
	float: right;
	width: 330px;
}

#footer .barra_footer{
	margin-top:20px;
	margin-right:10px;
	font-size: 11px;
	color: #666;
	float: right;
}

#footer .barra_footer a{
	font-size: 11px;
	color: #666;
	text-decoration: none;
}

#footer .barra_footer a:hover{
	color: #558ABF;
}

#logo_footer{float:right; margin-top:25px; margin-right:17px;}
#logo_footer img {border:none;}

#facebook_footer{float:right; margin-top:15px; margin-right:73px; line-height:36px;}
#facebook_footer a { font-size: 15px; color: #666; text-decoration: none; margin-left:95px;}
#facebook_footer img {border:none; float:right; margin-right:63px;}

#libros_footer{float:right;}
#libros_footer img {border:none; float:right; margin-right:30px;}

.lineaDivisoriaFooter{
	background-color:#92b471;
	color: #92b471;
	/*height: 1px;*/
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E5FAD1;
}

/*BOTTOM*/
#bottom {
	float: left;
	width: 100%;
	height:80px;
	position:relative;
	min-width:900px;
	overflow:hidden;
	/*height:auto;*/ 
	/*overflow:visible;*/	
	/*background-color:#AEC2E9;
	border-top-width: 3px;
	border-top-style: double;
	border-top-color: #73c125;*/
}

#bottom_container{
	/*background-color:#FBFBFB;
	width:900px;*/
	min-width:900px;
	min-height:60px;
	margin-top:0px;
	position:relative;
	overflow:hidden;
	height:60px;
	box-shadow: 7px 7px 20px #818181;
	-webkit-box-shadow: 7px 7px 20px #818181;
	-moz-box-shadow: 7px 7px 20px #818181;
}

#bottom_container p{
	font-family: Helvetica;
	font-size:11px;
	margin-top:10px;
	margin-left:10px;
	line-height:20px;
	color:#334655;
	float: left;
}

span.haber_footer{
	font-weight:bold;
	font-size:13px;
}
span.marcas_reg_footer{
	font-size:9.5px;
}

#logos_footer{
	margin-right:10px;
	float:right;
	width:124px;
}
#bottom_container .logo_diens{
	margin-top:6px;
	float:right;
}

#bottom_container .logo_host{
	margin-top:0px;
	float:right;
}

/************************************************************************************************/
/************************ Terminan los Estilos de  footer.php    ********************************/
/************************************************************************************************/



/************************************************************************************************/
/**********************************  Estilos de  index.php    ***********************************/
/************************************************************************************************/

#resultados {
	width: 600px;
	/*height: 600px;*/
	margin-left: 18px;
	/*margin-right: auto;*/
	float: left;
	position: relative;
}

.cont_foto   {
	height: 143px;
	width: 200px;
	float: left;
	margin: 0px;
}

.foto   {
	height: 123px;
	width: 95px;
	border:1px solid #DDDDDD;
	margin-left: 57.5px;
	margin-right: 57.5px;
	margin-bottom: 20px;
	margin-top: 10px;
	text-align: center;
}

.foto img	{
	/*border:1px solid #DDDDDD;*/
	padding:5px;
	background-color: #EAEAEA;
}

.Titulo  {
	/*font-family: Helvetica, sans-serif;*/
	font-weight: normal;
	color: #2456a6;
	width: 200px;
	float: left;
	text-align: center;
	height: 60px;
	/*font-size: 12px;*/
}


/************************************************************************************************/
/************************ Terminan los Estilos de  index.php    *********************************/
/************************************************************************************************/



/************************************************************************************************/
/*******************************  Estilos de  exclusivos.php    *********************************/
/************************************************************************************************/

#edite_exclusivos{
	position:relative;
	text-align: center;
	width: 600px;
	/*font-size:10.5px; 
	color: #487917;
	font-weight:bold;*/
}
#edite_exclusivos a{
	font-size:10.5px; 
	color: #487917;
	font-weight:bold;
}
#edite_exclusivos a:hover{
	color: #7DCF2C;
}
/* El div 'resultados' y las clases '.cont_foto', '.foto' y '.Titulo' lo usa tambien el index.php y está en esa sección de este archivo*/

/*
#td   {
	height: 219px;
	width: 200px;
	float: left;
	margin: 0px;
}*/


/************************************************************************************************/
/************************ Terminan los Estilos de  exclusivos.php    ****************************/
/************************************************************************************************/



/************************************************************************************************/
/***************************** Estilos de EMPRESA.PHP    ****************************************/
/************************************************************************************************/

#texto_empresa {
	/*font-family: Helvetica, sans-serif;*/
	margin-left:15px;
	font-size: 14px;
	text-align: center;
}

#texto_empresa p{
	margin:10px 0;
}

/*
#foto_empresa {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	height: 130px;
}

#cuerpo_pagina_empresa {
	height: 750px;
	width: 650px;
	float: right;
}
*/

/************************************************************************************************/
/*********************** Terminan los Estilos de  empresa.php ***********************************/
/************************************************************************************************/



/************************************************************************************************/
/*********************** Estilos de catal_menu.php  *********************************************/
/************************************************************************************************/

.consulta_extra{
	font-weight: normal;
	color: #2456a6;
	float: right;
	margin-right:20px;
	text-align: center;
	background-color: #fbfbfb;
}

.abc_vacio{color: #666;}

.abc{color: #5C9B1E;}

.abc:hover{	color: #99D75C;}

.consult_precio{
	color: #5C9B1E;
	font-size:10px;
}

.tabla_catalogo_cols{
	color: #245EA6;
	margin-left:30px;
	border-bottom:none;
	float:left;
	border-collapse:collapse;
}

.tabla_catalogo_cols th{
  background: #668BBE;
  background: -moz-linear-gradient(top, #87AEE5 0%, #688DC1 50%, #668BBE 50%, #6183B1 100%);
  background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #87AEE5), color-stop(0.5, #688DC1), color-stop(0.5, #668BBE), color-stop(1, #6183B1));
	border:1px solid #3F5371;
	border-bottom:none;
	padding:10px 7px;
	/*background-color:#496EA3; */
	color:#FFFFFF;
	font-weight:bold;
	text-align:left;
}

#tabla_catal_menu{
	float:left;
	color: #245EA6;
	/*padding-top:9px;*/
	border: 0px;
	background-color: #FBFBFB !important;
	overflow:auto;
	width:650px;
	height:550px;
	margin-left:15px;
}

.tabla_catalogo{
	border-collapse:collapse;
	color: #245EA6;
	margin-left:15px;
	margin-right:2px;
	float:left;
}

.tabla_catalogo td{
	border:1px solid #3F5371;
	padding:7px 7px;
}

td .link_catalogo {
	display: block;
	color: #245EA6;
}
.link_catalogo:hover{
	color: #fff;
}

.tabla_catal_tr_libros{
background-color:none;
}

.tabla_catal_tr_libros_bg{
background-color:#eeeeee;
/*#EDFEDF*/
}

.tabla_catal_tr_libros_bg:hover, .tabla_catal_tr_libros:hover{
	color:#fff;
	/*font-weight:bold;*/
	background-color:#A7BFE2;
}

#divSelectorCatal{
	border: 5px solid #A7BFE2;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;	
	margin-left: auto;
    margin-right: auto;
    margin-bottom:10px;
    font-size:13px;
    padding-top:12px;
    width: 400px;
}

#divSelectorCatal input{
	display:inline;
	margin-bottom: 13px;
    margin-left: 15px;
    vertical-align: top;
}
/* Estilos para la lista de temas*/

#listadoTemasCatal{
	width:650px;
	margin:25px 0 20px 15px;
	min-height:650px;
}

#listadoTemasCatal span{
	font-size:11px;
	font-weight:normal;
	cursor:pointer;
}

#listadoTemasCatal span:hover{
	color:#909090;
}

.spanListadoTemas{
	font-size:14px;
	font-weight:bold;
}

#listaCatCatalDerecha{
	margin-left:0px;
	margin-top:15px;
	text-align:left;
	margin-bottom:30px;
	margin-right:11px;
	width:300px;
	float:right;
	
	background-color:#f0f0f0;
	border: 1px solid #ccc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;	
	padding:3px;
}
#listaCatCatalIzquierda{
	margin-left:15px;
	margin-top:15px;
	margin-bottom:30px;
	width:290px;
	float:left;
	
	background-color:#f0f0f0;
	border: 1px solid #ccc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;	
	padding:3px;
}

#listaCatCatalIzquierda ul, #listaCatCatalDerecha ul{
	margin: 5px 0 0 0;
	padding: 0;
}

/*#listaCatCatalIzquierda li:first-child, #listaCatCatalDerecha li:first-child{
	padding:10px 5px 0 5px;
}*/

.liCat{
	color: #666; /*#333333;*/
	list-style: none;
	display: list-item;
	font-size: 13px;
	line-height: 11px;
	margin: 0;
	padding:20px 5px 5px 5px;
}


.liCat a{
	font-size:12px;
	font-weight:bold;
}

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

.ulSubCatCatal{
	list-style: disc outside;
}
.liSubcatCatal{
	color: #245EA6; /*#333333;*/
	/*list-style: disc outside;*/
	display: list-item;
	font-size: 11px;
	line-height: 10px;
	margin: 0 0 0 20px;
	padding:1px 0 0 3px;
}

/*.liSubcatCatal a{
	color: #245EA6;
	font-size: 11px;
	text-decoration: none;
}*/

.liSubcatCatal:hover { text-decoration: underline; }

a.subTemasCatal{
	text-decoration:none;
	color:#245EA6; 
	margin-left:0px;
	text-align:left;
	/*float:left;*/
	font-size:11px;
	/*margin-right:40px;
	margin-top:5px;*/
}
a.subTemasCatal:hover{
	color:#8CB6EA; 
}

.divMasLibrosCatal{
	margin-left:0px;
	text-align:left;
	margin-top:20px;
	/*margin-bottom:20px;*/
	width:330px;
	float:right;
}
.divMasLibrosCatal li{
	margin: 0 0 0 37px;
	padding: 0;
}
.divMasLibrosCatal li a{
	font-size:12px;
	font-weight:bold;
}
/************************************************************************************************/
/************************ Terminan los Estilos de  catal_menu.php *******************************/
/************************************************************************************************/



/************************************************************************************************/
/***************************** Estilos de contacto.php    ***************************************/
/************************************************************************************************/

/*
#contacto {
	height: 500px;
	width: 550px;
	text-align: center;
	float: left;
}*/

#infoContacto{
	/*background:red;*/
	width: 230px;
	height: 505px;
	font-size: 12px;
	/*margin-top: 6px;*/
	/*margin-bottom:8px;*/
	margin:12px 0 0 25px;
	float:left;
	background-color:#f0f0f0;
	border: 1px solid #ccc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;	
	padding:3px;
}

#libreria{
	float: left;
	/*margin-left:10px;
	margin-bottom:30px;*/
	margin: 10px 0 30px 10px;
	/*background: green;*/
	text-align: justify;
    width: 205px;
    line-height:11px;
}
#libreria b, #stand b{
	/*background-color:#BEEA93;*/
	border:none;
	text-decoration:underline;
	padding:2px;
}
#libreria p, #stand p{
	margin:10px 0;
}
#stand{
	float: left;
	/*background: yellow;*/
	text-align: justify;
	margin: 5px 0 170px 10px;
	/*margin-left:10px;
	margin-bottom:100px;*/
    width: 205px;
    line-height:11px;
}
.como_llegar_contacto{
	/*background-color:#BEEA93;*/
	/*border: 2px solid #BEEA93;*/
    /*padding: 4px;*/
    /*margin-left:25px;*/
    float:left;
    margin-left:10px;
    font-size:12px;
    line-height:13px;
    font-weight:bold;
    color: #487917;
    /*margin-bottom:55px;*/
}
.como_llegar_contacto span{
	font-size:11.5px;
	margin-left:5px;
	float:left;
	margin-top:5px;
	font-weight:normal;
	color:#245EA6;
	cursor:pointer;
}

#div_form_contacto{
	float: right;
    width: 375px;
    /*height:600px;*/
    margin-right:15px;
}

.fieldset{
	border: 1px solid #73C125;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;	
}
.fieldset legend{
	padding:5px 10px;
}

#div_form_contacto .fieldset{
	height:525px;
}


.input_form{
	font-family: Helvetica, sans-serif;
	color: #6383A8;
	font-size:13px;
	background-color: #D5F1B8;
	border: 1px solid #73C125;
}

#localidad_provincia{
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
}

#localidad_provincia input{
	font-family: Helvetica, sans-serif;
	color: #6383A8;
	font-size:13px;
	background-color: #D5F1B8;
	border: 1px solid #73C125;
}

#localidad{
	width:120px;
	margin-left:23px;
	float:left;
}
#localidad span{
	margin-left:55px;
}
#provincia{
	width:120px;
	margin-right:23px;
	float:right;
}
#provincia span{
	margin-left:10px;
}
.input_captcha{
	font-family: Helvetica, sans-serif;
	color: #666;
	font-size:14px;
	/*margin-right:30px;*/
	background-color: #f0f0f0;
	border: 1px solid #ccc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.btn_contacto{
	color: #666;
	font-size:13px;
	background-color: #f0f0f0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 3px solid #ccc;
	padding:3px;
	cursor:pointer;
}
.btn_contacto:hover{
	background-color: #e0e0e0;
}
#skype_contacto{
	margin-top:25px;
	margin-left:220px;
	float:left;
}

.link_volver{
    font-size:12px;
    line-height:13px;
    font-weight:bold;
    color: #487917;
}
/*
.label {
	font-family: Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	color: #2456a6;
}

#contacto .label #nombre {
	font-family: Helvetica, sans-serif;
	color: #24558F;
	background-color: #D5F1B8;
	text-align: left;
	border: 1px solid #73C125;
}*/

/************************************************************************************************/
/************************ Terminan los Estilos de  contacto.php    ******************************/
/************************************************************************************************/



/************************************************************************************************/
/*******************************  Estilos de  catalogo.php  (subcat.php)  ***********************************/
/************************************************************************************************/

.fieldset_libros {
	float:left;
	margin-left:15px;
	width: 620px;
	border: thin solid #73c125;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;	
	margin-bottom:20px;
	padding: 7px 0;
}

.fieldset_libros a {
	font-size:13.5px;
	margin-left:5px;
	color:#487917;
}
.fieldset_libros a:hover{
	color:#5C9B1E;
}

}
.a_categ{
	font-size:10px;
	text-decoration: underline;
}


.selecion_subcat{
	float:left;
	margin-left: 25px;
	font-size:14px;
	color:#5C9B1E;
}

.li_subc{
	float:left;
	font-size:13.5px;
	margin-left:65px;
	color:#5C9B1E;
	width: 470px;
}

.li_subc:hover{
	color:#B0E77A;
}

#sugeridos_cat {
	float:left;
	margin-left:15px;
	width: 598px;
}

#resul_sugeridos {
	width: 600px;
	height: 400px;
	margin-left: auto;
	margin-right: auto;
	float: right;
	position: absolute;
}
#resul_sugeridos_sug {
	width: 300px;
	height: 400px;
	margin-left: 40px;
	margin-right: auto;
	float: right;
	position: absolute;
}

#cont_foto_sug   {
	height: 120px;
	width: 180px;
	float: left;
	margin: 0px;
}
#foto_sug   {
	height: 113px;
	width: 85px;
	margin-left: 52.5px;
	margin-right: 52.5px;
	margin-bottom: 5px;
	margin-top: 10px;
	text-align: center;
}
#foto_sug img	{
	/*border:1px solid #DDDDDD;*/
	padding:5px;
	background-color: #EAEAEA;
}

#Título_sug  {
	font-weight: normal;
	color: #2456a6;
	width: 180px;
	float: left;
	text-align: center;
	height: 60px;
	font-size: 11px;
}

.legend_subcat{
	padding:5px 10px;
}
/************************************************************************************************/
/************************ Terminan los Estilos de  catalogo.php    ******************************/
/************************************************************************************************/


/************************************************************************************************/
/********************************* Estilos de  libros.php    ************************************/
/************************************************************************************************/

#masLibrosDe { margin: 15px 0 0 15px;}
/*#masLibrosDe a{	color: #487917;}
#masLibrosDe a:hover{ color: #5C9B1E;}*/

#libro_titulo {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 15px;
}

#libro_foto {
	width: 164px;
	float: left;
	padding-top: 15px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: thin solid #73c125;
	height: 225px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: 40px;
}
#libro_foto #foto_gde {
	height: 224px;
	width: 160px;
	margin-left: auto;
	margin-right: auto;	
}

#libro_subtitulo {
	float: right;
	width: 385px;
	padding-left: 15px;
	text-align: center;
	font-style: italic;
	padding-bottom: 15px;
	padding-right: 15px;
}

#libro_autor {
	width: 385px;
	float: right;
	height: 60px;
	padding-left: 15px;
	padding-bottom: 15px;
	font-size: 14px;
	font-weight: bold;
	color: #5C9B1E;
	padding-right: 15px;
}
#libro_descripcion {
	text-align: justify;
	width: 610px;
	margin-left: auto;
	margin-right: auto;
	float: right;
	padding-right: 15px;
	font-size: 12px;
	height: auto;
	overflow:hidden;
	margin-bottom:30px;
}

#libro_isbn {
	width: 400px;
	float: right;
	padding-left: 15px;
	padding-bottom: 15px;
	font-size: 12px;
}
#libro_anio {
	float: right;
	width: 400px;
	padding-left: 15px;
	padding-bottom: 15px;
	font-size: 12px;
}
#fila_precio {
	float: right;
	width: 400px;
	text-align: right;
	padding-right: 15px;
}
#libro_precio {
	float: right;
	width: 170px;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
}
#libro_exclusivos {
	float: left;
	width: 180px;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	padding-left: 15px;
}

#libro_consulte {
	width: 400px;
	float: right;
	padding-left: 15px;
	padding-bottom: 15px;
	padding-top: 15px;
	font-size: 12px;
}
#libro_recomiende {
	width: 400px;
	float: right;
	padding-bottom: 15px;
	padding-left: 15px;
	font-size: 12px;
}


/************************************************************************************************/
/************************ Terminan los Estilos de  libros.php    ********************************/
/************************************************************************************************/



/************************************************************************************************/
/********************************** Estilos de  consulta_libro.php    ***************************/
/************************************************************************************************/
#div_form_consulta_libro{
	float: left;
    width: 630px;
    margin-left:25px;
}

#div_form_consulta_libro .fieldset {
	height: 600px;
	margin-left: 15px;
    width: 600px;
}

#titulo_consul_libro{
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	font-size:13px;
	text-align:center;
}
#titulo_consul_libro span{
	text-align:center;
}
.input_form_consulta{
	font-family: Helvetica, sans-serif;
	color: #6383A8;
	font-size:13px;
	background-color: #D5F1B8;
	border: 1px solid #73C125;
}
/*El estilo de los botones de enviar y limpiar y el input del captcha, ademas de la clase .fieldset y los estilos del legend, están en la seccion de contacto, de este mismo archivo*/

/************************************************************************************************/
/************************ Terminan los Estilos de  consulta_libro.php    ************************/
/************************************************************************************************/


/************************************************************************************************/
/********************************** Estilos de  noti_anteriores.php    **************************/
/************************************************************************************************/

.texto_noti_anteriores{
	font-size:13px;
}

.input_recibir_novedades{
	color: #666;
	font-size:14px;
	/*margin-right:30px;*/
	background-color: #f0f0f0;
	border: 1px solid #ccc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

/* El estilo del boton (.btn_contacto) , es el mismo que los botones de contactos y los estilos están en dicha seccion en este archivo*/


#tabla_noti_anteriores{
	margin-left:auto;
	margin-right:auto;
}
#tabla_noti_anteriores table{
	font-size:14px;
	color:#fff;
}

#tabla_noti_anteriores #celda{
	cursor: default;
	padding:3px;
}

#tabla_noti_anteriores table td{
	cursor: pointer;
	padding:3px;
	text-indent:5px;
}
#tabla_noti_anteriores table td:hover{
	font-weight:bold;
}


/************************************************************************************************/
/************************ Terminan los Estilos de  noti_anteriores    ***************************/
/************************************************************************************************/


/************************************************************************************************/
/*******************************  Estilos de  noti_anteriores    ********************************/
/************************************************************************************************/


#cuerpo_form_edita {
	color: #245EA6;
	/*height: 630px;*/
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

/************************************************************************************************/
/************************ Terminan los Estilos de  noti_anteriores    ***************************/
/************************************************************************************************/



/************************************************************************************************/
/**************************************  Estilos de  buscar.php    ******************************/
/************************************************************************************************/

#resultados_buscar{
	width: 650px;
	/*height: 600px;*/
	margin-left: 10px;
	/*margin-right: auto;*/
	float: left;
	position: relative;
}

.titulo_resultado{
	font-weight:bold;
	font-size:14px;
	margin-left:15px;
}

.table_buscar {
	/*font-family: Helvetica, sans-serif;
	font-size: 12px;
	color: #245EA6;*/
	float:left;
}
.table_buscar img	{
	/*border:1px solid #DDDDDD;*/
	padding:5px;
	float:right;
	background-color: #EAEAEA;
}

/************************************************************************************************/
/************************ Terminan los Estilos de  buscar.php    ********************************/
/************************************************************************************************/




/************************************************************************************************/
/*******************************  Estilos de  busqueda_avan.php    ******************************/
/************************************************************************************************/

#form_avanzada select {
	color: #245EA6;
	background-color: #FFFFFF;
	width: 115px;
	font-weight: normal;
	font-size: 13px;
	border: 1px solid #688dc1;
}
.fieldset_avanzada{
	width: 600px;
	border: 1px solid #73C125;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin-left:25px;	
}
#form_avanzada{
	color: #245EA6;
	font-weight: normal;
	font-size: 14px;
}
#form_avanzada .b_buscar {
	color: #2456a6;
	font-weight: bold;
	background-color: #FBFBFB;
	width: 80px;
	cursor:pointer;
	border: 3px solid #73C125;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;	
	margin-bottom:20px;
}
#form_avanzada .b_buscar:hover {
	background-color: #e0e0e0;
}
/*son los libros random de las busquedas avanzadas*/
#resul_sugeridos_avan{
	width: 520px;
	height: 400px;
	margin-left: auto;
	margin-right: auto;

}

#cont_foto_sug_avan   {
	height: 120px;
	width: 100px;
	float: left;
	margin: 0px;
}

#foto_sug_avan   {
	height: 113px;
	width: 85px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	margin-top: 10px;
	text-align: center;
}
#foto_sug_avan img	{
	/*border:1px solid #DDDDDD;*/
	padding:5px;
	background-color: #EAEAEA;
}



/************************************************************************************************/
/************************ Terminan los Estilos de  busqueda_avan.php  ***************************/
/************************************************************************************************/

#frame_google_maps{
	border: 1px solid #DDDDDD;
	margin-left: 20px;
    width: 610px;
}
#frame_google_maps iframe{
	background-color: #EAEAEA;
    padding: 5px;
}


/*
.b_edita{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #2456a6;
	font-weight: bold;
	background-color: #FFFFFF;
	width: 80px;
	cursor:pointer;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	}

.b_buscar {
font-family: Helvetica, sans-serif;
width: 50px;

}

.newsletters{
	width:210px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	font-family: Helvetica, sans-serif;
	color:#2456a6;

}

.b_newsl{
	width:50px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	font-family: Helvetica, sans-serif;
	color:#2456a6;
}

.field{
width:542px;
}

.label_lista {
	font-family: Helvetica, sans-serif;
	font-size: 16px;
	color: #245EA6;
}


.a_ultimas_novedades{
	margin-left:15px; 
	margin-top:7px;
	float:left;
}
.a_ultimas_novedades:link{
	color:#E5FFC9;
}
*/

