* {
margin:0px;
padding:0px;
border:0px;
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
}

.letra1 { font-size:15px; }
.letra2 { font-size:16px; }
.letra3 { font-size:17px; }
.letra4 { font-size:18px; }

div#contenedor{
	text-align:center;
	margin:auto;
	width:99%;
	position:relative;
	overflow:hidden;
	background-color:#FFFFFF;
	top:6px;
}

	div#contenedor div#contenidos {
		text-align:center;
		margin:auto;
		position:relative;
		width:63em;
	}

	/********************************/

div#cabecera {
	width:60em;
	height:80px;
	position:relative;
	display:block;
	clear:both;
	margin:auto;
}

	div#cabecera div#logo {
		display:block;
		float:right;
		height:77px;		
		position:relative;
		width:237px;
		cursor:pointer;
	}
	
	div#cabecera div#titulo {
		float:left;
		height:59px;
		position:relative;
		text-indent:-9999px;
		width:44em;
	}

	/********************************/

div#cuerpo {
	width:60em;
	position:relative;
	display:block;
	clear:both;
	overflow:hidden;
	margin:auto;
}

div#bloqueIzquierda {
	float:left;
	width:39.1em;
	position:relative;
	overflow:visible;
	z-index:40;
}

	div#cuerpo div#texto {
		float:left;
		position:relative;
		z-index:50;
		font-family:tahoma, verdana;
		font-size:0.8em;
		text-align:left;
		color:#053373;
	}
	
			div#cuerpo p.texto {
				color:#053373;
				margin-left:2em;
				position:relative;
				text-align:justify;
				width:90%;
				margin-top:1.7em;
			}

			div#cuerpo p.tabulado {
				width:87%;
				margin-left:3em;
			}

	div#cuerpo div#ilustracion {
	float:left;
	position:absolute;
	width:39em;
	overflow:visible;
	z-index:18;
	font-family:tahoma, verdana;
	font-size:0.8em;
	text-align:right;
	color:#053373;
	height: 242px;
	}

		div#cuerpo div#ilustracion img {
			overflow:visible;
			z-index:20;
		}
	
	div#cuerpo div#menuFlash {
		float:right;
		position:relative;
		width:26em;
		overflow:hidden;
		z-index:3;
		font-family:tahoma, verdana;
		font-size:0.8em;
		text-align:left;
		color:#053373;
		text-align:left;
	}

	/********************************/

div#pie {
	height:120px;
	position:relative;
	display:block;
	clear:both;
	margin:auto;
	width:60em;
	text-align:center;
}

	div#pie div#separadorPie {
		position:relative;
		height:20px;
	}
	
	div#pie div#menuHtml {
		bottom:0em;
		position:relative;
		clear:both;
		z-index:15;
		margin:auto;
		font-size:0.7em;
	}
	
		div#pie div#menuHtml a {
			color:#053373;
			z-index:15;
		}
	
		div#pie div#menuHtml a:hover {
			color:#4898bc;				
		}
	
	div#pie div#barraPie {
		background:black none repeat scroll 0%;
		float:left;
		height:1px;
		position:relative;
		width:60em;
		display:block;
		overflow:hidden;
	}

