@charset "UTF-8";
/* CSS Document */

/*DISEÑO: SILVANA BERBEL*/

/* TEXTO
---------------------------------------------------------------*/

h4
{
	font-size: 14px;
   	color:#e6007e;
	font-style:italic;	
}
h5
{
	font-size: 11px;
   	color:#ffffff;
	font-style:italic;
	padding:0 0 0 70px;	
}


/*DESCRIPCION
--------------------------------------------------------------*/
#libro
{		
	width:700px;
	
	overflow:auto;
	margin-top: 10px;
}

.textwrap
{
	float:left;
	margin-right:15px;
	margin-top:10px;
}


#project_description
{
	width:700px;
	margin:0 auto;
	margin-top:20px;
	margin-botton:45px;
	overflow:auto;
		
}

#project_description h3
{
	padding-bottom:1px;
	font-family:'Palatino Linotype', 'Book Antiqua', Palatino, serif;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	color:#e6007e;	
}
.description
{
	font-size:13px;
	line-height: 1.5;
	color:#e6007e;
	text-align:justify;
}


