body {
	margin: 0px 0px 0px 0px;
	background-image: url(imagenes/fondo2.png);
}


.barra {
	height: 8px;
	background-image: url(imagenes/barra.png);
}

#cabecera {
	background-image: url(imagenes/fondo.png);
	margin-top: 25px;
	margin-bottom: 75px;
}

#titulo {
	height: 100px;
	/* background-color: Blue; */
	margin-left:350px;
}

#subtitulo {
	color: #FFFFFF;
	margin-top: -20px;
	margin-bottom: 5px;
	margin-left: 350px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: smaller;
}

#logotipo {
	position:absolute;
	top: -5px;
	left: 50px;
}


#menu {
	margin-top: -70px;
	margin-left: 300px;
	margin-bottom: 50px;
}

.boton {
	background-image: url(imagenes/boton2.png);
	height: 34px;
	width: 117px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
}

.boton a {
	color: #CC9900;
	text-decoration: none;
}

.boton:hover a {
	color: #FFFF99;
}

.enlace {
	margin-left: 10px;
	margin-top: 4px;
	height: 20px;
	width: 85px;
	text-align:center;
}

.boton:hover {
	background-image: url(imagenes/boton1.png);
}

#contenido {
	margin-left: 100px;
	margin-right: 100px;
	/* Ponemos en negro: IE5, IE6 */
	color: Black;
}



h1 {
	font-variant:small-caps;
	text-align:center;
	color: #000090;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h2 {
	color: #000090;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;

	font-variant: small-caps;
	border-bottom: solid;
	border-color: #000090;
	padding: 5px;
}

h3 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	text-decoration: underline;
}

.centrado {
	text-align: center;
}

#contenido p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-indent: 25px;
	text-align: justify;
}

#contenido a {
	color: #000090;
	text-decoration: none;
	font-weight: bolder;
}

#contenido a:hover {
	color: #CC9900;
	border-top-style:dashed;
	border-bottom-style:dashed;
	border-width:thin;
}

#contenido ul {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-indent: 20px;
	text-align: justify;
	margin-bottom: 20px;
	margin-left: 10px;
}

#contenido li {
	margin-bottom:10px;
	list-style: none;
}

.negrita {
	font-weight: bold;
}

.subrayado {
	text-decoration:underline;
}

.descarga {
	font-variant:small-caps;
}

.recuadro {
	border-width:thin;
	border-style:dashed;
	border-color:Red;
	padding:3px;
}

#piepagina {
	text-align:right;
	font-family:"MS Sans Serif", Geneva, sans-serif;
	font-size: small;
	font-style:italic;
	margin-right: 25px;
	margin-bottom: 25px;
	margin-top: 50px;
}

.formulario {
	margin-top: 50px;
	margin-left: 100px;
}

.formulario label {
	font-weight: bolder;
}

.formulario input {
	font-family:"MS Sans Serif", Geneva, sans-serif;
	font-style: italic;
/*	font-variant:small-caps;*/
	text-align: center;
}

#botondescargas {
	margin-left: 150px;
	font-weight: normal;
	font-size:smaller;
	font-style:normal;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
}

