@charset "iso-8859-1";
/* CSS Document */

body
{
	margin:0;
	background-image: url(imagenes/fondo_pagina.jpg);
	background-repeat: repeat-y;
	background-position: center;
	font-family: Verdana, Geneva, sans-serif;
}

/*--------------- Estructura -------------*/

#buscador_google
{
	background-color: #000;
	height:40px;
}
#contenedor
{
	width:990px;
	margin:0 auto;
	padding:0;
	background-color: #FFF;
	background-image: url(imagenes/limite_navegador.gif);
	background-repeat: repeat-y;
}
#cabecera
{
	border:0;
	padding:0;
	margin:0;
	background-color:#000;
	height:180px;
	}
#cabecera img
{
	border:0;
}

#columna_izquierda
{
	width:165px;
	float:left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 3px;

}



#banner_horizontal
{
	height: 96px;
	padding: 3px 185px;



}

#contenido_articulos
{
	width:620px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-left:175px;
}

#contenido_busqueda
{
	width:610px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-left:185px;
	background-color: #CCC;
}
#contenido_mas_uno
{
	width:610px;
	background-color: #F3F3F3;
	padding: 10px;
	margin-top: 20px;
	margin-bottom: 10px;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #060;
	border-bottom-color: #060;
}
#columna_derecha
{
	width:162px;
	float:right;
	margin-right: 5px;
}

#pie
{
	padding:10px 20px;
	background-color:#060;
	clear:both;
	color: #FFF;
	}

/*--------------Estructura para la página de inicio-------------*/

#contenido_inicio
{
	width:785px;
	float:right;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}

#buscador_inicio
{

	padding:5px 20px;
	width: 485px;
	float:left;
	background-color: #CCC;

}

#mas_uno_inicio
{

	padding:5px 20px;
	width: 485px;
	float:left;
	background-color: #FFF;
}
.marco_izda
{
	margin-bottom: 5px;
	margin-top: 5px;
	padding:5px 20px;
	width: 485px;
	border:2px solid #063;
	float:left;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	behavior:url(border-radius.htc);
}

.marco_dcha
{
	margin-bottom: 5px;
	margin-top: 5px;
	float:right;
	width: 250px;
}


/*-------------- Buscador de google ------------*/
#contenedor_buscador
{
	width:990px;
	margin:0 auto;

}

#contenedor_buscador_izda

{
	margin-bottom: 5px;
	margin-top: 5px;
	float:left;
	width: 350px;
	height: 30px;
}

#contenedor_buscador_dcha
{
	margin-bottom: 5px;
	margin-top: 5px;
	float:right;
	width: 265px;
	height: 30px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
}
#contenedor_buscador_dcha img
{
	border: 0;
	margin-right: 2px;
	margin-left: 2px;

}

/*--------------Columna_izquierda (menús)------------*/

#columna_izquierda h5
{
	font-size: 18px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	margin-top: 15px;
	margin-bottom: 5px;
	background-color: #D6D6D6;
	padding-right: 5px;
	padding-left: 5px;
	color: #000;
}

.listas_navegacion
{
	list-style:none;
	padding:0;
}


.listas_navegacion a
{
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	display:block;
	padding: 3px;
	color: #060;
}
/*.listas_navegacion a:link
{
	color: #060;
}*/
.listas_navegacion a:hover
{
	color: #FFF;
	background-color:#060
}
/*.listas_navegacion a:visited
{
	color: #060;
}*/
.listas_navegacion a:active
{
	color: #0F0;
}
/*-------------Contenido_artículos--------------*/
#contenido_articulos h1, h2, h3, h5
{
	color: #900;
}

#contenido_articulos h1
{
	font-size: 30px;
	margin-bottom: 2px;
	font-weight: bold;
}

#contenido_articulos h2
{
	font-size: 22px;
	margin-top: 2px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #900;
}
#contenido_articulos h3
{
	font-size: 18px;
	margin-bottom: 6px;
	margin-top: 40px;
}
#contenido_articulos h4
{
	font-size: 18px;
	color: #000;
	background-color: #D6D6D6;
	padding: 2px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	margin-top: 60px;
}


#contenido_articulos p
{
	line-height:1.4;
	/*text-indent:2em;*/
	text-align:justify;
	margin-top:0.6em;
	margin-bottom:0.3em;
	font-size:15px;
}
.listas_indice
{
	list-style:none;
	padding:0;
	margin-top:3px;

}
#contenido_articulos li
{
	font-size: 15px;
	margin-top: 4px;
	margin-bottom: 4px;

}
#contenido_articulos a
{
	color: #00C;
	text-decoration: none;
	font-weight: 100;
}
#contenido_articulos a:hover
{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #06F;
	color: #06F;
}

.anuncio /*esto es para el anuncio cuadrado de google*/
{
	padding-left: 170px;
	padding-top: 20px;
}

.texto_pequeno
{
	font-size: 12px;
	color: #000;
}

.anterior_siguiente
{
	font-size: 12px;
	color: #000;
	padding-top: 10px;
	padding-bottom: 20px;
	display:block;
}
.titulo_library
{
	font-size: 12px;
	color: #000;
	font-weight: bold;
	background-color: #D6D6D6;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	display:block;
	margin-top: 30px;
}

.titulo_comentarios
{
	font-size: 16px;
	margin-bottom: 3px;
	color: #900;
	margin-top: 30px;
	font-weight: bold;
	display:block;
}
.fecha_comentarios
{
	font-size: 10px;
	font-style: italic;
	color: #000;
	margin-top: 3px;
	margin-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	display:block;
}

.imagen
{
	padding-bottom:10px;
	padding-top:20px;
}
.imagen img 
{
	display: block;
	border:0;
	padding: 5px;
	margin:auto;
} 
.imagen p
{
	font-size:9px;
	padding-left:80px;
	padding-right:80px;
	text-align:justify;
	text-indent:0;
	color: #00F;
}
.banner_tradedoubler
{
	padding-bottom:10px;
	padding-top:20px;
	margin-left: 80px;	
}

.alineacion_izquierda
{
	float: left;
	padding: 5px;
}

dt
{
	font-size: 15px;
	font-weight: bold;
	padding-top: 10px;
}
dd
{
	font-size: 14px;
}
#videos_guias
{
	width: 520px;
	padding-top: 20px;
	padding-left: 60px;
}

/*------------------Contenido inicio-------------------*/

.marco_izda p
{
	line-height:1.4;
	text-align:justify;
	margin-top:0.6em;
	margin-bottom:0.2em;
	font-size:15px;
}

.marco_izda h1, h2, h3
{
	color: #900;
}
.marco_izda h1
{
	font-size: 34px;
	margin-bottom: 5px;
}

.marco_izda h2
{
	font-size: 25px;
	margin-bottom: 2px;
	margin-top: 25px;
}
.listas_articulos
{
		list-style:none;
		padding: 0;
}

.listas_articulos li
{
	font-size: 13px;
	font-weight: 900;
	color: #000;
	padding-top: 5px;
	padding-bottom: 5px;
}
.marco_izda a, .publiwebs_listas a
{
	font-size: 15px;
	color: #C00;
	text-decoration: none;
	font-weight: 100;
}
.marco_izda a:hover, .publiwebs_listas a:hover
{
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #C00;
}

.marco_izda table
{
	padding-top: 20px;
}

.marco_izda td
{
	text-align: left;
	vertical-align: top;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}

.imagen_con_sombra
{
	padding: 2px;
	border-top-width: 1px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
}

/*------------------- contenido pie --------------------*/

#pie p
{
	font-size: 12px;
	color: #FFF;
	text-align: center;
	margin-bottom: 5px;
	margin-top: 5px;
}

#pie a
{
	color: #FFF;
}

/*--------------------Gúias------------------*/

.tabla_iconos
{
	background-color: #CCC;
	width: 500px;
	margin: 0 auto;
    text-align: left;
}

.tabla_iconos td
{
	width: 50%;
}
.tabla_iconos img
{
	margin: 3px;
	vertical-align: middle;
}

.tabla_especies
{
	width: 600px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 40px;
}
.tabla_especies td
{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
.tabla_especies img
{
	margin: 3px;
	float: left;
}
.tabla_fotos
{
	width: 630px;
	padding-top: 40px;
}
.tabla_fotos td
{
	margin: 5px;
	padding: 10px;
	text-align: center;
}
.tabla_fotos img
{
	display: block;
	margin:auto;
}

/*------------------- publiwebs -------------*/

.publiwebs_contenedor_pagprinc
{
	float: right;
	width: 240px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #063;
	padding-left: 5px;
	padding-right: 5px;
		-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	behavior:url(border-radius.htc);
}
.publiwebs_titulo
{
	font-size: 16px;
	color: #000;
	font-weight: bolder;
	background-color: #D6D6D6;
	display: block;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	padding-left: 5px;
}
.publiwebs_listas
{
	list-style-type: none;
	font-size: 12px;
	padding-left: 10px;
}
.publiwebs_listas li
{
	margin-top: 5px;
}

