@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: 'geometr415_lt_btlite';
    src: url('fonts/geometric415litebt.eot');
    src: url('fonts/geometric415litebt.eot?#iefix') format('embedded-opentype'),
         url('fonts/geometric415litebt.woff') format('woff'),
         url('fonts/geometric415litebt.ttf') format('truetype'),
         url('fonts/geometric415litebt.svg#geometr415_lt_btlite') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'geometr415_md_btmedium';
    src: url('fonts/geometric415mediumbt.eot');
    src: url('fonts/geometric415mediumbt.eot?#iefix') format('embedded-opentype'),
         url('fonts/geometric415mediumbt.woff') format('woff'),
         url('fonts/geometric415mediumbt.ttf') format('truetype'),
         url('fonts/geometric415mediumbt.svg#geometr415_md_btmedium') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'arrows_tfbregular';
    src: url('fonts/arrows_tfb.eot');
    src: url('fonts/arrows_tfb.eot?#iefix') format('embedded-opentype'),
         url('fonts/arrows_tfb.woff') format('woff'),
         url('fonts/arrows_tfb.ttf') format('truetype'),
         url('fonts/arrows_tfb.svg#arrows_tfbregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
body{
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 22px;
	background: url(imgs/bg.jpg) top left repeat;
	margin: 0px;
	height: auto;
}
#master{
	width:975px;
	height:auto;
	margin: 0px auto;
	display:table;
}
.top{
	width:975px;
	height:auto;
	margin: 0px auto;
	display:table;
	text-align:center;
}
.top .logo{float:left;}
.top .precio{margin:3px 0px 0px 10px;float:left;}
.top .dell{float:right;margin-right: 15px;}
.video{
	width:666px;
	height:375px;
	float:left;
	clear:none;
	padding:15px 0px 0px;
}
.libro{
	width:298px;
	height:401px;
	float:right;
	clear:none;
}
.libro img{
	position:absolute;
	z-index:-1;
}
.btn-masinfo{
	width:auto;
	height: 24px;
	border-radius: 50px;
	padding: 2px 10px;
	margin: 356px 13px 0px;
	float:none;
	cursor:pointer;
	display: inline-block;
	
	position:absolute;
	z-index:1000;
	
	font-family:"geometr415_md_btmedium", Arial, Helvetica, sans-serif;
	color:#fff;
	font-size: 13px;
	line-height: 24px;
	text-decoration:none;
	text-transform:uppercase;

	background: #d90000;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIzMCUiIHN0b3AtY29sb3I9IiNkOTAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI5MyUiIHN0b3AtY29sb3I9IiM5YjAxMGQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #d90000 30%, #9b010d 93%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#d90000), color-stop(93%,#9b010d));
	background: -webkit-linear-gradient(top,  #d90000 30%,#9b010d 93%);
	background: -o-linear-gradient(top,  #d90000 30%,#9b010d 93%);
	background: -ms-linear-gradient(top,  #d90000 30%,#9b010d 93%);
	background: linear-gradient(to bottom,  #d90000 30%,#9b010d 93%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d90000', endColorstr='#9b010d',GradientType=0 );
	
	-webkit-box-shadow: inset 0px 1px 1px 1px rgba(227, 104, 94, 1), inset -1px -1px -2px 1px rgba(147, 0, 12, 1);
    box-shadow: inset 0px 1px 1px 1px rgba(227, 104, 94, 1), inset -1px -1px -2px 1px rgba(147, 0, 12, 1);
}
.btn-masinfo:hover{
	color:#ffa199;
	background:#9b010d;
	box-shadow: inset 0px 0px 0px 0px rgba(227, 104, 94, 0);
}
.btn-masinfo .arrow{
	font-family:"arrows_tfbregular", Arial, Helvetica, sans-serif;
	font-size:12px;
	display: inline-table;
	margin-top: 2px;
	text-transform:none;
	float:right;
}

.icd{
	width:902px;
	height:425px;
	float:left;
	margin:0px 0px 0px 40px;
}

.red-line{
	width:100%;
	height:auto;
	display:table;
	background:#a6000e;
	margin:0px 0px 50px 0px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:    0px 0px 10px 0px rgba(0, 0, 0, 0.5);
	box-shadow:         0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}
a.btn-acceder{
	width: auto;
	height: 49px;
	float: none;
	display:table;
	margin:11px auto;
	padding: 6px 15px 2px 17px;
	
	font-family:"geometr415_lt_btlite", Arial, Helvetica, sans-serif;
	color:#fff;
	font-size: 28px;
	line-height: 44px;
	text-decoration:none;
	border-radius: 40px;
	text-transform:uppercase;
		
	background:#5b5b5b;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6a6a6', endColorstr='#262626');	
	background-image: linear-gradient(bottom, rgb(38,38,38) 10%, rgb(166,166,166) 100%);
	background-image: -o-linear-gradient(bottom, rgb(38,38,38) 10%, rgb(166,166,166) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(38,38,38) 10%, rgb(166,166,166) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(38,38,38) 10%, rgb(166,166,166) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(38,38,38) 10%, rgb(166,166,166) 100%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.1, rgb(38,38,38)),
		color-stop(1, rgb(166,166,166))
	);

	-webkit-box-shadow: inset 0px 1px 1px 1px rgba(227, 104, 94, 1), inset -1px -1px -2px 1px rgba(147, 0, 12, 1);
	-moz-box-shadow: inset 0px 1px 1px 1px rgba(227, 104, 94, 1), inset -1px -1px -2px 1px rgba(147, 0, 12, 1);
    box-shadow: inset 0px 1px 1px 1px rgba(227, 104, 94, 1), inset -1px -1px -2px 1px rgba(147, 0, 12, 1);
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:    0px 0px 10px 0px rgba(0, 0, 0, 0.5);
	box-shadow:         0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}
a.btn-acceder:hover{
	color:#fff04c;
	background:#262626;
	-webkit-box-shadow: inset 0px 0px 0px 0px rgba(227, 104, 94, 0);
	-moz-box-shadow: inset 0px 0px 0px 0px rgba(227, 104, 94, 0);
    box-shadow: inset 0px 0px 0px 0px rgba(227, 104, 94, 0);
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:    0px 0px 10px 0px rgba(0, 0, 0, 0.5);
	box-shadow:         0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}
a.btn-acceder .arrow{
	font-family:"arrows_tfbregular", Arial, Helvetica, sans-serif;
	font-size:30px;
	display: inline-table;
	margin-top: 3px;
	text-transform:none;
	float:right;
}
.strong{
	font-family:"geometr415_md_btmedium", Arial, Helvetica, sans-serif;
}

#contenido{
	background:#fff;
	color:#000000;
	padding:20px 25px 25px;
}

.intro{
	font-family:"geometr415_lt_btlite", Arial, Helvetica, sans-serif;
	font-size:15px;
	text-transform:uppercase;
	display: inline-table;
}
.titulos{
	font-family:"geometr415_md_btmedium", Arial, Helvetica, sans-serif;
	font-size:30px;
	display: inline-table;
}
.txt{
	font-family:"geometr415_lt_btlite", Arial, Helvetica, sans-serif;
	font-size:17px;
	display: inline-table;
}
.list{
	font-family:"geometr415_lt_btlite", Arial, Helvetica, sans-serif;
	font-size:15px;
	line-height:18px;
	margin-top:11px;
}
.list ul{
	padding:0px;
	margin:0px;
}
.list li{
	list-style:none;
	padding:0px 0px 7px;
}
.list .arrow{
	font-size:10px;
	margin-top:0px;
	padding-right: 4px;
	float:left;
	font-family:"arrows_tfbregular", Arial, Helvetica, sans-serif;
}
.libro-palabras{
	width:190px;
	float:right;
	margin:-42px -14px 0px 0px;
}

.destacado{
	width: 745px;
	height:auto;
	margin: 0px auto;
	font-family:"geometr415_lt_btlite", Arial, Helvetica, sans-serif;
	font-size:17px;
	text-align:center;
	display:table;
/*	margin-bottom:25px;*/
}
.destacado strong{
	font-family:"geometr415_md_btmedium", Arial, Helvetica, sans-serif;
}
