

p {
	font-family: sans-serif;
	font-size: 14px;
	color: #000000;

}


A:link {
        text-decoration: none ;
        color: #004A64 ;
	font-weight:bold;	
}

A:visited {
        text-decoration: none ;
        color: #004A64 ;
	font-weight:bold;	
}

A:active {
        text-decoration:underline;
        color: #004A64 ;
	font-weight:bold;	
}

A:hover {
        text-decoration:underline;
        color: #006A64 ;
	font-weight:bold;	
}

body {
 background: url('imagenes/fondo.jpg') ;
 margin-top: 40px ;
 background-color: #E4D79E ;
 font: normal normal normal 12px verdana ;
}

.tabla_principal {
width:760px ;
border:0 ;
}

#hd {

 background-image: url('imagenes/cenefas.jpg');
 background-repeat: repeat-x ;
 height: 80px ;

 background-color: #FBF0BD ;
}

.bd{
 background-image: url('imagenes/fondo_pared.jpg');
 background-color: #FBF0BD ;
 padding:1em;
}



.principal {

  width: 780px ;
  background-color: #FBEDAE ;
  margin: 10px ;
  

}

.ladoIzq {
  position:relative;

  left : 0px ;
  top : 0px ;
  width: 280px ;
  background-color:  ;

}

.ladoDer {
  position:relative;
  
  left: 290px ;
  top: 0px ;

  width: 280px ;
  background-color: #FFF1B1 ;

}

