/***********************************************************
    Widgets in column right
************************************************************/
.widget {
	clear:both;
	font-family: arial;
	border:1px solid #ececec;
	background-color: #FFF;
	padding-top: 0px;
	padding-right: 5px;
	padding-left: 5px;
    padding-bottom: 5px;
}
 
.widget .title{
	font-style:normal;
	font-size: 15px;
	font-weight:bold;
	text-align:left;
    padding-top: 6px;
}

.widget .titleCenter{
	font-style:normal;
	font-size: 15px;
	font-weight:bold;
	text-align:center;
    padding-top: 6px;
}

.widget .mini{
    margin:4px;
    border:2px solid #CCCCCC;
    width:120px;
}

.widget .body{
	font-style:normal;
	font-size: 12px;
	text-align:left;
}

.widget  .linea_horizontal{
	width: 100%;
	border-bottom:1px solid #D0D0D0;
	margin-bottom: 8px;
	clear: both;
}

.widget .more_infor{
    text-align:right;
}


.widget input[type="text"]{
    padding:3px 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #ccc;
    font-family:.9em;

}


.widget input[type="submit"]{
    padding:3px 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #ccc;
    font-family:.9em;
    margin:4px;
}

.share img{
    height: 18px;

}

.widget .cajaBusqueda input[type="text"]{

    /*width:270px;*/
    width:180px;
}
/***********************************************************
    Footer content definition
************************************************************/
#wrapper-footer{
	margin:10px 0 !important;
}


#footer{
    color:#9b9da0;
}
div#footer li{

}
div#footer a{
    color:#9b9da0 !important;
    font-size: 11px;
}
div#footer div.publi-footer{
    background:#ccc;
    margin-bottom:5px;
    background:#ccc;
    margin-bottom:6px;
    height:90px;
    overflow:hidden;
}
div#footer hr.new-separator{ margin:0; padding:0; height:2px; }

div#footer ul{
    margin:0;
    padding:0;
    margin-bottom:3px;
}
div#footer ul li{
    display:inline;
    margin:0;
    padding:0;
    padding-right:10px;    
}

div#footer ul li img{vertical-align:middle}
div#footer ul li.last{ border:none;}

div#footer .developed-by{
    text-align:right;
    margin-top:0px;
}

.span-7 {width:270px;float:left;margin-right: 10px;}
.span-12 {width:470px;float:left;margin-right: 10px;}
.span-17 {width:670px;float:left;margin-right: 10px;}
.span-24 {width:960px;margin-right:0;float:left;}

/***********************************************************
    Estilos para la sección de LIBROS
************************************************************/

.listadoLibros
{
	float:left;
	display:inline;
	position:relative;
}

.portadaLibro {
    text-align: center;
    float: left;
    margin: 20px 5px 5px 30px;
}

.portadaLibro a {
    padding: 5px;
    display: block;
    font-size: 12px;
    border: 1px dashed #e5e5e5;
    text-decoration: none;
}

.portadaLibro a:hover {
    background-color: #e5e5e5;
    font-size: 12px;
    border: 1px solid #e5e5e5;
}

.fileteHorizontalLibros
{
	width:734px;
	height:1px;
	margin-top:10px;

	display:inline;
	float:left;

	overflow:hidden;
	position:relative;
	
	background-image:url('../images/fileteHorizontal.gif');
	background-repeat:no-repeat;
}

/***********************************************************
    Estilos para la sección de KIOSKO
************************************************************/

.portada {
    text-align: center;
    float: left;
    margin: 5px;
}

.portada a {
    padding: 5px;
    display: block;
    font-size: 12px;
    border: 1px dashed #e5e5e5;
    text-decoration: none;
}

.portada a:hover {
    background-color: #e5e5e5;
    font-size: 12px;
    border: 1px solid #e5e5e5;
}

#kiosko_menu div a {
    padding: 5px;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 5px;
    border-bottom:1px dashed #e5e5e5;
    vertical-align:middle;
    text-decoration:none;
    font-size: 12px;
}

#kiosko_menu div a:hover {
    background-color: #e5e5e5;
    border-bottom:1px solid #e5e5e5;
    font-size: 12px;
}
