/*General para todas*/
body {font-family: Monotype, sans-serif;
      text-align: justify;
      background-image: url("fondo1.png");
      background-repeat: repeat-y;
      background-color: #FFFFFF;
      /*font-size: 200%;*/}
      
img { 
      border: none; 
    }

     
h1 {text-align: center;
    font-variant: small-caps;
    /*font-size: 250%;*/
    margin-top: 0px;}

/*h2 {font-size: 120%;}*/

ul.dir {float: left;
        list-style-type: none;
        width: 20%;
       /* border: red 2px solid;*/
        margin: 0px;
        padding: 0px;}

ul.dir li {margin-bottom: 10px;
           margin: 0px;}

div.contenido {float: right;
             /* border: black 2px solid;*/
               width: 70%;}
               
address {clear:both;
	     text-align: center;
	     background-image: url("address.png");
	     background-repeat: no-repeat;
	     background-position: center top;
	     padding: 29px;}

p.boton {text-align: right;}

/*Index.php*/
div.intro {float:left;
           /*border: red 2px solid;*/
           width: 47%;}
div.menu {float: right;
           /*border: black 2px solid;*/
           width: 47%;}

div.menu h2 {margin-left: 12px;}

ul.menual {background-color: #F7F3E7;
           border: solid 3px #E1D8B7;
           width: 210px;
          
           list-style-type: none;
           padding: 5px;
}

ul.menual li {margin-bottom: 20px;
	
}
     
ul.menual li a {margin-left: 10px;
}

/*Libro.php*/
p.fecha_libro {float: right;}
p.nombre_libro {float: left;}
p.comentario {margin-top: 40px;
             clear: both;}
div.nueva {
           width: 50%;
           text-align: center;}
div.ver {width: 50%;}
div.comentario {border-top: black 2px solid;}

/*Introducir.php y buscar.php*/
fieldset {width: 60%;}

/*resultados.php*/
table.resul tr {border: 2px solid black;}

/*receta.php*/
td.wreceta {background-color: white;
            padding: 10px;}