/*-------------------------------------------------------------------------------------------*/
/* Bloque del Widget */
/*-------------------------------------------------------------------------------------------*/

.widget {

}

/*-------------------------------------------------------------------------------------------*/
/* Titulo del Widget */
/*-------------------------------------------------------------------------------------------*/

.widget h3 {
background:#A8BC70 none repeat scroll 0 0;
color:#EEEEEE;
font-size:18px;
height:28px;
padding:7px 10px;
text-align:center;
margin-left: 25px;
}

/*-------------------------------------------------------------------------------------------*/
/* Bloque interior del Widget */
/*-------------------------------------------------------------------------------------------*/

.widget ul { 
padding-left:5px;
font-family:Georgia,"Times New Roman",Times,serif;
line-height:20px;
margin:0 25px 20px;
position:relative;
width: 260px;
clear:both;
background:#F2F2F2 none repeat scroll 0 0;
border:5px solid #E2E2E2;
}

/*-------------------------------------------------------------------------------------------*/
/* Listado del Widget */
/*-------------------------------------------------------------------------------------------*/

.widget ul li { 
border-bottom:1px solid #E2E2E2;
border-top:1px solid #F7F6F6;
font-family:Georgia,"Times New Roman",Times,serif;
font-weight:bold;
line-height:25px;
overflow:hidden;
background: none;
padding-left:0px;
}
.widget ul li a { /* Links */
border-bottom:0px dotted #333333;
color:#6F6F6F;
display:block;
padding:5px 0 0px 5px;
text-decoration:none;
}
.widget ul li a:hover { /* Links hover */
background:#FFFFFF url(002/bg_sidebar_ul_lines.gif) repeat-x scroll center bottom;
color:#000000;
border-bottom:0px dotted #333333;
}

/*-------------------------------------------------------------------------------------------*/
/* Others */
/*-------------------------------------------------------------------------------------------*/

.textwidget { 
padding-left:5px;
font-family:Georgia,"Times New Roman",Times,serif;
line-height:20px;
margin:0 25px 20px;
position:relative;
width: 260px;
clear:both;
background:#F2F2F2 none repeat scroll 0 0;
border:5px solid #E2E2E2;
}
