.glidecontentwrapper {
    width: 475px;
	height: 287px;
    position: relative;
	overflow: hidden;
}

.glidecontent {
    width: 475px;
    position: absolute;
    padding: 0;
    visibility: hidden;
    background: white;
}

.glidecontenttoggler { margin-top: 6px; }

.glidecontenttoggler a {
    width: 10px;
	height: 15px;
    display: -moz-inline-box;
	display: inline-block;
	padding: 1px 3px;
	margin-right: 3px;
	background: #33b9b5;
	border: none;
	color: red;
	font-weight: bold;
}

.glidecontenttoggler a.selected,
.glidecontenttoggler a:hover { background: #01807d; }

.glidecontenttoggler a.next { background: #f90; }
.glidecontenttoggler a.next:hover { background: #e25442; }






#portada {
    width: 200px;
	height: 280px;
	float: left;
	padding: 0;
	margin: 0;
}
#portada img { border: solid 1px #959595; }

#desc { height: 282px; float: right; background: #f2f2f2; }
#desc div { width: 250px; font: normal .8em verdana, sans-serif; }
#desc .superior {
	background: #161f1d url(../images/bgDesc.jpg) no-repeat;
	padding: 20px 10px;
	font: bold 11px Georgia, Garamond, "Times new roman", Serif;
}
#desc .superior p.uno { font: bold 11px Georgia, Garamond, "Times New Roman", Serif; }
#desc .superior p,
#desc .superior small { color: #fff; }

#desc .medio { padding: 5px 10px; background: #e9e9e9; }
#desc .medio p { padding: 2px 0; margin: 0; line-height: 13px; }

#desc .abajo { padding: 5px 10px; background: #f2f2f2; }
#desc .abajo span.eypos { float: left; margin-top: 20px; color: #e25442; font: bold 1.8em Verdana, Helvetica, Arial, Sans-Serif; }
#desc .abajo span.eypos small { color: #999; font-size: 12px; }


.abajo form { margin-top: 15px; float: right; }
.abajo input {
    width: 120px;
	padding: 40px 0 0 0;
	margin: 0;
	border: none;
	color: #00908d;
	cursor: pointer;
	text-align: right;
}