@charset "utf-8";

html {
	overflow-y: scroll;
}

body {
	background: #FFF url(../Images/header_bgnd.png) repeat-x;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
}

p a:link, p a:visited {
	text-decoration: none;
	color: #375D81;
	padding-bottom: 1px;	
}

p a:hover, p a:focus {
	text-decoration: none;
	color: #375D81;
	border-bottom: 1px solid #375D81;	
}

h1, h2, h3, h4, h5 {
	color: #666;
	font-size: 100%;
}

h1 {
	font-size: 2em;
	padding-bottom: 10px;
}

h2 {
	font-size: 1.2em;
	padding-bottom: 10px;
}

h3 {
	font-size: 1.1em;
	padding-bottom: 10px;
}

#wrapper {
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 1000px;
}

/*-------------------- HEADER --------------------*/
#header {
	border-bottom: 8px solid #FFF;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	height: 140px;
	background: #000;
}

#header #logo {
	width: 100px;
	float: left;
	margin: 15px 10px 10px 15px;
}

#header #info {
	width: 850px;
	float: right;
	margin: 15px 10px 5px;
	height: 50px;
}

#header #info h2 {
	color: #FFF;
	margin: 0px;
	text-align: left;
	padding-left: 5px;
}

#header #info p {
	color: #FFF;
	margin: 0px;
	text-align: left;
	padding-left: 5px;
	word-spacing: .2em;
	letter-spacing: 0.4em;
}

#navigation {
	width: 850px;
	float: right;
	height: 40px;
	margin: 0px 10px 0px 0px;
	padding-top: 7px;
	border-top: 2px solid #FFF;
}

#navigation ul {
	list-style: none;
	margin: 0px;
	text-align: right;
}

#navigation ul li {
	display: inline;
}

#navigation ul li a:link, #navigation ul li a:visited {
	color: #999;
	font-size: .9em;	
	text-decoration: none;
	padding-right: 9px;
	padding-left: 9px;
	display: inline-block;
	margin-top: 0px;
	padding-top: 7px;
	height: 25px;
	margin-left: 0px;
	font-weight: bold;
	border: thin solid #000;
	border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;	
}

#navigation ul li a:hover, #navigation ul li a:focus {
	color: #FFF;
	border: thin solid #333;
	border-radius: 0.5em 0.5em 0.5em 0.5em;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
}

.active {
	color: #FFF;
	font-weight: bold;
	font-size: .9em;
	padding-right: 9px;
	padding-left: 9px;
}

/*-------------------- MAIN CONTENT --------------------*/
#content {
	overflow: hidden;
	padding-bottom: 0px;
	background: #FFF;
}

#content #primary {
	width: 605px;
	min-height:530px;
	float: left;
	background: #EDECE9;
	padding: 10px 20px 30px;
	border-right: 4px solid #FFF;
}

#content #primary div p {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

#content #primary img {
	padding: 5px;
}

#content #primary p {
	font-size: 0.9em;
	text-align: left;
	line-height: normal;
}

#content #primary p a:link, #content #primary p a:visited {
	color: #375D81;
	padding-bottom: 1px;
	text-decoration: none;
}

#content #primary p a:hover, #content #primary p a:focus {
	color: #375D81;
	border-bottom: 1px solid #375D81;
}

/* ====================== secondary =========================== */

#content #secondary {
	width: 320px;
	min-height:500px;
	padding-right: 10px;
	text-align: center;
	padding-left: 10px;
	margin-left: 650px;
	border: thin solid #999;
	border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	background: #EDECE9;
}

#content #secondary #adsCaja {
}

#content #secondary #adsCaja img {
	padding: 4px;
	border: thin solid #999;
	border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	background: #FFFFFF;
	margin-top: 5px;
	margin-bottom: 5px;
}

#bookCaja img {
	padding: 4px;
	border: thin solid #999;
	border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	background: #FFFFFF;
	margin-top: 5px;
	margin-bottom: 5px;
}

/*-------------------- FOOTER --------------------*/
#footer {
	border-top: 8px solid #FFF;
	padding-top: 10px;
	background: #EDECE9;
	margin-bottom: 25px;
}

#footer_bottom {
	background: url(../Images/footer.png) no-repeat bottom;
	overflow: hidden;
	height: 125px;
	padding-top: 25px;
}

#footer p {
	font-size: 0.8em;
}

#footer_nav {
}

#footer_nav ul {
	list-style: none;
}

#footer_nav ul li {
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
}

#footer_nav ul li a:link, #footer_nav ul li a:visited {
	font-size: 0.8em;
	padding-right: 7px;
	padding-left: 7px;
	color: #375D81;
	padding-bottom: 2px;
	text-decoration: none;
}

#footer_nav ul li a:hover {
	color: #375D81;
	border-bottom: 1px solid #375D81;
	text-decoration: none;
}

/* ===================== CONTACT FORM ======================= */

#contact-area {
	width: 500px;
	margin-top: 25px;
	padding: 20px;
	text-align: left;
	border: thin solid #999;
	border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	margin-left: 40px;
}

label {
	font-size: 0.8em;
	line-height: 2em;
}

/* ===================== ARTWORK ======================= */

#artwork {
}

#artwork p {
	font-size: .9em;
	line-height: 1.5em;
}

#artwork ul {
	padding-left: 0;
	margin-left: 0;
	float: left;
	width: 100%;
	padding-bottom: 15px;
}

#artwork ul li {
	display: inline;
}

#artwork ul li a {
	padding: 0.25em;
	text-decoration: none;
	float: left;
	border: 1px solid #FFF;
	margin-right: 0.5em;
	margin-top: .25em;
	margin-bottom: .25em;
}

#artwork ul li a:hover {
	border-color: #666;
	background: #FFF;
}

/**************************** others classes ******************************************/

.small {
	font-size: 0.6em;
	text-align: left;
	color: #000;
	padding-top: 10px;
}

.clear {
	clear:both;
	background: #EDECE9;
	overflow:hidden;
}

.antispam {
	display:none;
}

.oops {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 4em;
}

.error {
	color: #F00;
}

.center-black {
	font-size: .8em;
	color: #000;
	text-align: center;
	margin-top: 10px;
	padding-top: 5px;
}

.box {
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	border-radius: 0.5em;
	background: #000;
	color: #FFF;
	padding-top: 5px;
	padding-bottom: 5px;
	max-width: 70%;
	text-align: center;
	clear: left;
	width: 70%;
	margin-left: 15%;
}

.subTitles {
	font-size: 1em;
	font-weight: bold;
	border-bottom: thin dashed #999;
	padding-bottom: 5px;
	margin-bottom: 5px;
	text-align: left;
	line-height: 1.4em;
	padding-top: 5px;
}

.adTitles {
	font-size: .8em;
	line-height: 1.2em;
	padding-bottom: 5px;
}

.instructions {
	padding: 5px 5px 15px;
	text-align: left;
}

