@charset "windows-1252";
/* CSS Document */

@import url("css/boxes.css");
@import url("css/texts.css");
@import url("css/menu.css");
@import url("css/layers.css");

html, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0 auto;
	padding: 0 auto;
	border: 0;
	font-style: inherit;
	font-size: 100%;
	line-height: 1.1em;
	}
body {
	margin: 0;
	font: .7em/1.6em 'Lucida Grande', 'Tahoma', Arial, Verdana, sans-serif;
	color: #444;
	line-height:1.34em;
	background-color: #EEE;
	background-image: url(images/header_2011a.jpg);
	background-repeat: no-repeat;
	background-position:top center;
}
h1 {
	font-size: 120%;
	word-spacing:normal;
	color: #111111;
	}
h2 {
	font-family:"Trebuchet MS", 'lucida grande', 'lucida sans unicode', arial, helvetica, sans-serif;
	font-size: 1.2em;
	font-weight:900;
	line-height: 18px;
	letter-spacing: -0.3px;
	text-decoration:none;
}
h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight:bold;
	line-height: 18px;
	letter-spacing: -0.3px;
	text-decoration:none;
}
a {
	color:#0098C3;
	text-decoration:none;
}
a:hover {
	color:#97C108;
	text-decoration:none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
.img_border {
border:solid 4px #C7C7C7;
margin-right:10px;
float:left;
clear:both;
}
.img_border hover{
border:solid 4px #80AB01;
margin-right:10px;
float:left;
clear:both;
}

/* ESTRUCTURA */

#container {
	margin:0 auto;
		}
#principal {
	width:934px;
	margin:0 auto;
	text-align:left;
}
#wrapper {
	text-align: center;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 934px;
}
	
/* HEADER */	
#header {
	height:195px;
	min-height:195px;
	width:100%;
	text-align: center;
	
}
#footer {
	margin: 0 auto;
	width:934px;
}
	
/* MAIN */
#main {
	width: 890px;
	padding-left: 22px;
	padding-right: 22px;
	margin: 0 auto;
	background-color: #FFFFFF;
	text-align: left;
	height:auto;
}
#left_col {
	width: 600px;
	margin: 15px 0px 0px 0px;
	float:left;
	clear:none;
	text-align: left;
}
#right_col {
	width: 260px;
	display: block;
	float: right;
	clear: right;
	margin-top: 15px;
}
#left_col_contenido {
	width: 260px;
	display: block;
	float: left;
	clear: left;
	margin-top: 15px;
}
#right_col_contenido {
	width: 600px;
	margin: 15px 0px 15px 0px;
	float:right;
	clear:none;
	text-align: left;
}
#inner_left {
	width: 280px;
	margin: 0px 0px 0px 0px;
	float:left;
	clear:left;
	text-align: left;
	display: block;
}
#inner_left2 {
	width: 280px;
	margin: 0px 0px 0px 0px;
	float:left;
	clear:left;
	text-align: left;
	display: block;
}
#inner_right {
	width: 265px;
	margin: 0px 0px 0px 0px;
	float:right;
	clear:right;
	text-align: left;
	display: block;
	padding-right: 15px;
}
#inner_right2 {
	width: 265px;
	margin: 0px 0px 0px 0px;
	float:right;
	clear:right;
	text-align: left;
	display: block;
	padding-right: 15px;
}

/* FORMS */
.form_field {
	color:#444;
	width:175px;
	min-height:18px;
	height:18px;
	background-color:#FFFFFF;
	border:solid 1px #EAEAEA;
	background-image: url(images/nav_round-left2.gif);
	background-repeat: no-repeat;
	background-position: left;
	margin: 0px 0px 0px 0px;
	font-size: 1em;
	padding-top: 5px;
	padding-left: 5px;
	}
.form_field2 {
	color:#444;
	width:220px;
	min-height:18px;
	height:18px;
	background-color:#FFFFFF;
	border:solid 1px #EAEAEA;
	background-image: url(images/nav_round-left2.gif);
	background-repeat: no-repeat;
	background-position: left;
	margin: 0px 0px 0px 0px;
	font-size: 1em;
	padding-top: 5px;
	padding-left: 5px;
	}
.form_field3 {
	color:#444;
	width:220px;
	min-height:18px;
	height:18px;
	background-image: url(images/bk_raya.gif);
	margin: 0px 0px 0px 0px;
	font-size: 1em;
	padding-top: 5px;
	padding-left: 5px;
	border: solid 1px #CCCCCC;
	}
.form_field_noheight {
	font: 1em 'Lucida Grande', 'Tahoma', Arial, Verdana, sans-serif;
	color: #444;
	line-height:1.34em;
	width:220px;
	background-image: url(images/bk_raya.gif);
	margin: 0px 0px 0px 0px;
	padding-top: 5px;
	padding-left: 5px;
	border: solid 1px #CCCCCC;
	}
.boton01 {
	color:#FFFFFF;
	width:auto;
	background-color:#A3CB2D;
	border:solid 1px #EAEAEA;
	margin: 0px 0px 0px 0px;
	font-size: 1em;
	padding: 5px;
	font-weight: bold;
	}
.form_jump {
	color:#444;
	font-size:1em;
	width:228px;
	padding:2px 0px 0px 3px;
	margin-bottom:1px;
	border:solid 1px #EAEAEA;
	height: 20px;
	min-height: 20px;
	margin-top: 5px;
	}
.form_jump_raya {
	color:#444;
	font-size:1em;
	padding:5px;
	margin-bottom:1px;
	border:solid 1px #CCCCCC;
	background-image: url(images/bk_raya.gif);
		}
.button {
	color:#F6F6F6;
	font-weight:bold;
	width:215px;
	min-height:25px;
	height:25px;
	padding:0px 5px 0px 5px;
	margin-bottom:3px;
	background-color:#CCCCCC;
	border:solid 1px #CCCCCC;
	z-index:-1;
	}
.left {
	margin-right: 8px;
	float: left;
	width: 183px;
	}
.right {
	width: 38px;
	}
.div_arrow {
	padding-top: 3px;
	padding-bottom:3px;
	border-bottom:dotted 1px #666666;
}
.div_arrow a{
	font-weight:bold;
	border-width:0;
	background-image: url(images/arrow_01.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	text-decoration:none;
	padding-top: 5px;
	padding-bottom:5px;
}
.div_arrow a:hover{
	color:#97C108;
	text-decoration:none;
	}
.div_arrow_dwn {
	padding-top: 3px;
	padding-bottom:1px;
	border-bottom:dotted 1px #666666;
	font-weight:bold;
	border-width:0;
	background-image: url(images/arrow_01_dwn.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	text-decoration:none;
}
/*BEGIN TOOLBOX DESTACADO*/
.book_box_dest {
width:260px;
margin-top:0px;
padding-top:10px;
float:left;
clear:left;
}
.book_box_dest_cat {
width:470px;
float:left;
margin-top:0px;
padding-top:0px;
}
.tool_tit_dest {
float:left;
width:270px;
min-height:20px;
border-bottom:dotted 1px #0099FF;
}
.tool_price_detail_img {
float:left;
clear:both;
width:20px;
min-height:20px;
}
.tool_price_detail_dest {
	width:250px;
	float:left;
	margin-left:0px;
	min-height:20px;
	text-align:left;
	color: #111111;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height:12px;
}
.tool_price_detail_dest a{
text-decoration:none;
font-weight:bold;
color:#97C00A;
text-align:left;
}
.tool_price_detail_dest a:hover{
color:#0098DD;
text-decoration:none;
}
#wrapper_quicklinks {
	width:100%;
	clear:both;
	background-color:#EAEAEA;
	height:auto;
	background-image: url(images/bk_raya.gif);
	background-position: center;
	background-repeat: repeat;
	border-top: solid 5px #666666;
}


.div_arrow_sm a{
	font-size:1.0em;
	line-height:2em;
	font-weight:bold;
	border-width:0;
	padding-left: 15px;
	text-decoration:none;
}
.div_arrow_sm a:hover{
	color:#97C108;
	text-decoration:none;
}
.div_interline {
width:600px;
float:left; 
clear:left;
border-top:solid 3px #CCCCCC;
margin-bottom:10px;
min-height:5px;
height:5px;
}

#book_img_big {
	float:left;
	width:240px;
	height:203px;
	background-image:url(images/bk_book.gif);
	background-repeat:no-repeat;
	padding-top:7px;
	text-align: center;
	padding-left: 18px;
	clear: none;
	margin-left: 0px;
}
#book_brief_detail {
	float:left;
	width:580px;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	color:#111111;
	line-height:14px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
	clear: left;
	font-weight: inherit;
	padding-right: 20px;
}
.box_icon {
	float:left;
	width:30px;
	margin-top:0px;
	margin-bottom:15px;
	margin-left:0px;
	clear: left;
}
.docente_brief_detail {
	float:left;
	margin-top:0px;
	margin-left:5px;
	color:#111111;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin-bottom: 15px;
	width: 520px;
}
.box_book_adic_01 {
float:left;
width:530px;
clear:both;
margin-top:0px;
margin-bottom:0px;
margin-left:0px;
color:#111111;
line-height:13px;
font-family:Arial, Helvetica, sans-serif;
font-size: 1em;
}
.box_book_adic_02 {
	float:left;
	width:590px;
	clear:left;
	margin-top:5px;
	margin-bottom:0px;
	margin-left:0px;
	color:#111111;
	line-height:13px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding-right: 10px;
}
.box_book_adic_03 {
	float:left;
	width:580px;
	margin-top:5px;
	margin-bottom:0px;
	margin-left:0px;
	color:#111111;
	line-height:13px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
	clear: left;
	padding-right: 20px;
}
.box_book_adic_04 {
float:left;
width:530px;
clear:both;
margin-top:5px;
margin-bottom:0px;
margin-left:0px;
color:#111111;
line-height:13px;
font-family:Arial, Helvetica, sans-serif;
font-size: 1em;
}
.div_interline_book {
	float:left;
	width:580px;
	border-bottom:solid 3px #CCCCCC;
	min-height:15px;
	height:15px;
	margin-bottom:15px;
	clear: left;
	padding-right: 20px;
}
.wrapper_ab {
	color:#000000;
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 580px;
	float: left;
	clear: left;
	padding-right: 20px;
}
.side-a {
	float: left;
	width: 50px;
	min-height:35px;
	height:35px;
}
.side-b { 
	float: left;
	width: 300px;
}
.side-c {
	float: right;
	width: 150px;
	min-height:25px;
	height:25px;
	margin-top:10px;
}
.download {
color:#80AB01;
font-weight:bold;
line-height:13px;
font-family:Arial, Helvetica, sans-serif;
font-size: 18px;
text-decoration:none;
margin:15px 0px 15px 15px;
text-align:right;
}
.download a{
	color:#80AB01;
	text-decoration:none;
}
.download a:hover{
	color:#0098DB;
	text-decoration:none;
}
.comment_txt_01 {
	font-size:1em;
	color:#111111;
}
.comment_txt_01 a{
	font-size:1em;
	text-decoration:none;
	color:#80AB01;
}
.comment_txt_01 a:hover{
	color:#0098DB;
	text-decoration:none;
	}
.div_resultado_ok{
	text-align:left;
	}
.div_resultado_error{
	color:#990000;
	text-align:left;
	}
#book_categoria {
	float:left;
	width:580px;
	margin-top:15px;
	margin-bottom:10px;
	margin-left:0px;
	color:#666666;
	text-transform:uppercase;
	padding-right: 20px;
}
#div_login{
	width:316px;	
	position:absolute;
	top: 25%;
	left: 35%;
	font-family:verdana;
	font-weight:bold;
	padding:0px;
	z-index:100;
}

body > div#div_login {
  position: fixed;
}
.margin_left_15 {
	padding-left:15px;
	padding-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	color: #111111;
	font-size: 1em;
	}
.error_password_msg {
	color:#FF3366;
	}
.div_arrow_item {
	font-size:1em;
	line-height:1.3em;
	border-width:0;
	background-image: url(images/arrow_01.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-left: 15px;
	text-decoration:none;
}
.div_link_img {
	width: 210px;
	float: left;
	height: 170px;
}
.div_link_txt {
	width: 360px;
	float: right;
	height: 170px;
}
.div_left {
width:220px;
float:left;
margin:0px;
}
.div_right {
width:330px;
float:right;
clear:right;
margin:0px;
}
.main_drop {
	text-align:left;
	float:right;
	clear:left;
	width:600px;
	margin:0px;
	background-color:#B7EDFB;
	color:#FFFFFF;
	font-weight:bold;
}
.main_drop2 {
	text-align:left;
	float:right; 
	width:600px; 
	margin:0px;
	background-color:#F1F1F1;
}
.main_drop_list {
	text-align:left;
	float:right;
	clear:right;
	width:539px;
	margin:0px 20px 0px 0px;
	padding-left:45px;
	padding: 10px 0px 10px 45px;
	border-bottom: solid 1px #CCCCCC;
}
.Estilo2 {
	color:#111111;
}
.border_img_white {
 font-size: 10px;
 font-family: Tahoma;
 color: #FFFFFF;
 border: thin solid #FFFFFF;
}
.border_img_green {
	font-size: 10px;
	font-family: Tahoma;
	color: #FFFFFF;
	border: thin solid #B3D335;
}
.style7 {
	color: #111111;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height:12px;
}
a:hover {
	color: #FF3366;
}
.Estilo1 {
	color: #111111;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height:12px;
}
.cursiva {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height:12px;
	font-style:italic;
	padding:2px 0px 10px 25px;
	border-bottom:dotted 1px #666666;
	background-image: url(images/comic_ball.png);
	background-repeat: no-repeat;
	background-position: top 5px;
}
.dash_top {
	color: #111111;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	border-top: 1px dashed #E1EEB1;
	border-right: 1px none #E1EEB1;
	border-bottom: 1px none #E1EEB1;
	border-left: 1px none #E1EEB1;
}
.book_content p {
	line-height: 1.3em;
	margin:0 0 1em;
	}
	
.book_content em {
	font-style: italic;
	}

