html{
	margin: 0;
	padding: 0;
	color: #aaaaaa;
	background-color: #333;
	font: normal 12px "Trebuchet MS", "Lucida Grande", Verdana, Georgia, Sans-Serif;
}

/* Html Elements */

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin: 0;
	padding: 10px 0;
	color: #779955;
}

h1 {
	font-size: 35px;
	padding:15px 0 5px 20px !important
}
h1 img{
	border:none;
}

h2{
	margin: 0 0 10px 0;
	padding: 0 0 2px 0;
	font-size: 20px;
	border-bottom: solid 1px #444;
	line-height: 125%;
}
h1 a, h2 a{
	color: #779955;
}

h3 {
	margin: 0 0 10px 0;
	padding: 0 0 2px 0;
	font-size: 20px;
	border-bottom: solid 1px #444;
	line-height: 125%;
}

h4 {
	font-size: 14px;
}

h5, h6 {
	font-size: 17px;
}

.accesibilidad{display: none;}

p {
	margin: 0;
	padding: 0 0 10px 0;
	line-height:150%;
}

a{text-decoration: none;}


body{
	margin: 0;
	float: left;
	width: 100%; 
}

#header{
	float: left; 
	width: 100%; 
	clear: both;
	border-top: 10px solid #111;
	background: #222222 url(/imagenes/fondo_cabecera.gif) top left repeat;
}
	
	#header h1 { padding: 20px; }

#navigation{
	float: left;
	width: 100%; 
	clear: both;
	color: #333;
	border-bottom: 5px solid #222;
	background: #eeeeee url(/imagenes/navigation_bg.gif) top left repeat; 
}

	#navigation ul {
		float: left;
		list-style-type: none;
		margin: 0;
		padding: 0;
		background: none;
		border-width: 0;
	}
	
		#navigation ul li {
			float: left;
		}
	
			#navigation a {
				float: left;
				display: block;
				padding: 5px 10px; 
			}
	
			#navigation a:link,#navigation ul li a:visited{
				color: #024; 
				font-weight: bold; 
				text-transform: uppercase; 
			}
			
			#navigation a:hover{
				color: #7799bb !important;
				background: #333333 url(/imagenes/fondo_cabecera.gif) top left repeat;
			}
	
	li#menu_inicio a:hover{
		background-position: 0 -5px; 
	}
	
	li#menu_fav a:hover{
		background-position: 0 5px; 
	}
	
	li#menu_contacto a:hover{
		background-position: 0 5px; 
	}
	
	li#menu_inicio.on a{
		color: #9bd !important;
		background: #333333 url(/imagenes/fondo_cabecera.gif) 0 2px repeat;
	}
	
	li#menu_fav.on a{
		color: #9bd !important;
		background: #333 url(/imagenes/fondo_cabecera.gif) 0 -2px repeat;
	}
	li#menu_contacto.on a{
		color: #99bbdd !important;
		background: #333 url(/imagenes/fondo_cabecera.gif) 0 -2px repeat;
	}


	#form_busqueda {
		float: left;
	}
		#form_busqueda input#busqueda{
			width: 250px;
			height: 20px;
			margin: 2px 0 0 20px;
			padding: 3px 0 1px 25px;
			border:none;
			background: #333 url(imagenes/icono_lupa.jpg) no-repeat 2px;
			color: #BBB;
		}
		#form_busqueda input#boton_buscar{
			border: solid 1px #000;
			background: #fff;
			color: #000;
		}

#wrapper{
	clear: both;
	float: left;
	width: 100%;
	margin: 10px 0; 
	background: transparent url(/imagenes/hr_dotted.gif) 60% 0 repeat-y; 
}

#content-wrapper{
	width: 60%;
	float: left;
}

#content{
	float: left;
	padding: 0 20px;
}

	#content p{
		font-size: 13px;
	}

	#content p a:link, #sidebar p a:link{
		text-decoration: none;
		color: #4876A4;
	}
	
	#content p a:visited, #sidebar p a:visited{
		text-decoration: none;
		color: #579;
	}
	
	#content p a:hover, #sidebar p a:hover{
		background: #303030;
	}

	.video, #categorias, #archivos, #ultimas_busquedas{
		color: #bbb;
		margin: 10px 35px; 
		padding: 10px 30px 0px 30px; 
		line-height: 1.6em;
		border: 1px solid #1a1a1a;
		border-top: 10px solid #151515;
		background: #404040 url(/imagenes/navigation_hover.gif) top left repeat;
	}

	#content .video h3 {
		margin: -8px 0 10px 0;
		font-size: 11px;
		color: #4A5F36;
		border: none;
		text-align: right;
	}

	#content #paginacion{
		text-align:center;
	}

#sidebar-wrapper{
	width: 38%;
	float: left;
}

	#sidebar{
		float: left;
		padding: 0 20px;
	}

	#sidebar p{
		color: #999999;
		margin: 10px 35px; 
		padding: 5px 30px; 
		line-height: 1.6em;
		border: 1px solid #1a1a1a;
	
		border-top: 10px solid #151515;
		background: #404040 url(/imagenes/navigation_hover.gif) top left repeat;
	}

	#categorias ul, #archivos ul, #ultimas_busquedas ul{
		list-style:none;
		padding:0 !important;
		margin:0 !important;
	}
	
		#categorias ul li{
		}
		#categorias ul li h3, #archivos ul li, #ultimas_busquedas ul li h3{
			border: none;
			margin:0;
			padding:0px 0 12px 0;
		}
			#categorias ul li h3 a, #archivos ul li a, #ultimas_busquedas ul li h3 a{
				display:block;
				padding: 0 0 0 10px;
				font-size:13px;
				color: #579;
				border-left: solid 10px #293A4B;
			}
			#categorias ul li h3 a:hover, #categorias ul li.on h3 a, #archivos ul li a:hover, #ultimas_busquedas ul li h3 a:hover{
				border-left: solid 10px #557799;
				background: #333;
			}

	ul.imgs_video {
		list-style:none;
		padding:0;
		margin:0;
		text-align: center;
	}
	
		ul.imgs_video li{
			display:inline;
			padding: 0 7px 0 7px;
		}

	form.form_descargar{
		margin: 5px;
		padding: 10px;
		text-align: center;
	}
		form.form_descargar p strong{
			color: #779955;
		}

		form.form_descargar p input{
			border: none;
			text-align: center;
			color: #000;
		}
		form.form_descargar p input.boton_descargar{
			width: 110px;
			height: 20px;
			vertical-align: bottom;
		}

	p.caracteristicas{
		padding: 0;
		text-align: center;
		color: #555;
	}

#footer
{
	clear: both;
	float: left;
	width: 100%; 
	color: #888;
	text-align: center; 
	background-color: #222;
	border-top: 1px solid #000;
	border-bottom: 10px solid #191919;
}

	#footer p {
		margin: 15px 0;
	}
	
	#footer ul {
		list-style: none;
	}
		#footer ul li{
			float: left;
			padding: 0 10px 10px 0;
		}
	
	#footer a:link {
		color: #888888;
		font-weight: bold;
		border-bottom: 1px dotted #888; 
	} 
	
	#footer a:visited {
		color: #666666;
		font-weight: bold;
		border-bottom: 1px dotted #666;
	}
	
	#footer a:hover {
		color: #999999;
		border-bottom: 1px solid #999;
	}
