@charset "utf-8";
/* CSS Document */
body{ 
background:#eee; 
padding:0px; 
margin:0px; 
font-family:"Courier New", Courier, monospace;
}
#contenedor{ margin:0px; padding:0px;}
#sub_contenedor{ 
width:1000px; 
background:#FFF;
}
#mnu_izq{
	padding:2px 0px 2px 0px; 
	margin:0px;
	font-size:14px;
	background:#fff;
	border-radius:2px;
}
#mnu_izq div{padding:2px;font-weight:bolder;}
#mnu_izq div:hover{}
#mnu_izq a{
	text-decoration:none;
	color:#000; 
	font-weight:bolder; font-size:13px;
}

.mnu_izq_sub:hover{ background: #CCC;}
.btn_standard{border:solid 1px #000; background:#09c;color:#fff;}
.btn_standard:hover{ cursor:pointer;}
.img_btn:hover{cursor:pointer;}
.icon_action:hover{cursor:pointer;}
.filah {border-bottom:solid 3px #000; border-top:solid 3px #000;}
.lguiat {border-top:solid 1px #000;}
.lguiab{border-bottom:dotted 1px #000;}


