body{
	margin:0;
	scrollbar-arrow-color : #586CA7;
	scrollbar-face-color : #fff;
	scrollbar-highlight-color : #fff;
	scrollbar-shadow-color : #fff;
	scrollbar-track-color : #fff;
	scrollbar-3dlight-color : #D5CEB4;
	scrollbar-darkshadow-color : #D5CEB4;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	/*overflow:hidden;*/
}
table{
	font-size: 10px;
	width:465px;
	font-size: 10px;
	color: #5C6E7A;
	text-align:left;
	margin:0 0 5px 0;
	vertical-align:text-top;
	background-color:#fff;
	border:0;
}	
.borde{
	border-top:1px dashed #D5CEB4;
	border-bottom:1px dashed #D5CEB4;
}
table img{
	border:1px solid #5C6E7A;
	width:50px;
	height:50px;
}
p{
	font-size: 10px;
	color: #000033;
	text-align:left;
	margin:0 0 5px 0;
}	
h1{
	margin-top:-5px;
	font-size:10px;
	color: #857F67;
	font-weight: lighter;	
	margin-bottom:7px;

}
h2{
	text-align:left;
	font-size:12px;
	color: #fff;
	font-weight: bold;	
	margin-bottom:0;
	padding:0;
	background:#D5CEB4;
}

h3{
	text-align:left;
	font-size:10px;
	color: #405596;
	font-weight: lighter;	
	margin-bottom:0;
}

#cont_frame{
	position:absolute;
	top:135px;
	left:507px;
	width:500px;
	height:480px;
	z-index:2;
	background-color:#fff;
}
/*COMÚN*/	
#contenido{
	position:absolute;
	width:505px;
	height:480px;
	left:0;
	top:0;
	z-index: 0;
	padding:0;	
	margin:0;
}			
#texto{
	position:relative;
	overflow:auto;
	width:494px;
	height:430px;
	left:0;
	top:0;
	z-index: 0;
	padding:0;	
	margin:0;
}			
#contenido a{
	color:#fff;
	text-decoration:none;
	padding-left:4px;
	padding-right:4px;
	background:#586CA7;
	border-left:8px solid #8896C0;
	font-size: 10px;

}	
#contenido a:hover{
	color:#fff;
	background:#D5CEB4;
	border-left:8px solid #E1DCC9;
	font-size: 10px;
}
