/*
	Theme Name: Poemas del Alma
*/

* {
	margin: 0;
	padding: 0;
	}

body {
	background: #FAFAFA;
	color: #3C3C3C;
	font-family: "Verdana", sans-serif;
	font-size: 9pt;
	}

div#poemasfavoritos
{
float:left;
width: 120px;
height: 600px;
position: relative;
left: -10px;
top: 50px;
text-align:center;
margin: 0;
padding: 0;
}

img.delete
{
float:right;
margin: 0;
border: 0;
padding-top:8px;
margin-right:5px;
}

.favoritosline
{
	margin:0;
	border-bottom: 1px solid #e4e4e4;
	background:#FAFAFA;
}

div#favoritosnew
{
	background:#FAFAFA;
}

a.favoritostext {
background:#FAFAFA;
padding-left:10px;
padding-top:5px;
padding-bottom:5px;
display:block;
color: #324C8C;
font-size:12px;
font-weight: normal;
text-align:left;
text-decoration: none;
 }

a.favoritostext:hover { 	background: #fff url(images/dot.gif) left no-repeat; text-decoration: none }


.favdesc
{
font-family:Verdana;
background:#FAFAFA;
padding-left:10px;
padding-top:20px;
font-size:9pt;
color: #000;
font-weight:normal;	
}