@charset "ISO-8859-4";
/* CSS Document */

body {
	background: #990000;
	margin: 0px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#logo {
	position: absolute;
	left: 20px;
	top: 20px;
	width: 129px;
	height: 60px;
	background: url(../img/logo.jpg) no-repeat;
}

#todo {
	position: absolute;
	width: 270px;
	height: 550px;
	left: 50%;
	top: 50%;
	margin-left: -135px;
	margin-top: -275px;
}

#imagen {
	background: url(../img/imagen_index.jpg) no-repeat;
	height: 230px;
	width: 270px;
}

#bloque {
	margin-top: 20px;
	text-align: justify;
}

#boton {
	margin-top: 8px;
	margin-bottom: 17px;
	padding: 2px 3px 2px 3px;
	background: #FFFFFF;
	color: #990000;
	width: inherit;
}

.primero {
	float: left;
}

.contiguo {
	margin-left: 10px;
	float: left;
}

a {
	text-decoration: none;
	color: #990000;
}
	
