
body{
	background-image: url("fondo.JPG"); 
	margin-top: 30;
	margin-left: 30;
}

p{
	text-align:center;
}

img{
	width: 140;
	height: 60;
}
		
table{
	border: 0;
	padding: 6;
}


ul{
	list-style-image:url('clavesol.jpg');
	text-align:justify;
}


.titulos{
   font-size: 50;
   font-weight: bolder;
   color: blue;
   text-align: center;
}

.titulos2{
   font-size: 20;
   font-weight: bolder;
   color: blue;
   text-align: center;
}
	
.Contenido{
	font-size: 16;
	text-align: justify;
}
	
.Copyright{
	font-size: 16;
	text-align: right;
}
	
.ColumnaAtras{
	vertical-align: top;
	width: 15%;
	height: 321
}
	
.ColumnaInformacion{
	vertical-align: top;
	width: 35%;
	height: 321;
	text-align: justify;
}

