body {
	background: url("img/fondo.jpg") #bebebe;
	background-repeat: repeat;
	margin: 0;
	color: #282828;
	font-family: arial;
}

body b {
	color: #282828;
}

body a, body a:visited {
	font-weight: bold;
	color: #282828;
	text-decoration: none;
}

body a:hover {
	color: #ff0000;
}

#pagina {
	display: block;
	background: #000000;
	width: 900px;
	margin: 0 0 0 0;
}

#pagina img {
	display: block;
	margin: 0 0 0 0;
	float: left;
}


#texto {
	display: block;
	width: 900px;
	float: left;
	background: url("img/ftexto.png");
	color: #000000;
}

#texto p {
	clear: left;
	font-size: 24px;
	line-height: 1.4;
	text-align: justify;
	text-indent: 30px;
	margin: 0 20px 10px 20px;
	font-weight: normal;
}

#texto p.masespacio {
	margin-bottom: 30px;
}

#texto p.pregunta {
	margin-top: 25px;
	margin-bottom: 25px;
}

#texto p.listado {
	margin-bottom: 0;
}

#texto h1 {
	font-size: 34px;
	line-height: 1.05;
	text-align: left;
	margin: 0px 20px 40px 20px;
}

#texto h1.arriba {
	margin-top: 20px;
	font-weight: normal;
}

#texto h2 {
	font-size: 18px;
	line-height: 1;
	text-align: left;
	margin: 20px 20px 5px 20px;
	text-transform: uppercase;
	font-weight: normal;
}

#texto h3 {
	font-size: 18px;
	line-height: 1;
	text-align: justify;
	text-indent: 30px;
	margin: 0 20px 5px 20px;
	text-transform: uppercase;
	font-weight: normal;
}

#texto h4 {
	clear: left;
	font-size: 14px;
	line-height: 1;
	text-align: right;
	text-indent: 0;
	margin: 0px 20px 20px 20px;
	text-transform: uppercase;
	font-weight: normal;
}

#texto h5 {
	clear: left;
	font-size: 18px;
	line-height: 1;
	text-align: justify;
	text-indent: 0;
	margin: 20px 20px 10px 20px;
	text-transform: uppercase;
	font-weight: normal;
}

#texto h5 a, texto h5 a:hover, texto h5 a:visited {
	font-weight: normal;
}

#texto h6 {
	clear: left;
	font-size: 22px;
	line-height: 1;
	text-align: justify;
	text-indent: 0;
	margin: 30px 20px 10px 20px;
	font-weight: normal;
}

#texto h6 a, #texto h6 a:visited {
	font-weight: normal;
}

.fecha {
	font-size: 18px;	
}

#texto img {
	display: block;
	margin: 10px 20px 20px 20px;
}

#texto img.arriba {
	margin-top: 0px;
}

#texto img.condescripcion {
	margin-bottom: 10px;
}