/**************************** 
  Body 
****************************/ 
body { 
    /*background: #D3EBFE;*/
    scrollbar-3dlight-color:#F7F7F7; 
    scrollbar-arrow-color:#EAEDED; 
    scrollbar-track-color:#F7F7F7; 
    scrollbar-darkshadow-color:#F4FDFF; 
    scrollbar-face-color:#EAEDED; 
    scrollbar-highlight-color:#F4FDFF; 
    scrollbar-shadow-color:#808080;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #FFFFFF;
	margin: 0 0 20px 0;
	padding: 0;
	/*font: small/1.5em 'Lucida Grande', Lucida, Verdana, Arial, sans-serif;*/
	background: #317eab url(images/bg.gif) repeat-x 0 0;
}

ul { margin: 1.75em 1.75em; padding: 0; }

li { margin: 0 0 .25em 0; padding: 0; }

#container {
	width: 760px;
	margin: 10px auto;
	/*background-color: #FFFFFF;
	position: relative*/;
	
}

#titulo {
	margin-top: 5px;
	margin-left: 0px;
	margin-bottom: -19px;
	height: 144px;
	background-image: url(images/2006logove.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#estribillo {
        margin-top: 10px;
        font-size: 11.5px;
color: #bad7f3;
font-weight: bold;
background-image: url(images/logove2.gif);
background-repeat: no-repeat;
background-position: left bottom;
height: 50px;
        
}

#fecha {
       float: right;
       margin-top: -20px;

}

#menu {
	margin: 11px 0 20px 225px;
	padding: 1.5em 0 0 0;
	width: 530px;
	background: transparent url(images/2006fondobk.gif) no-repeat 0 0;
}

#menu_item {
	margin: 0;
	padding: 0 2em 1.5em 2em;
	background: transparent url(images/2006fondobj.gif) no-repeat bottom left;
	text-transform: uppercase;
}

#menu_item li {
	display: inline;
	margin: 0 .5em 0 0;
	padding: 0 .75em 0 0;
	list-style: none;
	border-right: 1px solid #32749a;
}

#libros {
	width: 240px;
	float: left;
	padding: 10px 8px 45px;
	margin: 0px 15px 0 0;
	position: relative;

}

#libros {
	/*border-left-width: 30px;
	border-left-color: #003399;
	border-left-style: solid;*/
	margin-left: 0px;
}

#libros h1 {
	font-size: 14px;
	font-weight: bold;
	background-color: #EAEAEA;
	color: #000000;
	padding: 3px;
	border-left: 22px solid #ccc;
	
}

#division {
        border-right: 1px dotted white;
	padding-right: 10px;
}

#novedad {
	width: 240px;
	float: left;
	padding: 10px 8px 45px;
	margin: 0px 15px 0 0;
	position: relative;
}

#novedad h1 {
	font-size: 14px;
	font-weight: bold;
	background-color: rgb(221,221,221);
	color: #003366;
	padding: 3px;
	border-left: 22px solid rgb(178,178,178);
}


#boletin {
	width: 196px;
	float: left;
	padding: 10px 10px 45px;
	margin: 0px 0px 0 0;
	position: relative;
}	

#boletin h1 {
	font-size: 14px;
	font-weight: bold;
	background-color: rgb(207,207,207);
	color: #000033;
	padding: 3px;
	border-left: 22px solid rgb(164,164,164);
	
}

#cuerpo {
	/*background-color: #FFFFFF;*/
	margin-top: 2px;
	min-height: 1%; /* float clearing for IE7 (triggers hasLayout) */
}	

#cuerpo h2 {
	font-size: 110%;
	color: #FFF;
        text-transform: uppercase;
}


#footer {
        clear: both;
        margin: 0 auto;
        text-align: center;
}

.autor {
	font-style: italic;
	text-align: right;
	margin-top: -10px;
	
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/* -- Links ------------------------------ */

a:link, a:visited {
color:#ffffff;
font-weight:bold;
text-decoration:none;
}
a:hover{ 
color:#000000;
font-weight:bold;
text-decoration:underline; }
/* -- Links ------------------------------ */
a.link:link, a.link:visited {
color:#ffffff;
font-weight:bold;
text-decoration:none;
}
a.link:hover{ 
color:#ffffff;
font-weight:bold;
text-decoration:underline; }
/* -- Links ------------------------------ */

