#content {
	width: 730px;
	background: none;
	padding-right: 0;
}
.contenido .txt {
	float: left;
	width: 100%;
}
#colom-logo{
	float: right;
}
#libro > form{
	width: 422px;
	padding: 9px 12px;
	margin-bottom: 30px;
}
#libro > form > label > span {
	font-size: 1.4em;
	margin-bottom: 3px;
	display: block;
	float: none;
}
#libro > form > label > input{
	width: 134px
}
#libro > form > label + label {
	margin-left: 10px;
}

#details{
	margin-top: 15px;
	float: left;
}
#details > img{
	float: left;
	width: 250px;
	height: auto;
	margin-right: 40px;
	min-height: 300px;
	background: url(../img/load.gif) no-repeat center center;
}
#details > div.info{
	float: left;
	width: 440px
}
#details > div.info > h1{
	display: block;
	font-size: 2.5em;
	text-transform: uppercase;
	color: #EB6C06;
	margin-bottom: 10px;
}
#details > div.info > h3{
	display: block;
	font-size: 1.3em;
	margin-bottom: 5px;
}
#details > div.info > h4{
	display: block;
	font-size: 1.3em;
	margin-bottom: 10px;
	color: #8C8C8C
}
#details > div.info > div.desc{
	font-size: 1.3em;
	line-height: 1.2em;
}
#details > div.info > div.desc p + p{
	margin-top: 10px;
}

#book_form{
	margin-top: 25px;
}
#book_form > label{
	float: left;
	width: 138px;
	margin-bottom: 12px;
}
#book_form > label.big{
	width: 292px;
	margin-right: 10px;
}
#book_form > label > span{
	display: block;
	font-size: 1.4em;
	margin-bottom: 3px;
}
#book_form > label > input{	
	float: left;
	padding: 6px 8px;
	margin: 0;
	font-family: MyriadPro, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	border-top: 1px solid #BABABA;
	border-right: 1px solid #D5D5D5;
	border-bottom: 1px solid #D5D5D5;
	border-left: 1px solid #BABABA;
	border-radius: 2px;
	-moz-box-shadow: 2px 2px 5px 0px #D8D8D8 inset;
	-webkit-box-shadow: 2px 2px 5px 0px #D8D8D8 inset;
	box-shadow: 2px 2px 5px 0px #D8D8D8 inset;
	width: 100%;
	box-sizing: border-box;
}
#book_form > label > input.incorrecto{	
	border-color: #EB6C06
}
#book_form > p.check.incorrecto span a,
#book_form > p.check.incorrecto{	
	color: #EB6C06
}
#book_form > p > input{	
	margin: 0;
	padding: 0;
	display: inline-block;
	float: left;
}
#book_form > p > span{	
	margin-left: 10px;
	font-size: 1.3em;
	width: 260px;
	display: inline-block;
	line-height: 1.2em;
}
#book_form > p > span > a{	
	color: #333;
	text-decoration: underline;
}
#book_form > p > a{	
	float: right;
	width: 138px;
	padding: 8px 0 8px 0;
	color: #FFF;
	font-size: 1.5em;
	font-family: 'dinprobold';
	background: url(../img/event-send.png) left top repeat-x;
	border-radius: 3px;
	text-align: center;
}
#book_form > p > img{
	display: none;
	float: right;
	padding: 0 58px 0 49px;
	height: 31px;
}	