	body{
		 width: 99%;
         height: 100%;
		 
	}	
	p{
		text-align:left;
		margin:10px;
		direction:ltr;
	}
	.cabecera {
		height: 100px; 
		width: 100%;
		text-align: center;
		background-color: #375576; 
		border-bottom-style: solid;
		border: 1;
	}
	.centro { 
		height: 640px;
		width: 100%;
		text-align: center;
		background-color: #D6D6D6; 
	}
	.lateral_izquierdo{
		height: 640px;
		width: 4%;
		font-size: small;
		font-family: Arial, Helvetica, sans-serif;
		color: #476C8E;
		text-align: left;
		vertical-align: top;
	}
	.contenido {
		height: 620px;
		width: 100%;
		background-color: #D6D6D6; 
		font-size: small;
		font-family: Arial, Helvetica, sans-serif;
		color: #476C8E;
		text-align: left;
		vertical-align: top;
	}
	.iFrameContenido{
		height: 620px;
		width: 100%;
		background-color: #D6D6D6; 
	}
	.lateral_derecho{
	height: 640px;
	width: 10%;
	font-size: medium;
	font-family: Arial, Helvetica, sans-serif;
	color: #476C8E;
	text-align: center;
	vertical-align: top;
	font-weight: bold;
	}
	.pie {
		height: 100px;
		width: 100%;
		background-color: #375576;
		font-size: small;
		font-family: Arial, Helvetica, sans-serif;
		text-align: center;
		color: #C0C0C0;
		text-align: center;
		vertical-align: top;
	}
	.imagenLateralDerecho{
		width: 165px;
		height: 40px;
		border-width: 0px;
	}
	.textoNegrita{
		font-weight: bold;
	}
	.textoRojoNegrita{
		color: #FF0000; 
		font-weight: bold;
	}
