div#contenedor {	
	position: relative;	
	width: 1000px;
	height: 90%;
	margin: 0px auto;
	padding: 0;
	border-style: solid;
	border-color: #FFF;
	border-top-width: 0;
	border-right-width: 5px;
	border-left-width: 5px;
	border-bottom-width: 0;
	background-color: #DFF;
}


div#portada {
	position: relative;
	float: left;
	text-align: center;
	width: 90%;
	height: auto;
	margin: 10% 5%;
	background-color: #9FF;
	padding: 7px 0 40px;
	border-style: outset;
	border-color: #000;
	border-width: 4px;
}

div#imagenlogo {
	position: relative;
	float: left;
	text-align: center;
	width: 98%;
	height: auto;
	margin: 0 1%;
	background-color: #AAFF28;	
	border-style: solid;
	border-color: #000;
	border-top-width: 2px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-bottom-width: 2px;
	padding: 0;	
}

div#informacion {
	position: relative;
	float: left;	
	width: 90%;
	height: auto;
	margin: 0 3%;
	background-color: #5FF;
	padding: 15px 15px 20px;
	border-style: outset;
	border-color: #000;
	border-width: 2px;
}

div.parrafo {
	position: relative;
	float: left;
	text-align: justify;
	width: 100%;
	height: auto;
	background-color: #5FF;
	border-style: none;
	border-width: 0;
	margin: 0;
	padding-bottom: 6px;
}

div.titulocontenido {
	position: relative;
	float: left;
	text-align:center;
	width: 100%;
	height: auto;
	background-color: #9FF;
	border-style: none;
	border-width: 0;
	margin: 20px 0 25px;
	padding: 0;
}

div.barra {
	position: relative;
	float: left;
	margin-top: 15px;
	margin-bottom: 5px;
	padding: 0 auto;
	background-color: transparent;
	text-align: center;
	width: 100%;
	height: auto;
}

img.logo {		/* Muestra un estilo de mostrar una imagen. */
	width: 100%;
	height:54px;
	background-color: #AAFF37;	
	border: none;
	margin: 0;
	padding: 0;
}

input.boton {										/* Campo de tipo botón. */
	color: blue;
	font-family: "Time New Roman", Times, serif;
	font-weight: bold; 
	font-size: 1.1em;
	border: ridge 3px #000;
	background-color: #AAFF3C;	
	padding: 3px 10px 5px;
}

input.boton:focus {
	border: 4px ridge #000;
	background-color: #AAFF28;
}

font.tituloB {
	color: red;	
	text-align:center;
	font-weight: bold; 
	font-size: 1.6em;
	line-height: 1em;
}

.derecha {
	text-align:right;
}

.izquierda {
	text-align:left;
}

.centrado {
	text-align:center;
}

.negrita {
	font-weight: bold; 
	font-size: 1em;
}

font.texto {
	color: black;
	font-size: 1.1em;
	line-height: 1.2em;
}

font-family: Time New Roman, Times, serif;
