html {
	margin: 0px;
	padding: 0px;

}
body { 
	font-family: Helvetica,Arial,sans-serif;
    margin: 0px;
	padding: 0px;

}

/* El menu */
#menu {
	height:100%;
	margin-left: 500px;
	visibility: hidden;
	
}

/* Estilos de la cabecera */
div.header { /*Contenedor de la cabecera*/
	margin: 0;
	padding: 0;
	height: 80px;
}

div.cabeceraIzq { /*El título*/
	/*float: left;*/
	height: 100%;
	/*width: 500px;*/
	margin-right: 360px;
	
	background-image: url('titulo.jpg');
	background-repeat: no-repeat;
	background-position: bottom left;
}



/*El contenido*/
#contenido {
	padding: 0;
	text-align: center;
	
}
#contenido em {
	font-style: normal;
	font-weight: bold;
}

#info2 {
	padding-top: 10px;
}

#info {
	margin-top: 5px;
	margin-bottom: 5px;
	width:100%;
	text-align: right;
}

/* Imágenes */
img.icono {
	vertical-align: bottom;
}


/* Galería */

#miniaturas {
	position: relative;
	top: -3px;
	float: left;
	width: 285px;
	margin:0px;
	padding-left: 2px;


	
}
#grande {
	margin-left: 300px;
	text-align: center;
}

#contenido ul.thumbs { 
	margin: 10px 0 0 0;
	padding: 0;
	list-style-type: none;
}
/*#contenido ul.thumbs:after {
	content: "."; 
	display: block; 
	clear: both; 
	height: 0;
	visibility: hidden
	}*/
#contenido ul.thumbs li { 
	float: left;
	margin: 2px;
	padding: 0;
	background-image: none;
	/*border: 1px #000 solid;*/
	}
	
/* Camion */

#camion {
	background: url('camion.jpg');
	background-position: bottom right;
	background-repeat: no-repeat;
	position: fixed;
	right: 0px;
	bottom: 0px;
	min-width: 400px;
	min-height: 159px;
}
