/* Grid 
-------------------------------------------------------------------------------------------------- */

.container_12, .container_16 {
    margin-left: auto;
    margin-right: auto;
    width: 960px;
	
}

.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12, .grid_13, .grid_14, .grid_15, .grid_16 {
    display: inline;
    float: left;
    position: relative;
    margin-left: 10px;
    margin-right: 10px
}


.container_12 .grid_3, .container_16 .grid_4 {
    width: 220px
}

.container_12 .grid_6, .container_16 .grid_8 {
    width: 460px
}

.container_12 .grid_9, .container_16 .grid_12 {
    width: 700px
}

.container_12 .grid_12, .container_16 .grid_16 {
    width: 940px
}

.alpha {
    margin-left: 0
}

.omega {
    margin-right: 0
}

.m0 {
    margin: 0
}




.container_12 .grid_1 {
    width: 60px
}

.container_12 .grid_2 {
    width: 140px
}

.container_12 .grid_4 {
    width: 300px
}

.container_12 .grid_5 {
    width: 380px
}

.container_12 .grid_7 {
    width: 540px
}

.container_12 .grid_8 {
    width: 620px
}

.container_12 .grid_10 {
    width: 780px
}

.container_12 .grid_11 {
    width: 860px
}


.container_12 .prefix_3, .container_16 .prefix_4 {
    padding-left: 240px
}

.container_12 .prefix_6, .container_16 .prefix_8 {
    padding-left: 480px
}

.container_12 .prefix_9, .container_16 .prefix_12 {
    padding-left: 720px
}

.container_12 .prefix_1 {
    padding-left: 80px
}

.container_12 .prefix_2 {
    padding-left: 160px
}

.container_12 .prefix_4 {
    padding-left: 320px
}

.container_12 .prefix_5 {
    padding-left: 400px
}

.container_12 .prefix_7 {
    padding-left: 560px
}

.container_12 .prefix_8 {
    padding-left: 640px
}

.container_12 .prefix_10 {
    padding-left: 800px
}

.container_12 .prefix_11 {
    padding-left: 880px
}

.container_12 .suffix_3, .container_16 .suffix_4 {
    padding-right: 240px
}

.container_12 .suffix_6, .container_16 .suffix_8 {
    padding-right: 480px
}

.container_12 .suffix_9, .container_16 .suffix_12 {
    padding-right: 720px
}

.container_12 .suffix_1 {
    padding-right: 80px
}

.container_12 .suffix_2 {
    padding-right: 160px
}

.container_12 .suffix_4 {
    padding-right: 320px
}

.container_12 .suffix_5 {
    padding-right: 400px
}

.container_12 .suffix_7 {
    padding-right: 560px
}

.container_12 .suffix_8 {
    padding-right: 640px
}

.container_12 .suffix_10 {
    padding-right: 800px
}

.container_12 .suffix_11 {
    padding-right: 880px
}

.container_16 .suffix_1 {
    padding-right: 60px
}


.container_12 .push_3, .container_16 .push_4 {
    left: 240px
}

.container_12 .push_6, .container_16 .push_8 {
    left: 480px
}

.container_12 .push_9, .container_16 .push_12 {
    left: 720px
}

.container_12 .push_1 {
    left: 80px
}

.container_12 .push_2 {
    left: 160px
}

.container_12 .push_4 {
    left: 320px
}

.container_12 .push_5 {
    left: 400px
}

.container_12 .push_7 {
    left: 560px
}

.container_12 .push_8 {
    left: 640px
}

.container_12 .push_10 {
    left: 800px
}

.container_12 .push_11 {
    left: 880px
}


.container_12 .pull_3, .container_16 .pull_4 {
    left: -240px
}

.container_12 .pull_6, .container_16 .pull_8 {
    left: -480px
}

.container_12 .pull_9, .container_16 .pull_12 {
    left: -720px
}

.container_12 .pull_1 {
    left: -80px
}

.container_12 .pull_2 {
    left: -160px
}

.container_12 .pull_4 {
    left: -320px
}

.container_12 .pull_5 {
    left: -400px
}

.container_12 .pull_7 {
    left: -560px
}

.container_12 .pull_8 {
    left: -640px
}

.container_12 .pull_10 {
    left: -800px
}

.container_12 .pull_11 {
    left: -880px
}



.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0
}

.clearfix:after {
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
    height: 0
}
* html .clearfix, *:first-child + html .clearfix {
    zoom: 1
}


/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 26px;
	
}


h2 {
	font-size: 14px;
	font-family:"Tahoma";
	text-transform:uppercase;
	color:#999999;
	font-weight: normal;
}

h3 {
	font-size: 12px;
	font-family:"Tahoma";
	text-transform:uppercase;
	color:#999999;
	font-weight: normal;
}

h4 {
	font-size: 14px;
}


body {
    margin: 0px;
    text-align: left;
    background-color: #999999;
}

html, body {
    height: 100%;
}

#main {
    
    height: 130%;
}

#center {
    background: url(../fons.jpg) 0 0 repeat;
    margin: 0 auto;
    text-align: left;
    width: 850px;
    height: 140%;
    position: relative;
}

#middle {
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
}

#edgetop3 {
    width: 742px;
    height: 305px;
}

#edgetop3 img {
    border: 0px;
}

#edgetop3_home {
    width: 742px;
    height: 386px;
}

#edgetop2 {
    width: 100%;
}

#edgetop2 img {
    border: 0px;
}

#edgetop {
    background: url(../header2.jpg) 0 0 repeat;
    height: 304px;
}

#edgetop img {
    border: 0px;
}

#edgetop a:link {
    color: #ffffff;
    text-decoration: none
}

#edgetop a:visited {
    color: #ffffff;
    text-decoration: none
}

#edgetop a:hover {
    color: #000000;
    text-decoration: none
}

#edgetop a:active {
    color: #000000;
    text-decoration: none
}

#content {
    margin: 0px 0px 0px 0px;
    background-color: #919397;
}

#edgebot {
    background: url(../img/port_r6_c11.jpg) 0 0 repeat;
    height: 5px;
}

#edgebot2 {
    background: url(../img/port_r6_c1.jpg) 0 0 repeat;
    height: 9px;
}

.contingut, .contentsub {
    padding: 0px 0px 0px 0px;
}

.contentsub {
    background: url() 0 0 repeat-x;
}


#seccio {
    padding-left: 5px;
    background: url(../fons.jpg) 0 0 repeat;
}

#home_catalogo {
    padding-left: 10px;
    background: url(../fons.jpg) 0 0 repeat;
}

#item_catalogo {
    width: 300px;
	height:150px;
    background-color: #ebebeb;
    padding-left: 0px;
    position: relative;
    float: left;
    margin: 6px;
	border: 1px solid #999;
}

.item_catalogo_miniatura {
    width: 90px;
    /*height: 139px;*/
    padding-left: 0px;
    position: relative;
    float: left;
    margin: 5px;
}

.item_autores_miniatura {
    width: 90px;
    height: 139px;
    padding-left: 0px;
    position: relative;
    float: left;
    margin: 5px;
}

.item_catalogo_title_book {
    padding: 5px;
    text-align: left;
    font: 18px "Times New Roman";
    line-height: 18px;
    font-weight: bold;
    font-style: italic;
    color: #505050;
}



.item_catalogo_autor_name {
    padding: 5px;
    text-align: left;
    font: 14px "Times New Roman";
    line-height: 16px;
    font-weight: bold;
    color: #ffffff;
    background-color: #333333;
    letter-spacing: 0px;
    margin-left: 100px;
    width: 185px;
}

.item_catalogo_autor_name_plus {
    padding: 0px 5px 5px 5px;
    text-align: left;
    font: 10px "Times New Roman";
    line-height: 11px;
    font-weight: normal;
    font-style: oblique;
    color: #ffffff;
    background-color: #333333;
    letter-spacing: 0px;
    margin-left: 100px;
    width: 185px;
}

.item_catalogo_boton {
    margin: 15px 15px 0px 0px;
    padding: 5px 15px 5px 5px;
    background-image: url(http://www.edicionesalfabia.com/img/ico/libro.gif);
    background-repeat: no-repeat;
    background-position: right center;
    float: none;
    text-decoration: underline;
    position: relative;
    text-align: right;
    font: 11px "Helvetica";
    color: #505050;
}

.item_autores_boton {
    margin: 15px 15px 0px 0px;
    padding: 5px 15px 5px 5px;
    background-image: url(http://www.edicionesalfabia.com/img/ico/pluma.gif);
    background-repeat: no-repeat;
    background-position: right center;
    float: none;
    text-decoration: underline;
    position: relative;
    text-align: right;
    font: 11px "Helvetica";
    color: #505050;
}



#Tdates {
	
background-color: #ededed;
margin: 20px 0 0 45px;
padding: 10px 20px 20px 20px;
	
}


.price {
	color:#505050;
	font-size:12px;
	font-weight:bold;
	display:block;
	
}

.txtPag {
	
	color:#666666;
	font-size:12px;
	margin-right:10px;
	font-weight:normal;
}


.pages {
	color:#505050;
	font-size:12px;
	font-weight:bold;
	display:block;
	}

.txtPrice {
	
	color:#666666;
	font-size:12px;
	margin-right:10px;
	font-weight:normal;
}


.ISBN {
	color:#505050;
	font-size:12px;
	font-weight:bold;
	display:block;
	}

.txtISBN {
	
	color:#666666;
	font-size:12px;
	margin-right:10px;
	font-weight:normal;
	
}


.format {
	color:#505050;
	font-size:12px;
	font-weight:bold;
	display:block;
	
}

.txtFormat {
	
	color:#666666;
	font-size:12px;
	margin-right:10px;
	font-weight:normal;

	
}


#Prensa {
	
background-color: #ededed;
margin: 20px 0 0 45px;
padding: 10px 20px 20px 20px;
border: 1px solid #999999;
}


.linkPrensa {
	
	background: url("http://www.edicionesalfabia.com/img/ico/news.gif") transparent no-repeat;
	padding: 10px 0 10px 15px; 
	display: block;
	background-position:left center;
	color: #505050;
	text-decoration:overline underline;
	font-size:18px;
	font-style:italic;
	font-family:times New Roman;
	
}

.linkPrensa:hover{ 

color:#000000;	
text-decoration: none;
}


.Fuente {
	color:#666666;
	font-size:10px;
	font-weight:normal;
	display:block;
	padding-left: 15px;
	}

.txtFuente {
	
	color:#505050;
	font-size:10px;
	margin-right:10px;
	padding-left:5px;
	font-weight:bold;
	
}

.Autornota {
	color:#666666;
	font-size:10px;
	font-weight:normal;
	display:block;
	padding-left: 15px;
	}

.txtAutornota {
	
	color:#505050;
	font-size:10px;
	margin-right:10px;
	padding-left:5px;
	font-weight:bold;
	
}

.Fechanota {
	color:#666666;
	font-size:10px;
	font-weight:normal;
	display:block;
	padding-left: 15px;
	}

.txtFechanota {
	
	color:#505050;
	font-size:10px;
	margin-right:10px;
	padding-left:5px;
	font-weight:bold;
	
}




.boton11 {
    font: 11px "Helvetica";
    color: #505050;
    text-decoration: underline;
    border: 0px;
    display: block;
}

#div2 {
    position: relative;
    width: 576px;
    padding-top: 45px;
    left: 48px;
    font: 12px Arial, Helvetica, sans-serif;
    line-height: 16px;
    color: BLACK;
    text-align: justify;
}

#div2 a:link {
    color: #000000;
    text-decoration: none
}

#div2 a:visited {
    color: #000000;
    text-decoration: none
}

#div2 a:hover {
    color: #000000;
    text-decoration: underline
}

#div2 a:active {
    color: #000000;
    text-decoration: none
}

#div2_quienes {
    position: relative;
    width: 550px;
    padding-top: 45px;
    left: 48px;
    font: 11px Tahoma;
    line-height: 16px;
    color: BLACK;
    text-align: justify;
}

#div2_home {
    position: relative;
    width: 576px;
    padding-top: 5px;
    left: 40px;
    font: 12px Arial, Helvetica, sans-serif;
    line-height: 16px;
    color: BLACK;
    text-align: left;
}

#div2_llibre {
    position: relative;
    width: 590px;
    padding-top: 5px;
    padding-left: 30px;
    font: 12px Arial, Helvetica, sans-serif;
    line-height: 16px;
    color: #666666;
    text-align: justify;
}

#div2_home a:link {
    color: #000000;
    text-decoration: none
}

#div2_home a:visited {
    color: #000000;
    text-decoration: none
}

#div2_home a:hover {
    color: #000000;
    text-decoration: underline
}

#div2_home a:active {
    color: #000000;
    text-decoration: none
}

#div560 {
    position: relative;
    width: 560px;
    top: 0px;
    left: 2px;
    text-align: left;
    background-color: #ffffff;
    padding: 5px
}

#div560_destacado {
    position: relative;
    width: 560px;
    top: 8px;
    left: 2px;
    text-align: left;
    padding: 5px 5px 5px 5px;
    background-color: white;
}

#div23 {
    position: relative;
    width: 280px;
    top: 0px;
    left: 0px;
    text-align: justify;
}

#div24 {
    position: relative;
    width: 185px;
    top: 0px;
    left: 0px;
    text-align: justify;
}

.book_title {
    padding: 5px 10px 10px 10px;
    text-align: left;
    font: 30px "Times New Roman";
    line-height: 24px;
    font-weight: bold;
    font-style: italic;
    color: #505050;
}

.div_info_libro_home {
    width: 375px;
    float: left;
}

.div_picture_libro_home {
    width: 170px;
    float: right;
}

.div_autor {
    padding: 5px;
    background-color: #333333;
}

.autor_name {
    padding: 0px 5px 0px 10px;
    text-align: left;
    font: 18px "Times New Roman";
    line-height: 20px;
    font-weight: bold;
    color: #ffffff;
    background-color: #333333;
    letter-spacing: 1px;
}

.autor_name_plus {
    padding: 0px 5px 0px 10px;
    text-align: left;
    font: 11px "Times New Roman";
    line-height: 12px;
    font-weight: normal;
    font-style: oblique;
    color: #ffffff;
    background-color: #333333;
    letter-spacing: 1px;
}

.autor_bigraphy {
    text-align: left;
    font: 12px "Helvetica";
    line-height: 14px;
    font-weight: normal;
    color: #4f4f4f;
    padding: 15px 10px 5px 25px;
    background-image: url(http://www.edicionesalfabia.com/img/ico/pluma.gif);
    background-position: 10px 30px;
    background-repeat: no-repeat;
}

.book_sinopsis {
    text-align: left;
    font: 12px "Helvetica";
    line-height: 14px;
    font-weight: normal;
    color: #4f4f4f;
    padding: 15px 10px 10px 15px;
}

blockquote {
    padding: 0 0 0 40px;
    font-size: 16px;
	font-family: Times New Roman;
    /*
background: url(http://edicionesalfabia.com/img/lquote.png) no-repeat transparent;
*/
	margin-top: 20px;
	margin-bottom:20px;
	font-style:italic;
	line-height: 16px;
	color:#000000;
	text-align:left;
	
}

.blockquote q {
    padding: 0px 0px 10px 0px;
    font-size: 12px;
    font-style: italic;
    float: left;
    color: #999999;
	
}

cite {
    padding: 5px 5px 10px 0px;
    font-size: 12px;
    float: right;
    color: #666666;
}

.book_intro {
    text-align: left;
    font: 11px Tahoma;
    line-height: 14px;
    font-weight: normal;
}


.coment {
	
	padding-bottom:10px;
	text-align: left;
	
	
	
}

.coment p {
	font-family: times New Roman;
	font-size:14px;
	color:#ffffff;
	background-color:#000000;
	padding:20px;
	text-align: left;
	font-style:italic;	
	margin-top: 0px;
	margin-bottom: 15px;	
	
}

.coment span {
	font-family: Helvetica;
	font-size:12px;
	color:#666666;
	background: url(http://edicionesalfabia.com/img/img_bocadillo_black.gif) no-repeat center top;
	padding:20px 20px 20px 0px;
}






#flash {
    position: absolute;
    top: 113px;
    left: 0px;
}

#titolmenu {
    position: absolute;
    top: 99px;
    left: 10px;
    font: 10px Tahoma;
    text-align: left;
    color: #1E303A;
    letter-spacing: 0px
}

#titolmenu2 {
    position: absolute;
    top: 99px;
    left: 110px;
    font: 10px Tahoma;
    text-align: left;
    color: #1E303A;
    letter-spacing: 0px
}

#titolmenu3 {
    position: absolute;
    top: 99px;
    left: 178px;
    font: 10px Tahoma;
    text-align: left;
    color: #1E303A;
    letter-spacing: 0px
}

#titolmenu4 {
    position: absolute;
    top: 99px;
    left: 241px;
    font: 10px Tahoma;
    text-align: left;
    color: #1E303A;
    letter-spacing: 0px
}

#titolmenu5 {
    position: absolute;
    top: 99px;
    left: 312px;
    font: 10px Tahoma;
    text-align: left;
    color: #1E303A;
    letter-spacing: 0px
}

#titolmenu6 {
    position: absolute;
    top: 99px;
    left: 390px;
    font: 10px Tahoma;
    text-align: left;
    color: #1E303A;
    letter-spacing: 0px
}

#titolmenu7 {
    position: absolute;
    top: 99px;
    left: 494px;
    font: 10px Tahoma;
    text-align: left;
    color: #1E303A;
    letter-spacing: 0px
}

#titolmenu9 {
    position: absolute;
    top: 98px;
    left: 590px;
    font: 10px Tahoma;
    text-align: left;
    color: #1E303A;
    letter-spacing: 0px
}

#titolmenu10 {
    position: absolute;
    top: 10px;
    left: 14px;
    font: 12px Tahoma;
    text-align: right;
    line-height: 14px;
    color: #D68425;
    background-image: url(../img/img_boletin.jpg);
    background-repeat: no-repeat;
    background-position: left;
    width: 90px;
}

#titolmenu11 {
    position: absolute;
    top: 10px;
    left: 120px;
    font: 12px Tahoma;
    text-align: right;
    line-height: 14px;
    color: #D68425;
    background-image: url(../img/img_facebook.jpg);
    background-repeat: no-repeat;
    background-position: left;
    width: 105px;
}

#titolmenu12 {
    position: absolute;
    top: 10px;
    left: 240px;
    font: 12px Tahoma;
    text-align: left;
    line-height: 14px;
    color: #D68425;
    background-image: url(../img/ico_twitter.jpg);
    background-repeat: no-repeat;
    background-position: left;
    width: 100px;
    padding-left: 40px;
}

#titolmenu8 {
    position: absolute;
    top: 98px;
    left: 814px;
    font: 10px Tahoma;
    text-align: left;
    color: #1E303A;
    letter-spacing: 0px
}

#titolseccio {
    position: relative;
    width: 400px;
    font: 20px "Helvetica";
    text-align: left;
    padding-left: 30px;
    padding-bottom: 10px;
    padding-top: 30px;
    color: #999999;
    letter-spacing: 0px;
    font-weight: lighter;
}

.titolseccio2 {
    color: #999999;
    font: 20px "Helvetica";
    font-weight: normal;
    letter-spacing: 1px;
    line-height: normal;
    padding-left: 1px;
    text-align: left;
}

#titolseccio_llibre {
    position: relative;
    width: 400px;
    font: 28px "times New Roman";
    text-align: left;
    font-weight: bold;
    padding-left: 30px;
    padding-bottom: 20px;
    padding-top: 30px;
    color: #505050;
    letter-spacing: 0px;
    font-weight: bolder;
    font-style: italic;
}


/*FICHA */


.tsecbook {
    position: relative;
    text-align: left;
    padding-left: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
	margin: 10px 30px 0px 0px;
    color: #000000;
    letter-spacing: 0px;
    font-weight: bolder;
    font-style: italic;
	font-family: "times New Roman";
}

.subtsecauthor {
	
	position: relative;
    padding: 10px 20px;
	margin: 0px;
    color: #ffffff;
    letter-spacing: 0px;
    font-weight: lighter;
    font-style: normal;
	text-transform:uppercase;
	text-align: left;
    font-size:14px;
	font-family: "Times New Roman";
	background-color: #000000;
	
	
}



.textbook {
    position: relative;
    padding-top: 5px;
    font-size: 12px;
    line-height: 16px;
    color: #666666;
    text-align: justify;
	font-family:"Tahoma";
}






#title_proximamente {
    position: relative;
    width: 400px;
    font: 20px "Helvetica";
    text-align: left;
    padding-left: 40px;
    padding-bottom: 10px;
    padding-top: 45px;
    color: #999999;
    letter-spacing: 0px;
    font-weight: lighter;
    background-image: url(http://www.edicionesalfabia.com/img/ico/libro_white_32px.gif);
    background-position: 10px 30px;
    background-repeat: no-repeat;
}

#title_novedades {
    position: relative;
    width: 400px;
    font: 20px "Helvetica";
    text-align: left;
    padding-left: 40px;
    padding-bottom: 10px;
    padding-top: 45px;
    color: #999999;
    letter-spacing: 0px;
    font-weight: lighter;
    background-image: url(http://www.edicionesalfabia.com/img/ico/libro_white_32px.gif);
    background-position: 10px 30px;
    background-repeat: no-repeat;
}

#title_cuadernos {
    position: relative;
    width: 400px;
    font: 20px "Helvetica";
    text-align: left;
    padding-left: 80px;
    padding-bottom: 10px;
    padding-top: 45px;
    color: #999999;
    letter-spacing: 0px;
    font-weight: lighter;
    background-image: url(http://www.edicionesalfabia.com/img/ico/libro_cuadernos.gif);
    background-position: 10px 30px;
    background-repeat: no-repeat;
}

.date {
    position: relative;
    font: 12px Arial;
    font-weight: bold;
    text-align: right;
    padding: 5px;
    color: #666666;
}

.trigger {
    position: relative;
    cursor: pointer;
    z-index: 2;
}

.menu {
    position: absolute;
    visibility: hidden;
    overflow: hidden;
    z-index: 1;
    margin: 5;
    padding: 4px;
    background: #EBEBCC;
    filter: Alpha(opacity = 80, finishopacity = 80, style = 1);
    color: #000000;
    opacity: 0.8;
    width: 98px;
    top: 35px;
    left: 0px;
    font-family: arial, helvetica, sans-serif;
    font-size: 10px;
    line-height: 18px;
    padding-left: 14px;
}

.menu a:link {
    color: #000000;
    text-decoration: none
}

.menu a:visited {
    color: #000000;
    text-decoration: none
}

.menu a:hover {
    color: #ffffff;
    text-decoration: none
}

.menu a:active {
    color: #ffffff;
    text-decoration: none
}

.titolhome {
    font-family: Times;
    font-size: 18px;
    line-height: 18px;
}

#rightcolumn {
    PADDING-TOP: 20px;
    width: 198px; /*Width of right column*/
    position: absolute;
    font: 11px Tahoma;
    line-height: 16px;
    left: 654px;
    top: 318px;
}

#footer {
    width: 850px;
    font: 11px Tahoma;
    line-height: 16px;
    color: white;
    text-align: center;
    padding: 4px 0;
}

.innertube {
    margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
    margin-top: 0;
}

.innertube a:link {
    color: #000000;
    text-decoration: none
}

.innertube a:visited {
    color: #000000;
    text-decoration: none
}

.innertube a:hover {
    color: #000000;
    text-decoration: underline
}

.innertube a:active {
    color: #000000;
    text-decoration: underline
}

.links_llibres {
    margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
    margin-top: 0;
}

.links_llibres a:link {
    color: #252525;
    text-decoration: none;
}

.links_llibres a:visited {
    color: #252525;
    text-decoration: none
}

.links_llibres a:hover {
    color: #000000;
    text-decoration: underline
}

.links_llibres a:active {
    color: #000000;
    text-decoration: none
}

.floatright {
    float: right;
    width: 295px;
}

.floatleft {
    float: left;
    width: 260px;
}

.floatright2 {
    float: right;
    margin: 0 0 1px 1px;
    padding-top: 4px;
    padding-right: 4px;
    padding-left: 10px;
    padding-bottom: 80px;
}

.titolindexllibres {
    color: #505050;
    font-weight: bold;
	text-transform: uppercase;
	padding: 5px 0px 10px 0px;
}

/* listas */
.listacatalogo {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 3px;
    list-style-image: url(http://www.edicionesalfabia.com/img/ico/libro.gif);
    list-style-position: inside;
	text-align:left;
}


.listacatalogo li {
	border-bottom: solid #999999 1px;
	padding-top:10px;
}


.listacatalogo a {
	font-family: "Times New Roman";
	font-style: italic;
	text-decoration:none;
	font-size:14px;
	color:#666666;
}


.listacatalogo a:hover {
	font-family: "Times New Roman";
	font-style: italic;
	text-decoration:none;
	font-size:14px;
	color:#000000;
}



.listaautores {
    margin: 0px 0px 0px 15px;
    padding: 0px 0px 3px;
    list-style-image: url(http://www.edicionesalfabia.com/img/ico/pluma.gif);
    list-style-position: outside;
}

.listanoticias {
    margin: 0px 0px 0px 15px;
    padding: 0px 0px 3px;
    list-style-image: url(http://www.edicionesalfabia.com/img/ico/news.gif);
    list-style-position: outside;
}

li {
    margin: 0px 0px 0px 15px;
    padding: 0px 0px 3px;
}

#line_solid {
    margin: 0px;
    padding: 0px;
    border-width: 0px 0px 1px;
    border-style: none none solid;
    border-color: #999999;
    background-color: #000000;
    width: 100%;
}


.padtop5 {
padding-top:5px;
}

.padtop10 {
padding-top:10px;
}

.padtop20 {
padding-top:20px;
}

.padbot5 {
padding-bottom:5px;
}

.padbot10 {
padding-bottom:10px;
}
.padbot20 {
padding-bottom:20px;
}

.padl5 {
	padding-left:5px;
}

.padl10 {
	padding-left:10px;
}

.padl20 {
	padding-left:20px;
}

.padr5 {
	padding-left:5px;
}

.padr10 {
	padding-left:10px;
}

.padr20 {
	padding-left:20px;
}

.padr5{
	padding-right:5px;
}

.padr10{
	padding-right:10px;
}
.padr20{
	padding-right:20px;
}

.floatr {
	float:right;
}


#t {
    position: absolute;
    top: 90px;
    left: 10px;
    font: 10px Tahoma;
    text-align: left;
    color: #1E303A;
    letter-spacing: 0px
}

#t2 {
    position: absolute;
    top: 90px;
    left: 110px;
    font: 10px Tahoma;
    text-align: left;
    color: #1E303A;
    letter-spacing: 0px
}

#t3 {
    position: absolute;
    top: 90px;
    left: 178px;
    font: 10px Tahoma;
    text-align: left;
    color: #1E303A;
    letter-spacing: 0px
}

#catalogo {
    position: absolute;
    top: 82px;
    left: 246px;
    font: 10px Tahoma;
    text-align: left;
    color: #ebebeb;
    letter-spacing: 0px
}
.llave {
	font-size:18px;
	padding-left:4px;
	
}

#t4 {
    position: absolute;
    top: 82px;
    left: 321px;
    font: 10px Tahoma;
    text-align: left;
    color: #1E303A;
    letter-spacing: 0px
}



#t5 {
    position: absolute;
    top: 90px;
    left: 414px;
    font: 10px Tahoma;
    text-align: left;
    color: #1E303A;
    letter-spacing: 0px
}

#t6 {
    position: absolute;
    top: 90px;
    left: 494px;
    font: 10px Tahoma;
    text-align: left;
    color: #1E303A;
    letter-spacing: 0px
}

#t7 {
    position: absolute;
    top: 90px;
    left: 590px;
    font: 10px Tahoma;
    text-align: left;
    color: #1E303A;
    letter-spacing: 0px
}

#t8 {
    position: absolute;
    top: 90px;
    left: 810px;
    font: 10px Tahoma;
    text-align: left;
    color: #1E303A;
    letter-spacing: 0px
}



#t9 {
    position: absolute;
    top: 90px;
    left: 662px;
    font: 10px Tahoma;
    text-align: left;
    color: #1E303A;
    letter-spacing: 0px
}

.bgcolor_ededed {
	
	background-color:#ededed;
}

.bggrey1 {
	
	background-color:#ededed;
}

.bggrey9 {
	
	background-color:#999999;
}


.bgwhite {
	background-color:#ffffff;
}


/*------------------------------------------------
                MAIN MENU
 */





#nav {
	
	height:40px;
	background-color:#000000;
 
}


#mainmenu { 
	padding:0 0 0 0;
	margin:12px 0 0 0 ;
	border: 0; 
	float:left;
	display: block;
    list-style: none;
    position: absolute;
	font-size:12px;
	font-family: "Tahoma";
	text-decoration:none;
	text-transform:uppercase;
	
}


#mainmenu li {
	display:inline;
	float:left;
	color:#999999;
	font-size:12px;
	
}


#mainmenu a {
	text-decoration:none;
	color:#999999;
	
	
}


#mainmenu a:hover {
	color:#ffffff;
	
	
	
}


#mainmenu a:active {
	color:#ffffff;
	
}

/* breadcrumb*/


#breadcrumb {
margin-bottom:5px;
margin-left:10px;
margin-right:0;
margin-top:5px;
text-align:center;
float:left;
font-size:10px;
font-family:"Tahoma";
text-transform:uppercase;
color:#999999;
}


#breadcrumb p {
margin-bottom:10px;
margin-left:0;
margin-right:0;
margin-top:10px;
text-align:center;
float:left;
}


#breadcrumb a {
margin-bottom:0px;
margin-left:5px;
margin-right:5px;
margin-top:0px;
text-align:center;
float:none;
color:#666666;
text-decoration:underline;
}


#breadcrumb a:hover {
margin-bottom:0px;
margin-left:5px;
margin-right:5px;
margin-top:0px;
text-align:center;
float:none;
color:#333333;
text-decoration:underline;
}



#breadcrumb .bread {
clear:both;
font-size:10px;
padding-bottom:10px;
padding-left:0;
padding-right:0;
padding-top:0;

}


/* social
-------------------------------*/

#toplink {
	
}

#toplink img {
	margin-top:5px;
	margin-bottom:0px;
	
}

#toplink form {
font-size:10px;
font-family:"Tahoma";
text-transform:uppercase;
color:#ededed;
padding: 5px 10px 5px 0px;
text-align:center;
float:left;


}

#toplink p.boletin {
font-size:16px;
font-family:"Times New Roman";
font-style:italic;
color:#333333;
padding: 0px 10px 0px 0px;
text-align:center;
float:left;
margin: 8px 0px 0px 0px;

}

#toplink p.boletin img {

padding: 0 10px 0 5px;

}

#toplink p.social {
font-size:10px;
font-family:"Tahoma";
color:#ededed;
padding: 3px 0px 0px 0px;
text-align:center;
float:right;
margin:0;


}


#toplink p.social a {
	color:#ededed;
	padding-right:10px;
	text-decoration:none;
	
}

#toplink p.social a:hover {
	color:#ffffff;
	padding-right:10px;
	text-decoration:none;
	
}


.social img {
	border:0;
	text-decoration:none;
	padding-right:5px;
	
}



/*info*/


#mainmenu .catalog {
    float: left;
    height: 38px;
	width:145px;
    padding-top:1px;
	padding-left:10px;
	font-size:12px;
	
}


#mainmenu .catalog ul.subinfo {
    font-size: 12px;
    padding-left: 25px;
	padding-top:16px;
    text-decoration: none;
    line-height: 18px;
    text-indent: 0px;
	left: 20px;
    top: -45px;
 	position: relative;
}


#mainmenu .catalog:hover {
 	
 	
}


#mainmenu .catalog ul.subinfo li.subinfo_node{
    font-size: 12px;
    padding: 5px 5px 0px 5px;
    text-decoration: none;
    line-height: 18px;
    text-indent: 0px;
	
	
}




#mainmenu .catalog ul.subinfo a {
   
    font-size: 11px;
    padding: 2px 10px ;
    text-decoration: none;
    line-height: 8px;
    text-indent: 0px;
	font-weight:normal;
	float:left;
	
	
}


#mainmenu .catalog ul.subinfo a:hover {
    font-size: 11px;
    padding: 2px 10px;
    text-decoration: none;
    line-height: 8px;
    text-indent: 0px;
	font-weight:normal;
	float:left;

	
}


#mainmenu .catalog span.key {
    float: none;
    padding: 0;
    height: 35px;
	font-style: normal;
	width:180px;
	
    
	
}

#mainmenu .catalog span.symbol {
    float: none;
    padding: 0;
    height: 35px;
	font-style: normal;
	
    
	
}



/*---------*/










/*project*/

#mainmenu li.project {	
    display: block;
    float: left ;
    height: 36px;
    border-bottom-width: 0px;
    width: 340px;
	font-size: 18px;
}


#mainmenu li.project a.project_link {
    display: block;
    float: left;
    height: 35px;
    line-height: 55px;
    color: #484984;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    padding: 0 0 0 0px;
    cursor: pointer;
}

#mainmenu li.project a.project_link span {
    float: left;
    color: #484984;
    display: block;
    padding: 0 4px;
    height: 35px;
}

#mainmenu li.project a.project_link span.downproject {
    float: left;
    color: #484984;
    display: block;
    padding: 0 4px 0 24px;
    height: 35px;
    line-height: 55px;
	width:100px;
	line-height:45px;
}


#mainmenu li.project:hover a.project_link {
    color: #6673ff;
    
}

#mainmenu li.project:hover a.project_link span {
    color: #6673ff;
}

#mainmenu li.project:hover a.project_link span.downproject {
    color: #6673ff;
}


.borderlgrey {
	
	border-left: 1px solid #999999;
	
}

