body {
	margin:0;
	padding:0;
	line-height: 1.5em;
	font-family: arial,verdana,helvetica; 
	font-size: 80%;
	background: #F9F6F1 url('imagenes/fondo.jpg') center repeat-y;
	color: #191402;
}

a {
	color: #191402;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.bloque01 {
}

.bloque01_izq {
	float: left;
	width: 300px;
}

.bloque01_der {
	float: right;
	margin-right: 15px;
}

.bloque02_izq {
	float: left;
	width: 440px;
	margin-left: 10px;
}

.bloque02_der {
	float: left;
	margin-right: 10px;
	background: #eee;
	padding: 10px;
}

.direccion {
	width: 96%;
	padding: 10px;
	color: #fff;
	background: #800E26;
	font-size: 90%;	
	text-align: center;
}

.separacion {
	height: 32px;
}

.mini_imagen {
	border: 5px solid #ccc;
}
