@charset "UTF-8";
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #e5e5e5;
	background-image: url(imagenes/bg.jpg);
}
#contenedor #cuerpo table {
	border: 1px solid #cccccc;
}
#contenedor #cuerpo th {
	background-image: url(imagenes/th.jpg);
	background-repeat: repeat-x;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
}
#contenedor #cuerpo td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cccccc;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
a:link {
	color: #003399;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
#contenedor {
	background-color: #FFFFFF;
	border: 1px solid #cfcfcf;
	width: 800px;
	margin-top: 20px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#selector {
	width: 800px;
	text-align: right;
}
#contenedor #header {
	background-image: url(imagenes/header.jpg);
	font-size: 1.2em;
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
}
h1 {
	font-size: 22px;
	color: #003399;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #45b700;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cfcfcf;
	text-align: left;
	padding-left: 5px;
	margin-top: 15px;
	margin-bottom: 15px;
}
a:hover {
	color: #45b700;
	text-decoration: underline;
}
p {
	text-align: left;
	line-height: 15pt;
}
#contenedor #menu {
	text-align: right;
	padding-right: 5px;
	padding-left: 5px;
	margin-bottom: 15px;
	font-size: 14px;
	font-weight: bold;
}
#contenedor #banner {
	margin-bottom: 10px;
}
#contenedor #intro {
	width: 500px;
	padding-right: 15px;
	padding-left: 15px;
}
#contenedor #cuerpo {
	width: 90%;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #588a1a;
	text-align: left;
	line-height: 10px;
}
ul {
	text-align: left;
	line-height: 20px;
}
.resaltado {
	font-size: 12px;
	font-weight: bold;
	color: #003399;
}
.destacado-gris {
	font-weight: bold;
	color: #666666;
}
.tipo-nota {
	font-size: 10px;
	line-height: normal;
}
.destacado-verde {
	font-weight: bold;
	color: #45b700;
}
