body {
	margin: 0;
	padding: 0;
	font-size: 100%;
	text-align: center;
}

* a img {
	border: none;
}
#contenedor {
	width: 760px;
	text-align: left;
	padding: 3em;
	font-size: 0.7em;
	font-family: Helvetica, arial, sans-serif;
	color: #444;
}


/* ------------------------------------------------------------------------------ */


	#cabecera * {
		margin: 0;
		padding: 0;
	}
	#cabecera h1 a {
		display: block;
		width: 96px;
		height: 21px;
		text-decoration: none;
		background: #fff url(../es/img/botones/logo.png) no-repeat top left;
		margin-bottom: 1.8em;
	}
	
	#cabecera h1 a span {
		visibility: hidden;
	}



/* ------------------------------------------------------------------------------ */


	#menu {
		width: 75%;
	}
	
	#menu ul {
		margin: 0;
		padding: 0;
	}
	#menu li {
		list-style-type: none;
		float: left;
		padding: 0;
		margin: 0;
	}
	#menu li a {
		padding: 0;
		margin: 0;
		text-decoration: none;
		display: block;
	}
	
	#menu li a.estudio {
		background: #fff url(../es/img/botones/estudio.jpg) no-repeat top left;
		width: 114px;
		height: 39px;
	}
	#menu li a.proyectos {
		background: #fff url(../es/img/botones/proyectos.jpg) no-repeat top left;
		width: 160px;
		height: 39px;
	}
	#menu li a.propio {
		background: #fff url(../es/img/botones/propio.jpg) no-repeat top left;
		width: 353px;
		height: 39px;
	}
	#menu li a.publicaciones {
		background: #fff url(../es/img/botones/publicaciones.jpg) no-repeat top left;
		width: 216px;
		height: 39px;
	}
	#menu li a.contacto {
		background: #fff url(../es/img/botones/contacto.jpg) no-repeat top left;
		width: 141px;
		height: 39px;
	}
	#menu li a.weblog {
		background: #fff url(../es/img/botones/weblog.jpg) no-repeat top left;
		width: 116px;
		height: 39px;
	}
	
	
		#menu li a.estudio:hover, #menu li a.estudiocurrent {
			background: #fff url(../es/img/botones/estudio_hover.jpg) no-repeat top left;
			width: 114px;
			height: 39px;
		}
		#menu li a.proyectos:hover, #menu li a.proyectoscurrent {
			background: #fff url(../es/img/botones/proyectos_hover.jpg) no-repeat top left;
			width: 160px;
			height: 39px;
		}
		#menu li a.propio:hover, #menu li a.propiocurrent {
			background: #fff url(../es/img/botones/propio_hover.jpg) no-repeat top left;
			width: 353px;
			height: 39px;
		}
		#menu li a.publicaciones:hover, #menu li a.publicacionescurrent {
			background: #fff url(../es/img/botones/publicaciones_hover.jpg) no-repeat top left;
			width: 216px;
			height: 39px;
		}
		#menu li a.contacto:hover, #menu li a.contactocurrent {
			background: #fff url(../es/img/botones/contacto_hover.jpg) no-repeat top left;
			width: 141px;
			height: 39px;
		}
		#menu li a.weblog:hover, #menu li a.weblogcurrent {
			background: #fff url(../es/img/botones/weblog_hover.jpg) no-repeat top left;
			width: 116px;
			height: 39px;
		}
			
	#menu li a span {
		visibility: hidden;
	}

/* ------------------------------------------------------------------------------ */


	#contenido {
		padding-top: 1.8em;
		clear: both;
	}
	#contenido .izquierda {
		float: left;
		width: 47%;
	}
	#contenido .derecha {
		float: right;
		width: 47%;
	}
	#contenido hr {
		display: none;
		clear: both;
	}
	
	#contenido h2 {
		margin-top: 0;
		font-size: 1em;
	}
	#contenido h3 {
		font-size: 1em;
	}
	#contenido h3.sinmargen {
		margin-top: 0;
	}

		#contenido ul {
			margin: 0;
			padding: 0;
		}
		#contenido ul li {
			margin: 0;
			padding: 0;
			list-style-type: none;
		}
		#contenido ul li a {
			text-decoration: none;
		}
		#contenido ul li a:hover {
			text-decoration: underline;
		}
		#contenido ul.estudio li a {
			color: #FF3300;
		}
		#contenido ul.proyectos li a {
			color: #0099CC;
		}
		#contenido ul.propio li a {
			color: #FF33CC;
		}
		#contenido ul.publicaciones li a {
			color: #66CC33;
		}
		#contenido ul.contacto li a {
			color: #9933CC;
		}
	
	#contenido #izquierda {
		float: left;
		width: 18%;
	}
	
	#contenido #central {
		width: 55%;
		float: left;
		padding: 0 2em;
	}
	#contenido #central.wide {
		width: 80%;
		margin: 0;
		padding: 0;
		float: right;
	}
	#contenido #derecha {
		width: 18%;
		float: right;
	}
	
	p#galeria {
		margin: 0;
		padding: 0;
	}
	p#galeria a {
		display: block;
		float: left;
		margin: 0 1em 1em 1em;
	}
	
	#contenido table {
		border-collapse: collapse;
		border: none;
		margin: 0;
		padding: 0;
		width: 100%;
	}
	#contenido table th,#contenido table td {
		padding: 3px 0;
		margin: 0;
	}
	#contenido table th {
		width: 20%;
		vertical-align: top;
		font-weight: normal;
	}
	#contenido table td {
		vertical-align: top;
		width: 79%;
	}
	#contenido table td a {
		color: #888;
	}
	#contenido table td a:hover {
		text-decoration: none;
	}


/* ------------------------------------------------------------------------------ */

	#pie {
		clear: both;
		border-top: 1px solid #555;
		color: #555;
		margin-top: 8em;
	}
	#pie a {
		text-decoration: none;
		color: #555;
	}
	#pie a:hover {
		text-decoration: underline;
	}
