body {
	font-size: 13px; font-family: Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif; line-height: 1.3em;
	background: #3a3a3a;
}

h1 {
	padding-top: 4px;
	padding-bottom: 4px;	
	font-size: 25px;
}

h2 {
	padding-top: 4px;
	padding-bottom: 4px;	
	font-size: 16px;
	color: #666666;
}

h3 {
	padding-top: 4px;
	padding-bottom: 4px;	
	font-size: 16px;
	color: white;
}

h4 {
	padding-top: 4px;
	padding-bottom: 4px;	
	font-size: 16px;
	color: white;
	font-weight: normal;
}

a:link {color: #333333;}
a:visited {color: #333333;}
a:hover {color: #666666;}
a:active {color: #333333;}
a:focus{color: #333333;}

input, textarea, select {
	font-family: Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
   /*z-index: -1;*/
  font-size: 13px;
	background-color: #f5f5f5; /* #E7EDF7 #f1f1f1 #E7EDF7 #FFEFE1 #EFEFEF; AZUL #F0F5FF #EDF7E7; #EDF7E7*/
	/*font-weight: bold;*/
	color: #333333; /* #0066CC; */
	padding: 3px;
	border : 1px solid #d8d8d8; /* #b8cae5 #CBD8EC #FFD2B5 #CCCCCC; AZUL #CCDCFF #C7E5AB* #C7E5AB */
  	-moz-border-radius:4px; border-radius:4px; -webkit-border-radius:4px;
}

input:focus,
input:hover,
textarea:focus,
textarea:hover,
select:focus,
select:hover {
	color: Black;
	/*  background: #E0E1BF; */
	border: 1px solid Red;
	background-color: #f5f5f5;
}

input,select,textarea {
	outline:none;
}

	/* JORGE */
	.book {clear: both; }
	.book li {float: left; margin: 5px !important; }
	.boton_125 { display: block; width: 125px; }


/* Book */

.book_img {
	/*max-width: 150px;*/
	max-height: 150px;
}

.book_list {
	border: 0px;
	position: absolute;
	top: 4%;
	left: 4%;
	/*height: 80%;*/
	width: 92%;
	/*margin-top: -" . (integer)( $height/2 ) . "px;
	margin-left: -" . (integer)( $width/2 ) . "px;*/
}

.book_list_item {
	float: left; 
	padding-right: 20px; 
	padding-bottom: 20px;
	color: white;
	font-size: 14px;
	line-height: 30px;
}

.book_login {
	clear: both; 
	padding-top: 20px;
	color: white;
	font-size: 14px;
}

.book_login a {
	color: white;
}

.book_form td {
	height: 33px;
}

/* CART */

.cart_img {
	max-width: 100px;
	max-height: 100px;
}

.cart_logo {
	width: 90%;
	height: 25px;
	margin: 15px auto;
	padding-top: 10px;
	color: white;
	font-size: 15px;
	vertical-align: top;
}

.cart_logo a{
	color: white;
	font-size: 13px;
	text-decoration: none;
}

.steps_current2 {
	padding: 3px 7px;
	font-size: 13px;
	background: yellow;
	color: black;
	text-align: center;
	-moz-border-radius:5px; border-radius:5px; -webkit-border-radius:5px;
}

.steps_current {
	font-size: 13px;
	padding:5px 8px; -moz-border-radius:5px; border-radius:5px; -webkit-border-radius:5px;
	text-align:center; font-weight:bold; color:#fff;
	background:#629fcf;
}



.cart_container {
	width: 90%;
	/*min-height: 800px;*/
	padding: 10px 20px;
	background: white;
	margin: 0px auto;
	text-align: center;
	-moz-border-radius:10px; border-radius:10px; -webkit-border-radius:10px;
}

.cart_button {
	padding: 5px 10px;
	background: #666;
	-moz-border-radius:5px; border-radius:5px; -webkit-border-radius:5px;
	text-decoration: none;
	font-size: 13px;
	text-align:center;
	color: white;
}

a.cart_button {
	color: white;
}

a.bg_red 		{ background: #bd4646; color: white; }
a.bg_green 	{ background: #379b3c; color: white; }
a.bg_blue 	{ background: #629fcf; color: white; }

.cart_left {
	width: 44%;
	margin-right: 2%;
	text-align: left;
	vertical-align: top;
}

.cart_right {
	width: 54%;
	text-align: left;
	vertical-align: top;
}

  .example {
    display: block;
    position: relative;
    padding: 5px;
    margin: 0;
    /*box-shadow: inset 0px 0px 8px rgba(0, 0, 0, 0.25);*/
    /*background: #fafafa;*/
  }
  .example ul {
    margin: 0;
    padding: 0;
    overflow: hidden;
  }
  .example li {
    display: block;
    float: left;
    margin: 5px;
    padding: 0;
  }
    .example li img {
      display: block;
      margin: 0;
    }

.microfiche-controls {
  display: block;
  text-align: center;
  font-size: 10px;
  padding: 5px 0px;
}
.microfiche-bullet {
  display: inline-block;
  cursor: pointer;
  width: 10px; height: 10px;
  border-radius: 6px;
  background: #000;
  overflow: hidden;
  text-indent: -1000px;
  margin: 0 5px;
  opacity: 0.25;
  appearance: none;
  border: none;
  outline: none;
  padding: 0;
}
.microfiche-bullet.selected {
  opacity: 1;
}
.microfiche-button {
  margin: 0 15px;
}

.demo {
  display: block;
  position: relative;
	width: 100%;
  margin: 0 0 50px 0;
}

#success, .success {
	background:#e1ffd1 url("images/item_ok.png") no-repeat 11px 12px;
	border-top:1px solid #c5f8ac;
	border-bottom:1px solid #c5f8ac;
	margin:0 0 20px;
	padding:10px 10px 10px 35px;
}

#success h3, .success h3 {
	color:#468d3f;
	font-size:14px;
	font-weight:400;
	margin:0;
	padding:0;
}
	
#failure {
	/*background:#fff1f1;border-bottom:1px solid #fddcdc*/
	background:#ffd1d1 url("images/item_ko.png") no-repeat 13px 11px;
	border-top:1px solid #f8acac;
	border-bottom:1px solid #f8acac;
	margin:0 0 20px;
	padding:10px 10px 10px 35px;
}


#failure h3 {
	color:#8d3f3f;
	font-size:14px;
	font-weight:400;
	margin:0;
	padding:0;
}