/*
	Creado por Oscar Alcalá (Bio) para Diseñamos
	http://www.obstinated.net
*/

body { /*Elementos generales del documento*/
	font-family: "Trebuchet MS", Verdana, Arial, Serif;
	font-size: 12px;
	font-weight: bold;
	position: absolute;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-image: url(http://www.pasarlascanutas.com/fototexturas/textura_pasarlascanutas_2547.jpg);
}

ul {
	width: 750px;
	list-style: none; /*Eliminamos el estilo de lista*/
	padding: 0; /*Evita la indentación que aparece en algunos navegadores*/
	margin: 0;
	display: inline; /*Nos permite integrar con los elementos li y evitar problemas -*/
	float: left;	  /*en algunos navegadores*/
	border-bottom: 1px Solid Black;
}

ul li {
	width: 100px;
	display: block;
	float: left; /*Flota los elementos de la lista*/
	text-align: center;
	margin-right: 10px;
	position: relative; /*Hacemos el ajuste de 1 pixel para simular la integración -*/
	top: 1px;           /*con la capa de contenido*/
	background-color: #77BADB;
}

ul li a {
	width: 100px; /*Fijamos el ancho para que el enlace sea toda la pestaña y no solo el texto*/
	display: block;
	border: 1px Solid #000;
	text-decoration: none;
	background-image: 
	}

ul li a:link, ul li a:visited, ul li a:active {
	color: #000;
	font-size: 12px;
}

ul li a:hover {
	color: #00FF00;
	font-size: 14px;
}

/*Clase especial que resaltará dependiendo de la sección*/
a.actual {
	width: 100px;
	display: block;
	background: #77BADB;
	border-top: 1px Solid #000;
	border-bottom: 1px Solid #77BADB;
	text-decoration: none;
}

a.actual:link, a.actual:visited, a.actual:active {
	color: #006633;
	background-color: #77BADB;
	font-size: 14px;
}

a.actual:hover {
	color: #FFFF00;
	border-bottom-width: -1px;
	background-color: #77BADB;
}

#contenido {
	width: 800px;
	background: #77BADB;
	float: left;
	margin: 0;
	font-weight: bolder;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	line-height: normal;
	border: thick outset #77BADB;
	background-color: #000000;
}

#contenido p {
	margin: 15px 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #FFFFFF;
}
