body {
	background: url(Imagenes/fondo.jpg) #FFD6AC;
	font: sans-serif;

	}
p { 
	font: sans-serif;
        text-indent: 10px;
        text-align: justify;
	}

div.barra1 {
  	background: #6a3ea0;
  	padding: 4px;
        width:100%;
	}

div.barra2 {
  	background: #2c687c;
  	padding: 4px;
        width:92% ;
	}
        
div.barra3 {
  	background: #c38021;
  	padding: 4px;
        width:84%;
	}

div.desfasado {
  	background: #f5f5f5;
  	border-style: dashed;
  	border-color: #d0d0d0;
  	border-width: 1px;
  	padding: 5px;
        margin: 0px 0px 1em 0px;

	}
p.titulo {
	margin-top: 2px;
        border-bottom: 1px dashed rgb(210, 197, 152); 
        font-size:large; 
        text-align:center; 
        font-weight: bold; 
        background: #f89e11;"
}
a {font-style: italic; font-family: serif; font-weight: bold; text-decoration: none;}
a:link {color: #075E7B;}
a:visited {color: rgb(90,32,48);}
a:hover {color: #737373; font-weight: bold; text-decoration: underline;}