@charset "utf-8";
body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
body {
	background-color: #333333;
	background-image: url(imagenes/web1/bg.jpg);
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
blockquote { left: -10px; }
a {
	color: #006600;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #009900;
	font-weight: bold;
}
.titulo {
	font-size: 16px;
	font-weight: bold;
}
.contenido {
	line-height: 18px;
	text-align: justify;
}

.bg_central_sup {
	background-image: url(imagenes/web1/bg_lat_peq.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	height:41px;
	padding-right: 55px;
}

.bg_central {
	background-image: url(imagenes/web1/bg_fotos.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}
.input {
	border: 1px solid #006600;
	font-family: "Courier New", Courier, monospace;
	color:#0033CC;
}
.boton {
	border: 1px solid #006600;
	background-color: #eee;
	color: #000000;
}
#msg_error {
	position: relative;
	color:#990000;
	border: 1px solid #990000;
	background-color:#FFCCFF;
	padding: 5px;
}
#msg_ok {
	position: relative;
	color: #006600;
	border: 1px solid #006600;
	background-color:#99FF66;
	padding: 5px;
}
.nota_pie {
	color: #FFFFFF;
	font-size: 9px;
}
