#outer
{
background: url(images/common/fondoin04.gif) repeat-y;
}

#splash
{
position: relative;
top:0px;
background: url(images/cabeceras/cabnoticias.jpg) no-repeat;

width:900px;
height: 115px;
margin: auto;
clear:both;
}

#content
{
	width:83%;
	float:none;
	border-bottom: 1px solid;
	padding-bottom:36px;
}


#bloquecentral {
	position:relative;
}
#sidebar
{
height:100%;
width: 16%;
position:absolute;
top:0px;
left: 84%;
#min-height:100%;
}
	
#sidebaracciones
{
	height:100%;
	margin-left:1%;
	width:100%;
	margin-top:47px;
	padding-top:25px;
	/*background-color:#f2f4e9;*/
}

#sidebaracciones a
{
	text-decoration:none;
}
#sidebaracciones a:hover
{
	text-decoration:underline;
}

#sidebaracciones ul 
{
	height:100%;
	list-style:none;
}
#sidebaracciones ul li 
{
	list-style:none;
	margin:0;
	border-bottom:#bfbfbf 1px solid;
	/*padding-bottom:10px;*/
	font-size:8pt;
}

