/******************************/
/* CSS VERSION: 1.0
/******************************/
 
/*****************************************************************************/
/* Esta clase contiene todas las clases publicas que definen el estilo de    */
/* los bloques de texto que un usuario puede editar mediante un tinyMCE      */
/*****************************************************************************/

html, body
{
	background-color: #FFFFFF;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	margin:0px;
	padding:0px;
}

/**************************************************************************************/
/* BLOQUE DE ESTILOS UTILES PARA EL USUARIO, ACCESIBLES DESDE EL EDITOR DE CONTENIDOS */
/* Como son para el usuario, es recomendable poner nombres coherentes                 */
/**************************************************************************************/







/******************************************/
/*	BLOQUE PRINCIPAL DE LA PAGINA         */
/******************************************/

.contenidoCuerpo 
{
	background-color: transparent;
}
section p {
	color:#505151;
	margin:0px;
	font-size:12px;
	line-height:15px;
	margin-bottom:15px;
}
.ModDetalle p {
	text-align:justify;
}
.contenidoCuerpo p
{
	color: #505151;
	text-align: justify;
	font-size:12px;
	margin-bottom:15px;
}
.contenidoCuerpo > a {
	display:block;
	margin-bottom:5px;
}

.contenidoCuerpo p.entradilla {
	color:#008c32;
	font-size:15px;
}

.contenidoCuerpo ul 
{
	margin-left: 15px;
	margin-bottom:10px
}

.contenidoCuerpo ul li
{
	list-style-position: outside;
	list-style-type: square;
	float: none;
	color: #505151;
	padding-bottom: 5px;
	font-size:12px;
}
.contenidoCuerpo ul li ul {
	margin-top:5px;
	margin-left:20px;
}
.contenidoCuerpo h1
{
	color: #8e8071;
	font-size: 25px;
	font-weight:100;
	margin:0px;
	margin-bottom:30px;
	border-bottom:1px solid #8e8071;
	display:block;
	padding-bottom:5px;
	text-transform:uppercase;
}
.contenidoCuerpo h3 {
	color: #756A6A;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 5px;
    margin-top: 0;
}

.contenidoCuerpo h4
{
	color: #756A6A;
    font-size: 13px;
    font-weight: normal;
    line-height: 16px;
    margin-bottom: 5px;
    margin-top: 0;
    font-style:italic;
}

.contenidoCuerpo h5
{
	color: #555555;
	font-size: 14px;
}
.contenidoCuerpo img {
	width:250px;
	margin-left:0px;
	margin-bottom:15px;
	float:none;
}
.contenidoCuerpo img.grande {
  width:auto;
  margin:auto;
  display:block;
  max-width:100%;
}
.contenidoCuerpo .textosColumna img {
	border: 3px solid #FFFFFF;
    box-shadow: 0 0 3px #a4bb75;
    width: 294px;
    float: left\9;
    
}

/*******************************************/
/*  ESPACIO EDITABLE DE LA DERECHA         */
/*******************************************/

.espacioEditableDcha
{
}

/*******************************************/
/*  ESPACIO EDITABLE DE LA DERECHA COMUN   */
/*******************************************/

.espacioEditableDchaComun
{
}


/*******************************************/
/*  ESPACIO EDITABLE DE LA IZQUIERDA       */
/*******************************************/

.espacioEditableIzda
{
}

/*******************************************/
/*  ESPACIO EDITABLE DE LA IZQUIERDA COMUN */
/*******************************************/

.espacioEditableIzdaComun
{
}


/*********************************************************************************/
/* ESTILOS PROPIOS DE LAS PAGINAS DE DETALLE DE LOS DISTINTOS MODULOS            */
/* Es probable que sean duplicados entre ellos								     */
/*********************************************************************************/

/*******************************************/
/*  NOTICIAS       
/*******************************************/

.DetallePropioNoticia
{
	text-align: left;
	color: #333333;
}

/*******************************************/
/*  PROYECTOS       
/*******************************************/

.DetallePropioProyecto
{
	text-align: left;
	color: #333333;
}

/*******************************************/
/*  EVENTOS       
/*******************************************/

.DetallePropioEvento
{
	font-size: 12px;
	text-align: left;
}

/*******************************************/
/*  VIDEOS - No editable -
/*******************************************/


/*******************************************/
/*  PRODUCTOS   
/*******************************************/

.DetallePropioProducto
{
	text-align: left;
	color: #333333;
}








.textosColumna {
	-moz-column-count: 2;
	-moz-column-gap: 20px;
	-moz-column-rule: none;
	-webkit-column-count: 2;
	-webkit-column-gap: 40px;
	-webkit-column-rule: none;
	-ms-column-count: 2;
	-ms-column-gap: 40px;
	-ms-column-rule: none;
	-o-column-count: 2;
	-o-column-gap: 40px;
	-o-column-rule: none;
	column-count: 2;
	column-gap: 20px;
	column-rule: none;
	margin-bottom:20px;
}
.textosColumna > a {
	display:block;
	margin-bottom:5px;
}

.editableHtml.contenidoCuerpo + p + .editableHtml.contenidoCuerpo {
	display:none;
}


.ExplicacionContacto {
	font-size:14px;
	margin-top:0px;
    margin-bottom:20px;
}






/****TABLAS****/
.tabla {
	width:624px;
	display:block;
	border-left:1px solid #dcdcdc;
	background-color:#f6f5f2;
	margin-bottom:15px;
	position:relative;
}
.tabla tr td {
	width:312px;
	text-align:left;
	padding:10px;
	border:1px solid #dcdcdc;
	border-top:0px;
	border-left:0px;
	color:#505151;
}
.tabla.macro tr td {
	padding:5px;
	font-size:11px;
	text-align:center;
	height:32px;
	vertical-align:middle;
}
.tabla tr td.cabeceras {
	background-color:#6e6262;
	color:#FFFFFF;
	font-size:20px;
	font-weight:200;
	text-align:left;
	border-bottom:0px;
}
.tabla.macro tr td.cabeceras {
	padding:10px;
}
.tabla tr td.subCabeceras {
	background-color:#63aa63;
	color:#FFFFFF;
	font-size:14px;
	font-weight:200;
}
.tabla.macro tr td.subCabeceras {
	font-size:11px;
	text-align:center;
	font-weight:bold;
	position:relative;
}
.tabla.macro tr td.subCabeceras:first-child {
	text-align:left;
}
.tabla tr td a  {
	color:#228591;
	font-size:13px;
	display:block;
}
.tabla tr td a:hover {
	color:#666666;
}
.tabla.macro tr td.titIzd {
	background-color:#e6ebdc;
	font-weight:bold;
	color:#228591;
	text-align:left;
	width:104px;
	display:block;
}
.tabla.macro tr.total {
	background-color: #7f8080;
}
.edito.tabla.macro tr.total td.titIzd {
	background-color: transparent;
}

.edito.tabla.macro tr td.titIzd {
	width:auto;
	background-color:#E6EBDC;
}
.flechita {
	width:17px;
	height:8px;
	display:block;
	position:absolute;
	left:302px;
	top:47px;
	background-image:url('Imagenes/fondos/pestana.png');
	background-repeat:no-repeat;
	background-position:center top;
}
.macro .flechita {
	
	left:28px;
	top:76px;
}
.floPlan .flechita {
	left:15px;
	top:47px;
}
.floPlan .flechita.dcha {
	right:280px;
	top:47px;
	left:auto;
}
.floPlan tbody tr + tr td {
	padding-top:20px;
}
.floPlan tbody tr + tr + tr td {
	padding-top:10px;
}
.tabla.fruHor tr td {
	padding-left:20px;
}
.tabla.fruHor tr td.cabeceras {
	padding-left:10px;
}

.tabla tr.inferiorT {
	
}
.tabla tr.inferiorT td {
background-color:#6E6262;
padding:10px 20px;
}
.tabla tr.inferiorT td p {
	margin-bottom:0px;
	font-size:10px;
	color:#FFFFFF;
}




/*******ASOCIACIONES*********/
.detalleAsociacion {
	color:#228591;
	font-size:14px;
	line-height:16px;
	display:block;
	margin-bottom:10px;
	cursor:pointer;

}
.empresasAsociacion p {
	display:block;
	font-size:12px;
	color:#228591;
	font-style:italic;
	margin-bottom:0px;
	
}
.productosAsociacion p {
	display:block;
	font-size:12px;
	color:#1f6b45;
	font-style:italic;
	margin-bottom:0px;

}
.activo .empresasAsociacion p {
	text-align:right;
	color:#8aa359;
	font-weight:bold;
	margin-right:10px;
}
.activo .productosAsociacion p {
	text-align:right;
	color:#8aa359;
	font-weight:bold;
	margin-right:10px;
}


.listadoAsociaciones {
	float:left;
	width:325px;
	margin-top:-10px;
}
.listadoAsociaciones article {
	padding:20px 30px 20px 10px;
	position:relative;
	border-top:1px solid #dedede;
}
.listadoAsociaciones article:hover {
	background-color:#e8eddf;
	background-image:url('Imagenes/fondos/indFru.jpg');
	background-repeat:no-repeat;
	background-position:center right;
	border-top:1px solid #FAFAFA;
}
.listadoAsociaciones article.activo {
	background-color:#e8eddf;
	background-image:url('Imagenes/fondos/indFru.jpg');
	background-repeat:no-repeat;
	background-position:center right;
	border-top:1px solid #FAFAFA;
}
.listadoAsociaciones article:first-child {
	border-top:0px solid #dedede;
}

.listadoAsociaciones article figure {
	float:left;
	width:50px;
	height:50px;
	border:2px solid #CCCCCC;
	border-radius:5px;
	margin-right:10px;
	margin-bottom:10px;
}
.listadoAsociaciones article figure img {
	width:100% !important;
	height:100% !important;
}
.listadoAsociaciones article .num {
	clear:both;
}
.listadoAsociaciones article.activo .num {
	text-align:right;
}
.listadoAsociaciones article.activo .num span {
	color:#8aa359 !important;
}
.listadoAsociaciones article .masInfo {
	background-color: #6AB26A;
    background-image: url("Imagenes/icons/leerMas.png");
    background-position: right 25px center;
    background-repeat: no-repeat;
    border-bottom: 2px solid #2C7C2C;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    float: right;
    font-size: 11px;
    font-weight: bold;
    padding: 8px 50px 8px 30px;
    position:absolute;
    bottom:10px;
    right:40px;
    cursor:pointer;
}
.listadoAsociaciones article .masInfo:hover {
	background-color: #7FD37F;
}
.listadoAsociaciones article.activo .masInfo {
	display:none;
}
h2 span {
	color:#228591;
	font-size:18px;
	font-weight:200;
	display:block;
	background-image:url('Imagenes/fondos/sombraTit.png');
	background-repeat:no-repeat;
	background-position:center bottom;
	padding-bottom:20px;

}
	
.listadoAsociaciones > span {
	width:100%;
	display:block;
	/*text-align:center;*/
	margin-top:20px;
	padding-left:10px;
}

.listadoAsociaciones > span .PagerNormal {
    background-color: #9DBAAB;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    height: 28px;
    line-height: 28px;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: center;
    top: -8px;
    width: 30px;
    border:0px;
    cursor:pointer;
}
.listadoAsociaciones > span .PagerNormal:hover {
    background-color: #008C32;
    color: #FFFFFF;
}


.infoAsociacion {
	float:left;
	width:299px;
	background-color:#736868;
	margin-top:-9px;
	}
	.infoAsociacion .tituloEmpresas {
	display:block;
	background-color:#52a366;
	border-bottom:2px solid #37784a;
	padding:10px 10px;
	color:#185638;
	font-size:16px;
	position:relative;
	font-weight:normal;
	line-height:25px;
	margin-bottom:0px;
}
.infoAsociacion #tabs-informacion .tituloEmpresas span {
	position:absolute;
	top:12px;
	right:20px;
	background-color:#1e6a45;
	color:#46c489;
	padding:0px 20px;
	line-height:25px;
	border-radius:5px;
	
}
.infoAsociacion .empresas {
	background-color:#60a860;
	margin:0px;
	padding:0px;
	min-height:300px;
	max-height:300px;
	/*max-height: 475px;*/
	overflow: auto;
}
.infoAsociacion .empresas li {
	list-style-type:none;
	background-image:url('Imagenes/fondos/sepMenu.png');
	background-repeat:no-repeat;
	background-position:center bottom;
	padding:10px 20px;

}
.infoAsociacion .empresas li a {
	color:#FBFBFB;
	padding-right:20px;
	font-weight:bold;
	font-size:14px;
	line-height:16px;
	background-image:url('Imagenes/fondos/flechaEmp.png');
	background-repeat:no-repeat;
	background-position:center right;
}
.infoAsociacion .empresas li span {
	font-size:14px;
	line-height:16px;
	color:#FBFBFB;
	font-weight:bold;

}
.infoAsociacion .empresas li a:hover {
	color:#DDDDDD;
}
#tabs-productos {
	background-color:#63aa63;
	padding:0px;
	display:none;
}
.infodoAsociaciones {
	position:relative;
	max-height: 778px;
    min-height: 778px;
    background-color:#60A860;
    overflow:hidden;
}
.infodoAsociaciones #Asociacion {
	background-color: #736868;
}

.infodoAsociaciones .ImagenAsociacion {
	position:absolute;
	height:50px;
	width:50px;
	top:20px;
	left:20px
}
.infodoAsociaciones #Asociacion span.nombreAsociacion {
	font-size:18px;
	color:#FFFFFF;
	margin-bottom:0px;
	display:block;
	padding:20px 20px 20px 80px;
	line-height:22px;
	min-height:50px;
}
.infodoAsociaciones #tabs-informacion {
	clear:both;
	background-color:#60a860;
	padding-top:10px;
}
.infodoAsociaciones #tabs-informacion span {
	color:#FFFFFF;
	font-size:14px;
	display:block;
	background-image:url('Imagenes/fondos/sepMenu.png');
	background-repeat:no-repeat;
	background-position:center bottom;
	padding:8px 20px 8px 45px;
	line-height:16px;
	min-height:16px;

}
.infodoAsociaciones #tabs-informacion .direccionAsociacion span:first-child 
{
    background-image: none;
padding-bottom: 0px;

}
.infodoAsociaciones #tabs-informacion p {
	margin:0px;
}
.infodoAsociaciones #tabs-informacion p.direccionAsociacion {
	background-image:url('Imagenes/fondos/direccion.png');
	background-repeat:no-repeat;
	background-position:15px center;
}
.infodoAsociaciones #tabs-informacion p.telefonoAsociacion {
	background-image:url('Imagenes/fondos/telefono.png');
	background-repeat:no-repeat;
	background-position:15px center;
}
.infodoAsociaciones #tabs-informacion p.emailAsociacion {
	background-image:url('Imagenes/fondos/mail.png');
	background-repeat:no-repeat;
	background-position:15px center;
}
.infodoAsociaciones #tabs-informacion p.emailAsociacion span a {
	color:#FFFFFF;
}
.infodoAsociaciones #tabs-informacion p.emailAsociacion span a:hover {
	color:#DDDDDD;
}
.infodoAsociaciones #tabs-informacion p.webAsociacion {
	background-image:url('Imagenes/fondos/web.png');
	background-repeat:no-repeat;
	background-position:20px center;
}

.infodoAsociaciones .presidenteAsociacion {
	color:#22714a ;
	font-size:14px;
	display:block;
	background-image:url('Imagenes/fondos/sepMenu.png');
	background-repeat:no-repeat;
	background-position:center bottom;
	padding:8px 20px 8px 20px;
	line-height:16px;
	

}
.infodoAsociaciones .presidenteAsociacion span {
	color:#FFFFFF !important;
	margin-left:5px;
	display:inline-block !important;
	background-image:none !important;
	padding:0px !important;
}
.infodoAsociaciones .gerenteAsociacion {
	color:#22714a ;
	font-size:14px;
	display:block;
	background-image:url('Imagenes/fondos/sepMenu.png');
	background-repeat:no-repeat;
	background-position:center bottom;
	padding:10px 20px 10px 20px;
	line-height:16px;

}
.infodoAsociaciones .gerenteAsociacion span {
	color:#FFFFFF !important;
	margin-left:5px;
	display:inline-block !important;
	background-image:none !important;
	padding:0px !important;
}

#tabs-productos  > span {
	color:#FFFFFF;
	line-height:35px;
}

h2 {
	margin:0px;
}
.infoAsociacion #tabs-productos ul.productos {
	background-color:#60a860;
	margin:0px;
	padding:0px;
	max-height: 500px;
	min-height: 500px;
    overflow: auto;
}
.infoAsociacion .productos li {
	list-style-type:none;
	background-image:url('Imagenes/fondos/sepMenu.png');
	background-repeat:no-repeat;
	background-position:center bottom;
	padding:10px 20px;

}
.infoAsociacion .productos li span {
	color:#FBFBFB;
	padding-right:20px;
	font-weight:bold;
	font-size:14px;
	line-height:30px;
	/*background-image:url('Imagenes/fondos/flechaEmp.png');
	background-repeat:no-repeat;
	background-position:center right;*/
}
.infoAsociacion #tabs-productos .sector {
	background-color: #63AA63;
    border-bottom: 2px solid #37784A;
    color: #185638;
    display: block;
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
    margin-bottom: 0;
    padding: 10px;
    position: relative;
}
.infoAsociacion #tabs-productos .sector span {
	color:#185638 !important;
	line-height:22px !important;
	display:block;
}
.infoAsociacion #tabs-productos .sector span.sectorAsociacion2 label, .infoAsociacion #tabs-productos .sector span.sectorAsociacion3 label {
	color: #FFFFFF;
    display: list-item;
    font-size: 13px;
    list-style-type: square;
    margin-left: 16px;
    padding-left: 0;}


/**** AMBITO PRODUCTIVO ****/
#productos_div h3 span {
	text-align:right;
	border-bottom:1px solid #dfdfdf;
	display:block;
	padding:5px;
	margin-bottom:20px;
	background-color:#f3f1f1;
	font-style:italic;
	color:#72b872;
	font-size:16px;
	font-weight:normal;
}
.listadoProductos {
	
}
.listadoProductos article {
	background-image:url('Imagenes/fondos/ambitoProductivo.jpg');
	background-repeat:no-repeat;
	background-position:top left;
	min-height:62px;
	margin-bottom:10px;
}
.listadoProductos article .descripcionProducto {
	width:127px;
	display:inline-block;
	line-height:16px;
	color:#8b97a6;
	font-weight:bold;
	font-size:12px;
	text-transform:uppercase;
	padding:8px 30px 8px 10px;
}
.listadoProductos article .opcionesEmpresa {
	display:inline-block;
	vertical-align:top;
	width:450px;
}
.listadoProductos article .opcionesEmpresa ul {
	margin:0px;
}
.listadoProductos article .opcionesEmpresa ul li {
	list-style-type:none;
	font-size:12px;
	color:#008c32;
	font-weight:bold;
	padding:7px 10px 5px 10px;
	height:47px;
	border-top:1px solid #dfdfdf;
}
.listadoProductos article .opcionesEmpresa ul li:first-child {
	border-top:0px solid #dfdfdf;

}
.listadoProductos article .opcionesEmpresa ul li a {
	color:#008c32;
	display:block;
	font-weight:bold;
}
.listadoProductos article .opcionesEmpresa ul li a:hover {
	color:#8b97a6;
}

.listadoProductos article .opcionesEmpresa ul li > span + span {
	color:#8b97a6;
	font-weight:normal;
	font-size:12px;
	line-height:14px;
	display:block;
}




/**** DISTRIBUCIÓN GEOGRÁFICA ****/

. listadoProvincias {
	
}
.listadoProvincias article {
	background-image:url('Imagenes/fondos/lugar.png') !important;
	background-repeat:no-repeat;
	background-position:left top;
	min-height:170px;
	position:relative;
	padding-left:170px;
}
.listadoProvincias article:first-child {
	background-image:url('Imagenes/fondos/lugarBolita.png') !important;
}
.listadoProvincias .descripcionProvincia {
	position:absolute;
	top:110px;
	left:0px;
	width:100px;
	text-align:center;
	color:#009437;
	font-size:15px;
}
.listadoProvincias .asociacionesEmpresa {
	padding-top:25px;
	padding-bottom:10px;
}
.listadoProvincias .asociacionesEmpresa ul {
	margin: 0;
    padding: 0 30px 0 70px;
    width: 125px;
    display:inline-block;
    vertical-align:top;
}
.listadoProvincias .asociacionesEmpresa ul > p {
	color:#fafafa;
	line-height:48px;
	margin-bottom:5px;
	font-size:14px;
	text-align:left;
	height:48px;
}
.listadoProvincias .asociacionesEmpresa ul.empresas-flores-plantas-vivas {
	padding: 0 60px 0 40px;
}
.listadoProvincias .asociacionesEmpresa ul li {
	list-style-type:none;
	padding-top:10px;
	padding-bottom:5px;
	color:#008c32;
	font-size:12px;
	font-weight:bold;
}


/* PROVINCIAS */
.listadoProvincias article.ANDALUCIA {
	background-image:url('Imagenes/fondos/provincias/andalucia.png') !important;
}
.listadoProvincias article.ARAGON {
	background-image:url('Imagenes/fondos/provincias/aragon.png') !important;
}
.listadoProvincias article.CANARIAS {
	background-image:url('Imagenes/fondos/provincias/canarias.png') !important;
}
.listadoProvincias article.MANCHA {
	background-image:url('Imagenes/fondos/provincias/mancha.png') !important;
}
.listadoProvincias article.CATALUÑA {
	background-image:url('Imagenes/fondos/provincias/catalunya.png') !important;
}
.listadoProvincias article.VALENCIANA {
	background-image:url('Imagenes/fondos/provincias/valencia.png') !important;
}
.listadoProvincias article.EXTREMADURA {
	background-image:url('Imagenes/fondos/provincias/extremadura.png') !important;
}
.listadoProvincias article.GALICIA {
	background-image:url('Imagenes/fondos/provincias/galicia.png') !important;
}
.listadoProvincias article.MURCIA {
	background-image:url('Imagenes/fondos/provincias/murcia.png') !important;
}
.listadoProvincias article.RIOJA {
	background-image:url('Imagenes/fondos/provincias/rioja.png') !important;
}
.listadoProvincias article.NACIONAL {
	background-image:url('Imagenes/fondos/provincias/nacional.png') !important;
}
.listadoProvincias article.LEON {
	background-image:url('Imagenes/fondos/provincias/leon.png') !important;
}


/*** BUSACDOR EMPRESAS ASOCIADAS ***/
.asociadas {
	
}
.asociadas > h1 {
	background-color: #756A6A;
    background-image: url("Imagenes/icons/noticiasList.png");
    background-position: 15px center;
    background-repeat: no-repeat;
    color: #FAFAFA;
    font-size: 25px;
    font-weight: 200;
    margin: 0;
    padding: 20px 30px 20px 60px;
    text-transform: uppercase;
    width: 533px;
}
.asociaciones .buscador {
	background-color: #F6F5F2;
    margin-bottom: 30px;
    padding: 20px 0px 20px;
    position: relative;
    overflow:hidden;
}
.asociaciones .buscador div span {
	color: #756A6A;
    display: inline-block;
    font-size: 13px;
    font-weight: normal;
    margin-right: 10px;
}
.asociaciones .buscador div input, .asociaciones .buscador div select {
	border: 1px solid #756A6A;
    height: 20px;
    width: 320px !important;
    color:#8c8686;
    font-size:13px;
    font-weight:200;

}
.asociaciones .buscador div + div span {
	width:60px;
}
.asociaciones .buscador div + div input, .asociaciones .buscador div + div select {
	border: 1px solid #756A6A;
    height: 20px;
    width: 190px !important;
    color:#8c8686;
    font-size:13px;
    font-weight:200;

}
.asociaciones .buscador input.buscar {
	border-left: 0 solid #2C7C2C;
	border-right: 0 solid #2C7C2C;
	border-top: 0 solid #2C7C2C;
	border-bottom: 2px solid #2C7C2C;
    background-color: #6AB26A;
    background-image: url('Imagenes/icons/ico_menuUsuario_busqueda.png');
    background-repeat: no-repeat;
    background-position:right 20px center;
    border-image: url('') none;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 11px;
    font-weight: bold;
    padding: 8px 50px 8px 30px;
    display:inline-block;
    margin-left: 180px;
    margin-right: 10px;
    margin-top: 20px;
}
.asociaciones .buscador input.limpiar {
	border-left: 0 solid #362c2c;
	border-right: 0 solid #362c2c;
	border-top: 0 solid #362c2c;
	border-bottom: 2px solid #362c2c;
    background-color: #756a6a;
    background-image: url('Imagenes/icons/limpiar.png');
    background-repeat: no-repeat;
    border-image: url('') none;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 11px;
    font-weight: bold;
    padding: 8px 50px 8px 30px;
    background-position:right 20px center;
    display:inline-block;    
}
.asociaciones .buscador input.buscar:hover{
	background-color: #7FD37F;
    color: #FFFFFF;
}
.asociaciones .buscador input.limpiar:hover{
	background-color: #ae9e9e;
    color: #FFFFFF;
}

.asociaciones .buscador div.Empresa {
	padding:0px 112px 20px;
	width:400px;
	border-bottom:2px solid #756A6A;
	margin-bottom:20px;
} 
.asociaciones .buscador > div + div {
	padding:15px 20px;
	width:265px;
	display:inline-block;
}
.pestanas {
	display:block;
	height:40px;
}

.pestanas span {
	width:47%;
	text-transform:uppercase;
	float:left;
	text-align:center;
	line-height:40px;
	color:#ffffff;
	font-size:14px;
	border-radius:10px 10px 0px 0px;
	background-color:#678a62;
	cursor:pointer;
}
.pestanas .activo {
	top:0px !important;
	background-color:#60A860 !important;
	line-height:40px !important;
	border-radius:10px 10px 0px 0px !important;

}
.pestanas .informacion {
	margin-left:3%;
	position:relative;
	top:10px;
	border-radius:10px 0px 0px 0px;
	line-height:30px;
}
.infoAsociacion .pestanas .productos {
	margin-right:3%;
	position:relative;
	top:10px;
	border-radius:0px 10px 0px 0px;
	line-height:30px;
	background-color:#678a62;
}
.SiguientePuntos {
	background-image:url('Imagenes/icons/puntos.png');
	background-repeat:no-repeat;
	background-position:center center;
	border:0px;
	height:30px;
	width:30px;
	color:transparent;
	cursor:pointer;
	position:relative;
	top:-8px;
}
.linkEmpresa {	
	color:#FFFFFF !important;
	min-height:16px;
	display:block;
}
.linkEmpresa:hover {
	color:#DDDDDD !important;
}
#resultados h2 {
	position:relative;
}
#resultados h2 .num-empresas {
	position:absolute;
	right:0px;
	top:0px;
	background-image:none;
}

/*  SCROLLBAR  */
::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.3);
    -moz-box-shadow: inset 0 0 5px rgba(0,0,0,0.3);
    -o-box-shadow: inset 0 0 5px rgba(0,0,0,0.3);
    -ms-box-shadow: inset 0 0 5px rgba(0,0,0,0.3);
    box-shadow: inset 0 0 5px rgba(0,0,0,0.3);
    border-radius: 5px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px #80c680;
    -moz-box-shadow: inset 0 0 5px #80c680;
    -o-box-shadow: inset 0 0 5px #80c680;
    -ms-box-shadow: inset 0 0 5px #80c680;
    box-shadow: inset 0 0 5px #80c680;
}

::-webkit-scrollbar-thumb:vertical {
    background-color: #22714a;

    border-radius: 5px;
}




@media screen\0 { 
            .contenidoCuerpo .textosColumna img { 
                       float:left !important; 
                       margin-right:20px;
            } 
            .tabla {
				clear:both;
			}
			.textosColumna {
				clear:both;
			}
			#ColumnaCentral .contenidoCuerpo + .contenidoCuerpo {
				clear:both;
			}
}

.cookies {
	padding:20px;
	background-color:#5B5B5B;
}
.cookies p {
	margin:0px;
	width:990px;
	margin:auto;
	color:#DDDDDD;
	font-size:12px;
	text-align:left;
	margin-bottom:10px;
}
.cookies p a {
	color:#DDDDDD;
	text-decoration:underline;
}
.cookies > a {
	margin:0px;
	width:990px;
	margin:auto;
	display:block;
	color:#EEEEEE;
	font-size:13px;
	text-align:center;
	text-decoration:underline;
}
.cookies a:hover {
	color:#CCCCCC;
}

