@charset "UTF-8";
/* CSS Document */

* {
padding:0; 
margin:0
}

body 
{
background-color: #fff;
}

.floatright
{
float:right;
margin: 0 0 10px 10px;
border: 1px ;
padding: 2px;
}

.floatleft
{
float:left;
margin: 0 0 10px 10px;
border: 1px ;
padding: 2px;
}
		
h2libros
{
	text-align: center;
	font-size:28px;
	font-family:"Times New Roman", Times, serif;
	font-style:oblique;
	
	}

h4
{
	text-align: left;
	font-size:12px;
	font-family: helvetica;
	font-style:normal;
	
	}
