/*  
Theme Name: Tato Baeza (2005)
Theme URI: http://www.tatobaezaa.com
Description: Plantilla para Tato Baeza
Version: 1.0
Author: Prood | Comunicaci&oacute;n visual
Author URI: http://prood.com/

	TATO BAEZA v1.0
	 http://prood.com/

	This theme was designed and built by Rodrigo Barona,
	whose website you will find at http://prood.com/

	*** REGARDING IMAGES ***
	All CSS that involves the use of images, can be found in the 'index.php' file.
	This is to ease installation inside subdirectories of a server.

	Have fun, and don't be afraid to contact me if you have questions.
*/

body {
	background-color: #1F1A1A;
	margin: 0;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #8F8D8D;
}
a {
	color: #8F8D8D;
	text-decoration:underline;
}

a:hover {
	color: #FFF;
	text-decoration:underline;
}

hr, #hide, #hide1 {display:none;}

img {border:0;}

DIV#container {
	width: 880px;
	margin: 10px auto 5px auto;

}
/*-- Logo, aqui ponemos el fondo con los logos incluidos del color que corresponda */
DIV#header {
	height: 26px;
}
		/*-- Para el enlace principal de la web de ETSAV */
		DIV#header h1 {
			margin:0 0 0 5px;
			float:left;
		}
		
			DIV#header h1 a {
				width: 250px;
				display:block;
				float: left;
				padding: 20px 0 0 0;
				overflow: hidden;
				height: 0px !important; 
				height /**/:20px; /* for IE5/Win only */
				background: url(images/logo.gif) top left no-repeat;

			}
			DIV#header h1 a:hover {
				background: url(images/logo.gif) 0 -20px no-repeat;

			}

	DIV#header ul {
		font-weight: normal;
		font-size:10px;
		position:relative;
		top: 5px;
		text-transform:uppercase;
		text-align:right;
		margin: 5px -16px 0 0;
		padding: 0;
		list-style-type: none;
		float: right;
	}
	DIV#header li {
		margin: 0;
     	padding: 0;
      	float: left;
		padding-right: 20px;
	}

		DIV#header li a {
			color:#fff;
			text-decoration:none;
		}
		DIV#header li a:hover {
			color:#9C0;
			text-decoration:none;
		}

DIV#txt h2 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#fff;
	border-bottom: 1px solid #131010;
	margin:20px 5px 10px 5px;
	padding:0 0 3px 0;
}

DIV#txt h2 a {
	color:#8F8D8D;
	text-decoration:none;
}
DIV#txt h2 a:hover {
	color:#fff;
	text-decoration:none;
}

DIV#txt h2 em {
	font-style:normal;
	color:#9C0;
	padding-left: 5px;
}

DIV#txt h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#9c0;
	text-transform:uppercase;
	font-weight:normal;
	margin:5px 5px 10px 5px;
	padding:0 0 3px 0;
	float:left;
}

DIV#txt h3 a {
	color:#9c0;
	font-weight:normal;
	text-decoration:none;
}

DIV#txt h3 a:hover {
	color:#fff;
	font-weight:normal;
	text-decoration:none;
}

DIV#txt h3 em {
	font-style:normal;
	text-transform:none;
	color:#8F8D8D;
	padding-left: 5px;
}

DIV#txt #pageText {
	width:425px;
	float:left;
	padding: 5px;
	margin:-4px 0 0 0;
	line-height: 150%;
}

HTML>BODY #txt #pageText {
	margin:-13px 0 0 0;
}
/*-- Estilo para el listado de categorias --*/
DIV#txt #categorias {
	width:435px;
	float:right;
}

DIV#txt #categorias ul {
	font-weight: normal;
	font-size:10px;
	text-align:left;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
DIV#txt #categorias li {
	display:block;
	margin: 0 0 -7px 0;
	padding: 5px;
	text-transform:uppercase;
	list-style-type: none;
}

	DIV#txt #categorias li a {
		padding: 10px 5px 10px 5px;
		display:block;
		background:#4C4848 url(images/flecha.gif) center left no-repeat;
		color:#000;
		text-decoration:none;
	}
	html>body #txt #categorias li a {
		padding: 10px 5px 10px 20px;
	}
	DIV#txt #categorias li a:hover {
		display:block;
		background:#9C0 url(images/flecha-down.gif) center left no-repeat;
		color:#000;
		text-decoration:none;
	}

/*-- Estilo para el listado de los post de cada categoria --*/
DIV#txt #categoriasPost ul {
	font-weight: normal;
	font-size:10px;
	position:relative;
	top: 5px;
	text-align:left;
	margin: 0 0 0 7px;
	padding: 0;
	list-style-type: none;
}
DIV#txt #categoriasPost li {
	margin: 0;
	float: left;
	padding: 0 5px 5px 0;
}


	DIV#txt #categoriasPost li a img {
		border: 3px solid #131010;
		color:#fff;
		text-decoration:none;
	}
	DIV#txt #categoriasPost li a:hover img {
		border: 3px solid #fff;
		color:#9C0;
		text-decoration:none;
	}

	DIV#txt #categoriasPost li a {
		color:#8F8D8D;
		text-decoration:none;
	}
	DIV#txt #categoriasPost li a:hover {
		color:#9C0;
		text-decoration:none;
	}


DIV#txt #foto {
	background: url(images/barra_carga.gif) bottom center no-repeat;
}

DIV#txt #foto img {
	border: 5px solid #131010;
	color:#fff;
	text-decoration:none;
}

/*-- Menu de navegacion --*/
DIV#nav ul {
	font-weight: normal;
	font-size:10px;
	position:relative;
	top: 0px;
	text-align:right;
	padding: 0;
	list-style-type: none;
	float: right;
	margin:5px 2px 0 0;
	padding:0 0 3px 0;

}
DIV#nav li {
	margin: 0;
	padding: 0;
	float: left;
	padding-left: 3px;
}

	DIV#nav li a {
		color:#fff;
		text-decoration:none;
	}
	DIV#nav li a:hover {
		color:#9C0;
		text-decoration:none;
	}

	#previo a {
		width: 48px;
		display:block;
		float: left;
		margin-top: 2px;
		padding: 9px 0 0 0;
		overflow: hidden;
		height: 0px !important; 
		height /**/:9px; /* for IE5/Win only */
		background: url(images/nav-izda.gif) top left no-repeat;
	}
	#previo a:hover {
		background: url(images/nav-izda.gif) 0 -9px no-repeat;
	}

	#cat a {
		width: 48px;
		display:block;
		float: left;
		margin-top: 2px;
		padding: 9px 0 0 0;
		overflow: hidden;
		height: 0px !important; 
		height /**/:9px; /* for IE5/Win only */
		background: url(images/nav-ctr.gif) top left no-repeat;
	}
	#cat a:hover {
		background: url(images/nav-ctr.gif) 0 -9px no-repeat;
	}

	#next a {
		width: 48px;
		display:block;
		float: left;
		margin-top: 2px;
		padding: 9px 0 0 0;
		overflow: hidden;
		height: 0px !important; 
		height /**/:9px; /* for IE5/Win only */
		background: url(images/nav-dcha.gif) top left no-repeat;
	}
	#next a:hover {
		background: url(images/nav-dcha.gif) 0 -9px no-repeat;
	}


/*-- Float and Clear --*/
div.both {
	clear: both;
	}


DIV#footer {
	color:#4C4848;
	text-align:center;
}
DIV#footer p {
	margin: 0 5px 0 5px;
	color:#4C4848;
	text-align:center;
	padding-top: 5px;
}

DIV#footer a {
	color:#4C4848;
}
DIV#footer a:hover {
	color:#8F8D8D;
}