body {
	padding: 0;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 11px;
	font-family: tahoma, sans-serif;
	letter-spacing: 1px;
	line-height: 160%;
}

body, p.right, p.left, .normal, .botoncito, .fondo, .marcar:hover {
	background: #F1F1F1;
}

h2, h3, .subraya {
	border-bottom: 1px dashed #454545;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
	padding-bottom: 3px;
}

h3 {
	padding: 4px;
	font-size: 12px;
}

p {
	margin: 0;
	margin-bottom: 5px;
}

p.right {
	text-align: right;
	color: #666666;
	font-size: 10px;
	padding: 5px;
}

p.left {
	text-align: left;
	color: #454545;
	font-size: 10px;
	font-weight: bold;
	padding: 5px;
}

.sub {
	color: #454545;
	font-size: 9px;
}
form {
	margin: 0;
}

input {
	border: 1px solid #c0c0c0;
	color: #454545;
	font-size: 11px;
	letter-spacing: 1px;
}

a {
	color: black;
	font-size: 11px;
	text-decoration: none;
}

a img {
	border: 0;
}

.seleccionada {
	border: 1px solid #c0c0c0;
	border-bottom: 0;
}

.normal {
	border: 1px solid #c0c0c0;
}

.nada, .nada2 {
	border-bottom: 1px solid #c0c0c0;
}

.nada2 {
	padding: 2px 8px 2px 8px;
}

.seleccionada, .normal {
	padding: 2px 4px 2px 4px;
	color: #454545;
	text-align: center;
}

.botoncito {
	color: black;
	border: 1px solid #c0c0c0;
	font-size: 11px;
	width: 50px;
	height: 17px;
	margin: 0;
	padding: 0;
}

#container {
	width: 730px;
	padding: 25px;
	background: white;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #c0c0c0;
}

#search {
	float: right;
	padding-top: 8px;
	text-align: right;
	width: 190px;
}

#body {
	clear: left;
	width: 70%;
	margin-bottom: 16px;
	margin-top: 16px;
}

#footer {
	clear: both;
	padding-top: 5px;
}

#right_menu_content {
	clear: both;
	float: right;
	width: 190px;
}

#right_menu_content a:link, a:active, a:visited, a:hover {
	color: black;
	font-size: 11px;
	text-decoration: none;
}

#right_menu_content a:hover {
	text-decoration: underline;
}

#footer p {
	clear: both;
	color: #454545;
	font-size: 10px;
	text-align: center;
}