/* CSS Document */
a {
	font-family:verdana;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	color:#0E2D63;
}

a:hover {
	font-family:verdana;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	color:#ffffff;
}

label {
	font-family:verdana;
	font-size:11px;
	color:#000000;
	text-align:justify;
	font-weight:bold;
	vertical-align:top;
}

input {
	background-color:#E5E5E5;
	font-family:verdana;
	font-size:11px;
	color:#000000;
	text-align:justify;
	width:300px;
	border:1px solid #000000;
}

textarea {
	background-color:#E5E5E5;
	font-family:verdana;
	font-size:11px;
	color:#000000;
	text-align:justify;
	width:300px;
	height:200px;
	border:1px solid #000000;
}

#fecha {
	position:absolute;
	font-family:verdana;
	font-size:9px;
	margin-top:25px;
	margin-left:460px;
	text-align:right;
	width:250px;
	font-weight:bold;
}

#txtGnl {
	color:#000000;
	font-family:verdana;
	font-size:11px;
	text-align:left;
	line-height:20px;
}

/*MENU*/

#menu{
	
	position:absolute;
	margin-left:0px;
	width:199px;
}


#tabla_menu {
	width:196px;
	height:282px;
	border:0px solid red;
	margin-left:3px;
	vertical-align:top;
}

.sep_menu {
	background: url(../img/sep_menu.jpg) no-repeat 0px 22px;
}