/* Estilos para la pagina */


/* #### Background para la pagina #### */

	body{
		margin-top:				2px;
		margin-bottom:			0px;
		margin-left:			0px;
		margin-right:			0px;	
		}
	
	#fondo {
		height:					706px;
		background-image: 		url(../imagenes/deco/background.gif);
		background-repeat: 		no-repeat;
		background-position: 	top center;
		}
		
/* #### DEfinición pie #### */

	#pie{
		height:			100px;
		background:		url(../imagenes/deco/brote.gif) no-repeat center bottom;
		}

/* #### definición tira #### */

	#tira{
		height:			82px;
		width:			1500;
		background:		url(../imagenes/deco/tira.gif) no-repeat center bottom;
		}
		
	.tirad{
		height:			30px;
		background:		url(../imagenes/deco/tira.gif) no-repeat center bottom;
		}
/* #### definicion del buscador ##### */

	#buscador{
		width:			150px;
		height:			30px;
		background:		url(../imagenes/deco/tl_buscador.gif) no-repeat center top;
		}
		
	#destacados{
		width:			150px;
		height:			30px;
		background:		url(../imagenes/inicio/destacados.gif) no-repeat center top;
		}		
	
	.separacion{
		border-spacing: 0px 6px;
		}
	.separacion_lat{
		border-bottom:	1px solid #FFFFFF;
		}
	.separacion_{
		border-spacing: 1px 0px;
		}
	.padding_lat{
		padding-right:	2px;
		padding-left:	2px;
		}
        
    .Lista_NoSelect
    {color: #0000a8;} 
    .Lista_Select
    {
        font-weight: bold;
        background-color: #8cb473;
        color: #FFFFFF;
    } 
		
/* #### ICONOS PARA EL BUSCADOR #### */

	.i_biotipo{
		width:			20px;
		height:			20px;
		background:		url(../imagenes/iconos/biotipo/biotipo.gif) no-repeat center center;
		}
	.i_altura{
		width:			20px;
		height:			20px;
		background:		url(../imagenes/iconos/altura/altura.gif) no-repeat center center;
		}
	.i_distribucion{
		width:			20px;
		height:			20px;
		background:		url(../imagenes/iconos/distribucion/distribucion.gif) no-repeat center center;
		}
	.i_clima{
		width:			20px;
		height:			20px;
		background:		url(../imagenes/iconos/clima/clima.gif) no-repeat center center;
		}
	.i_peninsula{
		width:			20px;
		height:			20px;
		background:		url(../imagenes/iconos/peninsula/peninsula.gif) no-repeat center center;
		}
	.i_color{
		width:			20px;
		height:			20px;
		background:		url(../imagenes/iconos/color/color.gif) no-repeat center center;
		}
	.i_ciclo{
		width:			20px;
		height:			20px;
		background:		url(../imagenes/iconos/ciclo/ciclo.gif) no-repeat center center;
		}	
/* ##### boton buscar ##### */
	#fondobuscar{
		width:					178px;
		height:					43px;
		background-image: 		url(../imagenes/botones/buscar/fondobuscar.gif);
		background-repeat: 		no-repeat;
		background-position: 	top center;
		}

	.buscar{
		width:			38px;
		height:			38px;
		background:		url(../imagenes/botones/buscar/buscar.gif) no-repeat right center;
		}

	.overbuscar{
		
		width:			38px;
		height:			38px;
		background:		url(../imagenes/botones/buscar/overbuscar.gif) no-repeat right center;
		cursor:			pointer;
		}
/* #### Boton ENVIAR ##### */
	.enviar_off{
		width:			61px;
		height:			21px;
		background:		url(../imagenes/botones/enviar/enviar_off.gif) no-repeat right center;
		cursor:			pointer;
		}
	.enviar_on{
		width:			61px;
		height:			21px;
		background:		url(../imagenes/botones/enviar/enviar_on.gif) no-repeat right center;
		cursor:			pointer;
		}		
/* #### Boton "buscador de especies" #### */
 	.buscador_especies{
 		width:			178px;
		height:			82px;
		background:		url(../imagenes/botones/inicio/ini_btn_buscar.gif) no-repeat right center;
		cursor:			pointer;
		}
/* #### Decoracion noticias anteriores #### */
 	.anteriores{
 		width:			178px;
		height:			368px;
		background:		url(../imagenes/deco/anteriores.jpg) no-repeat right center;
		}
 			
/* ####padding para celdas ##### */

	.padding_celda{
		padding: 		2px;
		}
		
/* #### Definición del borde de tabla #### */

	.borde_tabla{
		padding: 				20px;
		background-color:		#6777ff;
		}
		
	
	.comunicados_tabla{
		border-left:2px solid #6777ff;
		border-right:2px solid #6777ff;
		border-top:2px solid #6777ff;
		border-bottom:2px solid #6777ff;
		}
		
	.comunicados_celda{
		border-left:2px solid #ff2255;
		border-right:2px solid #ff2255;
		border-top:2px solid #ff2255;
		border-bottom:2px solid #ff2255;
		}
		
	.fondo_gris {background-color:#aeacac;}
	.fondo_azul {background-color:#6777ff;}
	.fondo_blanco {background-color:#ffffff;}
	.fondo_busca_1 {background-color:#e7f4d9;}
	.fondo_busca_2 {background-color:#d4ecba;}
	.fondo_busca_3 {background-color:#b3e39e;}

	.fnd_verde_o	{background-color:#8cb473;}
	.fnd_verde_c	{background-color:#d5ecbb;}
	
	.raya_izquierda {border-left:1px solid;}
	.raya_derecha {border-right:1px solid #ffffff;}
	.raya_arriba {border-top:1px solid;}
	.raya_abajo {border-bottom:1px solid;}
