body {
	background: url(../images/f.jpg) fixed;
	margin: 3em;
	
}
body a {
	background: #fff;
}

.submit {
	background: url(../images/fondo_submit.jpg);
	color: black;
	border: 1px solid #CCCCCC;
	font-size: 12px;
	padding: 5px;
	margin: 14px;
	font-family: arial
}

.msg_error {
	border: 1px solid red;
	background: #FFE1E1;
	color: red;
	text-align: center;
	margin: 10px;
	padding: 10px;
	width: 50%;
	font-weight: bold;
	-moz-border-radius: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px
}

.msg_normal {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid green;
	background: #D2FFE9;
	color: green;
	text-align: center;
	margin: 10px;
	padding: 10px;
	width: 50%;
	font-weight: bold;
	-moz-border-radius: 6px
}

.icon_button {
	width: 14px;
	height: 14px;
	position: relative;
	top: 2px;
	left: -2px
}
.submit:hover {
	opacity:.6;
	filter:alpha(opacity=60);
	cursor: pointer
}

#menu * {
	text-align: left
}

.nota_titulo:hover {
	text-decoration: underline;
	cursor: pointer
}

.nota_titulo {
 text-decoration: none
}

.nota_lc:hover {
	text-decoration: underline;
	cursor: pointer
}
.nota_lc {
 text-decoration: none;
color: #007bb7
}

.a_hover {
	text-decoration: none
}

.a_hover:hover {
	text-decoration: underline
}

.xhover:hover {
	cursor: pointer
}
.boletin_text {
	padding: 4px;
	width: 200px;
	font-family: arial;
	font-size: 12px;
	background: url(../images/fondo_input.jpg);
	border:1px solid #ccc;
	-moz-border-radius: 6px;
}
.boletin_requerido {
	font-family: "Courier New", Courier, monospace;
	color: red;
	font-weight: bold;
	font-size: 12px
}
input:focus, textarea:focus {
	background: #FFF4CC;
	border: 1px solid #FF9900
}