body {
padding: 0;
margin: 10px;
font-family: arial;
font-size: 14px;
height: 100%;
background: url(/wp-content/themes/customrlrs/images/bgbark5.jpg) #f2f2f2;
}

h1 {
font-size: 32px;
font-weight: bold;
margin: 0px;
}
h2 {
padding: 0px;
font-size: 22px;
font-weight: bold;
margin: 20px 0px 5px 0px;
color: #690e35;
}
h2 span {
font-size: 14px;
}
h3 {
padding: 0px;
font-size: 20px;
font-weight: bold;
margin: 5px 0px 5px 0px;
}
a {
color: #333333;
}

.container {
text-align: left;
width: 920px;
}
.headlab {
border-top-left-radius: 8px;
border-top-right-radius: 8px;
background-color: #ffffff;
padding: 15px 10px 15px 10px;
font-size: 38px;
line-height: 38px;
}
.headlabl {
color: #555555;
float: left;
}
.headlabr {
color: #000000;
text-align: right;
float: right;
}
.menubar {
width: 920px;
padding: 6px 0px 10px 0px;
background-color: #000000;
font-size: 15px;
line-height: 15px;
border-bottom-left-radius: 8px;
border-bottom-right-radius: 8px;
margin-bottom: 10px;
}
.menu_item {
float: left;
color: #ffffff;
margin: 0px 6px;
}
.menu_item a {
color: #ffffff;
text-decoration: underline;
}
.menu_item a:hover, .menu_item a:active {
text-decoration: none;
}
.menu_item2 {
/* float: right;
color: #ffffff;
margin: 0px 6px; */
float: right;
color: #ffffff;
margin: 0px 6px;
text-transform: uppercase;
}
.menu_item2 a {
color: #ffffff;
text-decoration: underline;
}
.menu_item2 a:hover, .menu_item2 a:active {
text-decoration: none;
}
.footerbar {
width: 100%;
height: 21px;
background-color: #354b55;
padding-top: 9px;
margin-top: 15px;
font-size: 12px;
color: #ffffff;
text-align: center;
border-radius: 8px;
}


/* LIBRO */

.bookmain {
background-color: #ffffff;
border: 8px solid #ffffff;
border-radius: 20px;
padding: 0px 12px 12px 12px;
text-align: left;
}
.bmleft {
float: left;
width: 52%;
}
.bmright {
width: 45%;
float: right;
}
.bmright button {
display: none;
margin-top: -40px;
}
.bmright i {
margin-bottom: -20px;
}
.green {
color: green;
padding: 20px 10px;
}