/*General para todas*/
html {
	  background-color:#CD2228;
	  /*background-image:url("resources/guir.png");*/
	  background-repeat: repeat-x;
	}

td.bandera {
	  text-align:center;
}

script.trad {
	   background-color: black;
}


body {font-family: Monotype, sans-serif;
      text-align: justify;
      width: 70%;
      margin: auto;
      border: grey 2px solid;
      margin-top: 10px;
      margin-bottom: 10px;
      background-color: #FFFFFF;
	}
      
img { 
      border: none; 
    }

     
h1 {text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;}

div.dir {/*float: left;*/
        list-style-type: none;
        /*width: 20%;*/
       /* border: red 2px solid;*/
       /* margin: auto;*/
        /*margin-left: 10px;*/
        background-color: #000000;
        
       /* padding-left: 30%;*/
       /* background-image: url("Resources/barra.jpg");*/}

div.dir a {/*margin-bottom: 10px;*/
		   padding-left: 10%;;
           margin: 0px;
           }

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

/*Index.php*/
div.intro {
		   text-align: justify;
           /*border: red 2px solid;*/
           margin: auto;
           width: 50%;}
      
/*Fin de Index.php*/

/*cat.php*/
div.contenido img {margin: 12px;
				  /*border: red 2px solid;*/}

/*Fin de Cat.php*/   
           
/*Libro.php*/
p.fecha_libro {float: right;}

p.nombre_libro {float: left;}

p.comentario {margin-top: 40px;
             clear: both;}
             
div.nueva {margin: auto;
           width: 50%;
           text-align: center;}
           
div.ver {width: 50%;
		margin:auto;}
		
div.comentario {border-top: black 2px solid;}

/*Fin de Libro.php*/
