BODY {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFDD;
	font-family: Garamond, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000000;
}

.small {
	font-size: 12px;
}
.big {
	font-size: 18px;
}

#wrapper {
	width: 780px;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

#contents {
	min-height: 400px;
	height: auto !important;
  height: 400px;
}

H1 {
	margin: 0px;
	padding: 0px;
	margin-bottom: 25px;
}
H2, H3, P {
	margin: 0px;
	padding: 0px;
	margin-bottom: 15px;
}

H1 {
	font-size: 26px;
	font-weight: bold;
	font-variant: small-caps;
}
H2 {
	font-size: 22px;
	font-weight: bold;
	font-variant: small-caps;
}
H3 {
	font-size: 18px;
	font-weight: bold;
	font-variant: small-caps;
}

A:link {
	color: #000000;
	text-decoration: underline;
}
A:visited {
	color: #000000;
	text-decoration: underline;
}
A:hover {
	color: #000000;
	text-decoration: none;
}

A IMG {
	border: 0px;
}

UL LI {
	margin-bottom: 10px;
}
UL LI.inactive {
	color: #999999;
}
UL LI.inactive A {
	color: #999999;
}

HR {
	color: #FFFFDD;
  background-color: #FFFFDD;
  height: 1px;
	border: 1px dotted #999999;
	border-style: none none dotted;
}

.clear {
    clear: both;
    height: 0px;
    font-size: 1px;
}

#index {
	padding-top: 50px;
}

#index1 #index11 {
	width: 525px;
	padding-top: 100px;
	margin: auto;
	text-align: center;
	font-size: 24px;
	font-style: italic;
}
#index1 #index12 {
	width: 525px;
	margin: auto;
	margin-top: 10px;
	text-align: right;
	font-size: 18px;
}

#index2 {
	display: none;
}
#index2 DIV {
	text-align: center;
}
#index2 P {
	text-align: center;
	font-size: 24px;
	font-style: italic;
}

#index3 {
	display: none;
}
#index3 P {
	text-align: center;
}

#menu {
	height: 75px;
	margin-bottom: 20px;
}
#menu .menuItem {
	float: left;
	margin-right: 20px;
}
#menu .menuItem A IMG.button {
	margin-top: 24px;
}

.bookPic {
	float: right;
	margin-left: 20px;
}

.mapa {
	float: right;
	margin-left: 20px;
}

.storesLogos {
	float: right;
	text-align: right;
	height: 54px;
}
.storesLogos IMG {
	margin-left: 10px;
}

.local {
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 15px;
}
.local H4, .local P {
	margin-bottom: 2px;
}


/*.homeBook {
	float: right;
	margin-left: 25px;
}
.homepageP {
	line-height: 20px;
}*/
P.quote {
	text-align: center;
	font-size: 24px;
	font-style: italic;
	margin-bottom: 5px;
}
P.quoteCervantes {
	font-size: 14px;
	text-align: center;
	margin-left: 330px;
}
A.web2Links {
	font-size: 17px;
	text-decoration: none;
	margin-right: 20px;
}
A.web2Links:hover {
	color: #333333;
}


#examples {
	margin: auto;
	width: 688px;
}
#examples .item {
	margin: 10px;
	float: left;
}
#examples .item A:link IMG {
	border: 1px solid #CCCCCC;
}
#examples .item A:visited IMG {
	border: 1px solid #CCCCCC;
}
#examples .item A:hover IMG {
	border: 1px solid #999999;
}

#footer {
	margin-top: 50px;
	padding-top: 10px;
	border-top: 1px dotted #999999;
	color: #666666;
	font-size: 14px;
	text-align: center;
}
#footer A {
	color: #666666;
}




#backofficeMenu {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px dotted #000000;
}
#backofficeMenu A {
	margin-right: 20px;
}

.formTable {
	margin: auto;
	margin-bottom: 25px;
}
.formTable TD, TH {
	text-align: left;
	vertical-align: top;
}