@import url(http://fonts.googleapis.com/css?family=Fjalla+One);
body, html {
	height: 100%;
}
body {
	color: #000;
	background: #444;
	position: relative;
}
.wowbook {
	color: #333;
}
.wowbook-page-content {
	background: white;
}
.wowbook-left .wowbook-gutter-shadow {
	background-image: none;
	opacity: 0.5;
	width: 60px;
}
.wowbook-right .wowbook-gutter-shadow {
	background-image: none;
	background-position: 0 0;
	width: 75px;
}
a, a:active, a:visited {
	text-decoration: none;
}
#WEB_container {
	margin: 0 auto;
	position: relative;
	display: block;
}
h1, h2 {
	margin-top: 1em;
	margin-bottom: 0.5em;
	font: 32px 'Fjalla One', sans-serif;
}
h2 {
	font-size: 24px;
	margin-bottom: 0.5em;
}
#WEB_nav {
	position: absolute;
	z-index: 9999;
	zoom: 1;
	width: 620px;
	height: 51px;
	background: #333;
	top: 10px;
	left: 50%;
	margin-left: -310px;
	display: none;
	opacity:0.8;
	filter:alpha(opacity=80); 
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
#WEB_nav ul {
	position: relative;
	padding: 0px;
	margin: 10px 0px 0px 0px;
	height: 32px;
}
#WEB_nav li {
	width: 32px;
	height: 32px;
	padding: 0px;
	margin: 0px;
	list-style:none;
}
#WEB_nav a {
	display: block;
	width: 32px;
	height: 32px;
	text-indent: -5000px;
}
#WEB_nav #zoomin_c {
	position: absolute;
	left: 300px;
}
#WEB_nav #zoomout_c {
	position: absolute;
	left: 250px;
}
#WEB_nav #zoomDefault {
	position: absolute;
	left: 350px;
	background: url(images/zoomer.png) no-repeat center center;
	cursor: pointer;
}
#WEB_nav #next_c {
	position: absolute;
	right: 20px;
    width: 13px !important;
}
#WEB_nav #back_c {
	position: absolute;
	left: 20px;
    width: 13px !important;
}
#WEB_nav #zoomin {
	background: url(images/zoom_in.png) no-repeat;
}
#WEB_nav #zoomout {
	background: url(images/zoom_out.png) no-repeat;
}
#WEB_nav #first {
	background: url(images/arrow_double_left.png) no-repeat;
}
#WEB_nav #last {
	/*background: url(images/arrow_double_right.png) no-repeat;*/
}
#WEB_nav .WEB_next {
	background: url("images/sprite_catalogo.png") no-repeat -13px -154px;
    height: 22px;
    width: 13px !important;
	top: 3px;
	left: 0px;
}
#WEB_nav .WEB_back {    
    background: url("images/sprite_catalogo.png") no-repeat 0px -154px;
    height: 22px;
    width: 13px !important;
	top: 3px;
	left: 0px;
}

.wowbook-horizontal.wowbook-thumbnails .wowbook-back.wowbook-button {
    background: url("images/sprite_catalogo.png") no-repeat 0px -154px;
    height: 22px;
    width: 13px;
}
.wowbook-horizontal.wowbook-thumbnails .wowbook-next.wowbook-button {
    background: url("images/sprite_catalogo.png") no-repeat -13px -154px;
    height: 22px;
    width: 13px;
}

/*#WEB_nav #slideshow {
	background-image: url(images/slideshow_play.png) no-repeat;
}
#WEB_nav #slideshow.wowbook-disabled {
	background-image: url(images/slideshow_pause.png);
}
#WEB_nav #flipsound {
	background-image: url(images/sound_on.png);
}
#WEB_nav #flipsound.wowbook-disabled {
	background-image: url(images/sound_off.png);
}
#WEB_nav #thumbs {
	background: url(images/thumbs.png) no-repeat;
}
#WEB_nav a:hover {
}
#WEB_nav a:active, #WEB_nav a:hover, #WEB_nav a {
	outline: none;*/
}

body .WEB_back {
	background: url(images/sprite_catalogo.png) no-repeat right top;
	height: 151px;
	width: 26px;
	position: absolute;
	top: 37%;
	left: 0px;
	cursor: pointer;
}
body .WEB_next {
	background: url(images/sprite_catalogo.png) no-repeat left top;
	height: 151px;
	width: 26px;
	position: absolute;
	top: 37%;
	right: 0px;
	cursor: pointer;
}
.wowbook-page-content {
	padding: 1em;
}
#WEB_first {
	background: url(images/sprite_catalogo.png) no-repeat 0px -180px;
	height: 16px;
	width: 14px;
	position: absolute;
	bottom: 11%;
	left: 5px;
	cursor: pointer;
}
#WEB_last {
	background: url(images/sprite_catalogo.png) no-repeat -14px -180px;
	height: 16px;
	width: 14px;
	position: absolute;
	bottom: 11%;
	right: 5px;
	cursor: pointer;
}
#WEB_main {
	position: relative;
	z-index: 2;
	display: block;	
}
.js #catalogo {
	margin-left: -12000px;
}
#catalogo {
	display: block;
}
.wowbook-page {
	margin: auto;
}
.wowbook-page h1 {
	font-family: 'Fjalla One', sans-serif;
	font-size: 32px;
	color: white;
	background: #aa2b2b;
	line-height: 1.5;
	padding: 5px 5px 0px;
	margin: 0;
}
.wowbook-page .subtitle {
	font-family: 'Fjalla One', sans-serif;
	font-size: 18px;
	color: black;
	line-height: 1.5;
	padding: 5px 5px 0px;
	font-style: italic;
}
.wowbook-page p, .wowbook-page ul {
	font-family: 'Fjalla One', sans-serif;
	font-size: 24px;
	margin-top: 0.5em;
}
.wowbook-page li {
	list-style: none;
}
#cover {
	
}
.WEB_paginaCatalogo {
	padding: 0;
	font-family: 'Fjalla One', sans-serif;
	/*height: 630px;
	width: 470px;*/
	background: white;
}
.WEB_paginaCatalogo h1, .WEB_paginaCatalogo h2 {
	font-family: 'Fjalla One', sans-serif;
	font-size: 38px;
	color: black;
}
.wowbook-right .easy {
	background-position: right top;
}
.wowbook-right .design {
	background: #ffffff url("images/design.png") no-repeat right top;
}
.wowbook-right .design p {
	text-align: right;
	position: absolute;
	bottom: 1.5em;
	font-size: 30px;
	padding-right: 1em;
}
.thumbnails p {
	font-size: 16px;
}
.thumbnails h2 {
	font-size: 20px;
}
.thumbnails h1 {
	color: white;
}
#thumbs_holder {
	position: absolute;
	top: 50%;
	width: 100%;
	height: auto;
	left: 0;
	z-index: 10000;
}
#thumbs_holder .wowbook-thumbnails {
	/*background: none repeat scroll 0 0 #222;
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
	border-top: 1px solid white;
	border-top-color: rgba(255, 255, 255, 0.5);
	border-bottom: 1px solid gray;
	border-bottom-color: rgba(64, 64, 64, 0.5);
	box-shadow: 0 0 20px #aa2b2b;*/
	padding: 10px 0;
	position: relative;
}
#thumbs_holder .wowbook-button {
	background-color: #AA2B2B;
}
.wowbook-thumbnails {
	/*background: none repeat scroll 0 0 #888;
	background: none repeat scroll 0 0 rgba(128, 128, 128, 0.48);
	border-top: 1px solid white;
	border-top-color: rgba(255, 255, 255, 0.5);
	border-bottom: 1px solid gray;
	border-bottom-color: rgba(64, 64, 64, 0.5);
	box-shadow: 0 0 15px rgba(128, 128, 128, 0.48);*/
}
.wowbook-horizontal.wowbook-thumbnails {
	padding-top: 9px;
	padding-bottom: 5px;
	width: 940px;
	left: 50%;
	margin-left: -470px;
}
.wowbook-vertical .wowbook-thumbnail {
	margin-top: 5px;
	margin-bottom: 5px;
}
#thumbs_type, #thumbs_position, #thumbs_size {
	text-align: center;
}
#thumbs_position button {
	width: 49%;
}
#zoom-WEB_paginaCatalogo {
	background: #ffffff url("images/zoom.jpg") no-repeat;
}
#zoom-WEB_paginaCatalogo h1 {
	font-size: 100px;
	color: #333;
	background: none;
	line-height: 1.1;
	padding: 5px 0px 0px;
	text-align: right;
}
#zoom-WEB_paginaCatalogo2 {
	background: #ffffff url("images/zoom.jpg") right top no-repeat;
}
.wowbook-right .deeplinking {
	background-position: top right;
}
.wowbook-page .WEB_paginaCatalogo.numbering {
	background: url("images/numbering.png") #ffffff no-repeat;
}
.wowbook-page .WEB_paginaCatalogo.numbering h1 {
	color: #AA2B2B;
	background: none;
	font-size: 40px;
	padding-left: 0;
	padding-right: 0;
}
.wowbook-page .WEB_paginaCatalogo.numbering p {
	font-size: 16px;
}
.wowbook-page .WEB_paginaCatalogo.numbering .wowbook-page-number {
	text-indent: 100%;
	overflow: hidden;
	font-size: 14px;
}
.wowbook-page .WEB_paginaCatalogo.slideshow h1 {
	color: #AA2B2B;
	background: none;
	font-size: 40px;
	padding-left: 0;
	padding-right: 0;
}
.wowbook-page .WEB_paginaCatalogo.slideshow a {
	display: block;
	text-align: center;
}
.wowbook-page .WEB_paginaCatalogo.flash {
	background: url("images/flash.png") #ffffff no-repeat;
	padding-top: 170px;
}
.wowbook-page .WEB_paginaCatalogo.flash p {
	font-size: 20px;
	padding: 0.7em;
}
.wowbook-page .WEB_paginaCatalogo.flash h1 {
	display: none;
}
.last_cover {

}
.wowbook-right .more {
	background-position: top right;
}
.WEB_CONTE_guiaCatalogoTop {
	display: block;
	height: 45px;
	background: #274C80;
	border-bottom: 2px solid #6AADEE;
	margin: 0px 0px 5px 0px;
}
.WEB_guiaCatalogoTop {
	display: block;
	height: 45px;
	margin: 0 auto;
}
/*Color de buscador*/
/*.WEB_guiaCatalogoTop .WEB_select1 {
	float: left;
	margin: 8px 10px 0px 0px;
	width: 180px;
	height: 25px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background: url(images/ico_selector.png) no-repeat right #FF0000;
	overflow: hidden;
}*/
/*:focus {outline: none; border:none;}*/
.WEB_guiaCatalogoTop select {
	font: 12px Arial, Helvetica, sans-serif;
	color: #484847;
	width: 195px;
	margin: 0px 0px 0px 5px;
	padding: 4px 0px;
	background: transparent;
	border: 1px solid #FFF;
	-webkit-appearance: none;
}
.WEB_guiaCatalogoTop select:active, .WEB_guiaCatalogoTop select:link {
	border: 1px solid #FFF;
}
/*color de letra y tipo*/
.WEB_guiaCatalogoTop a:link, .WEB_guiaCatalogoTop a:visited, .WEB_guiaCatalogoTop a:active {
	font: 17px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	display: inline-block;
	float: right;
	height: 15px;
	margin: 15px 0px 0px 0px;
	text-decoration: none;
}
.WEB_guiaCatalogoTop a:hover {
	text-decoration: underline;
}
.wowbook-horizontal.wowbook-thumbnails .wowbook-clipper {
	text-align: center;
	margin: 0px;
}
.wowbook-horizontal.wowbook-thumbnails .wowbook-back.wowbook-button {
    background: url("images/sprite_catalogo.png") no-repeat 0px -154px;
    height: 22px;
    width: 13px;
}
.wowbook-horizontal.wowbook-thumbnails .wowbook-next.wowbook-button {
    background: url("images/sprite_catalogo.png") no-repeat -13px -154px;
    height: 22px;
    width: 13px;
}
.wowbook-thumbnails .wowbook-button {
    top: 25px;
}

.wowbook-page-number {
    bottom: 0;
    padding-bottom: 1px;
	font: 10px 'Fjalla One', sans-serif;
}

/* 
	#desktop 
================================================== 
*/

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:landscape) {

}

@media only screen and (min-width: 768px) and (max-width: 960px) {

}
/* 
#Tablet (Portrait)
================================================== 
*/

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:landscape) {

}

@media only screen and (min-width: 768px) and (max-width: 960px) {

}
/*  
#Mobile (Portrait)
================================================== 
*/

@media only screen and (max-width: 767px) {

}

/* 
#Mobile (Landscape)
================================================== 
*/

@media only screen and (min-width: 480px) and (max-width: 767px) {

}
.wowbook-horizontal.wowbook-thumbnails .wowbook-clipper{
		width: 900px;
		margin: 0 auto;
}
.WEB_indicaciones{
	font: 11px/13px Arial, Helvetica, sans-serif;
	color: #484847;
	display: inline-block;	
	float: left;
	margin: 14px 10px 0px 0px;
	height: 25px;
}
