#lmain {}
#lmain ul
    {
    list-style-type: none;
    margin: 0;
		padding: 0;
    }
#lmain  ul li
    {
	font-family : Arial, Helvetica, sans-serif;
    font-size: 12px;
    border-top: 1px solid #f1f1f1;
	height: 30px;
	width: 177px;
    }

#lmain  ul li a
    {
	width: 177px;
	height: 30px;
    padding: 5px 0px 5px 15px;
    background: #f8f8f8 url("fgris.jpg");
    font-weight: normal;
    color: #326793;
    text-decoration: none;
    display: block;
    }
#lmain  ul li a:hover
    {
    background: #f8f8f8 url("fgris_hover.jpg");
    color: #072956;
    }
    
.titulo {
	font-family : Arial;
	color : #FF8C00;
	font-size : 24px;
	text-decoration: none;
}
.cuerpo {
	font-family : Arial;
	color : #333333;
	font-size : 11px;
	text-decoration: none;
}



.menu  {
display:block;
	font-family : Arial, Helvetica, sans-serif;
	color : #FDF7E6;
	font-size : 13px;
	width: 150px;
	text-decoration: none;
	padding-top:10px;
	padding-bottom:10px;
	background-image: 
url('fonsblauclar.jpg');
background-repeat: repeat
}

.menu:hover  {
	font-family : Arial, Helvetica, sans-serif;
	color : #FFFFFF;
	padding-top:10px;
	padding-bottom:10px;
	font-size : 13px;
	text-decoration: none;
background-image: 
url('fonsblau.jpg');
background-repeat: repeat
}

BODY {
SCROLLBAR-FACE-COLOR: #f3f4f5;
FONT-SIZE: 12 px;
SCROLLBAR-HIGHLIGHT-COLOR: #adb6bc;
SCROLLBAR-SHADOW-COLOR: #adb6bc;
SCROLLBAR-3DLIGHT-COLOR: #f3f4f5;
SCROLLBAR-ARROW-COLOR: #adb6bc;
SCROLLBAR-TRACK-COLOR: #ffffff;
FONT-FAMILY: Verdana;
SCROLLBAR-DARKSHADOW-COLOR: #f3f4f5
}

