/***************************************
 * Contenedor - Lateral derecho
 * *************************************/
#sidebar_right {
    width: 172px;
    margin: 8px 0px 20px 0px;
    clear: right;
    display: inline-block;
    float: left;
}

#sidebar_right ul {
    margin-left: 10px;
    padding-top: 10px;
	padding-right:10px;
    padding-bottom: 10px;
}

#sidebar_right a:link, #sidebar_right a:visited {
	display: block;
    text-decoration: none;
	margin-bottom: 14px;
    color: #444444;
}
* html #sidebar_right a:link{
	margin-bottom: 7px;
}
* html #sidebar_right a:visited {
	margin-bottom: 7px;
}

#sidebar_right a:hover {
    text-decoration: underline;
}

/* bloque manuales */
#block_manuales {
    width: 172px;
}

#block_manuales .top {
    height: 55px;
    display: block;
    background: url(../img/block_manuales_top.gif) top left no-repeat;
}

#block_manuales .top p {
    color: #FFFFFF;
    font-size: 1.5em;
    font-weight: bold;
    padding-top: 10px;
    padding-left: 10px;
}

#block_manuales .middle {
    display: block;
	border-left: 1px solid #C0C0C0;
	border-right: 1px solid #C0C0C0;
    font-size: 1.1em;
	background: #ffffff;
}

#block_manuales .bottom {
    height: 10px;
    display: block;
    background: url(../img/block_bottom.gif) top left no-repeat;
}

/* bloque relacionados */
#block_relacionados {
    width: 172px;
}

#block_relacionados .top {
    height: 55px;
    display: block;
    background: url(../img/block_relacionados_top.gif) top left no-repeat;
}

#block_relacionados .top p {
    color: #FFFFFF;
    font-size: 1.5em;
    font-weight: bold;
    padding-top: 10px;
    padding-left: 10px;
}

#block_relacionados .middle {
	display: block;
	border-left: 1px solid #C0C0C0;
	border-right: 1px solid #C0C0C0;
    font-size: 1.1em;
	background: #ffffff;
}

#block_relacionados .bottom {
    height: 10px;
    display: block;
    background: url(../img/block_bottom.gif) top left no-repeat;
}

#block_micuenta .middle .texto_caja_middle,
#block_manuales .middle .texto_caja_middle,
#block_relacionados .middle .texto_caja_middle{
    padding: 10px 10px 0 10px;
}

#block_micuenta .middle .enlace_caja_middle,
#block_manuales .middle .enlace_caja_middle,
#block_relacionados .middle .enlace_caja_middle{
	display: block;
	float: right;
    margin: 0 10px 0 0;
}

#block_micuenta .middle .enlace_caja_middle a:link,
#block_manuales .middle .enlace_caja_middle a:link,
#block_relacionados .middle .enlace_caja_middle a:link{
    text-decoration: none;
    color: #444444;
	font-weight: bolder;
	background: url(../img/flecha.gif) right 1px no-repeat;
	padding: 0 15px 0 0;
}

#block_micuenta .middle .enlace_caja_middle a:visited,
#block_manuales .middle .enlace_caja_middle a:visited,
#block_relacionados .middle .enlace_caja_middle a:visited{
    text-decoration: none;
	font-weight: bolder;
	float: right;
    color: #444444;
	background: url(../img/flecha.gif) right 1px no-repeat;
	padding: 0 15px 0 0;
}

#block_micuenta .middle .enlace_caja_middle a:hover,
#block_manuales .middle .enlace_caja_middle a:hover,
#block_relacionados .middle .enlace_caja_middle a:hover{
    text-decoration: underline;
}
