body
{
	margin: 0px ;
	color: black;
	background-color: white ;
}

body, table {
	font-family: Helvetica, Arial, sans-serif ;
	font-size: 12px ;
}

a {
	text-decoration: none ;
	color: #ffffff ;
}

b {
	font-weight: bold;
	color: #008F8A ;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	color: #006038 ;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #006038 ;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	color: #006038 ;
}

#principal {
  background-color: #FFED00;
}

#cabecera
{
	height: 182 ;
	background-color: #316F4B ;
	background-image: url('../img/banner.gif');
	background-repeat: no-repeat;
	position: relative ;
	top: 0 ;
	left: 0 ;
}

#cabecera #void_1 {
	height: 140 ;
}

#cabecera #void_2 {
	width: 200 ;
}

#cabecera table {
	width: 100% ;
	font-size: 14px;
	font-weight: bold;
}

#logo {
	visibility: visible ; 
	border: 0px solid ;
	width: 182px ; 
	height: 191px ;
	background-image: url('../img/logo.gif');
	background-repeat: no-repeat;
	position: absolute ;
	top: 2 ;
	left: 15 ;
}

#contenido table {
	color: #6FB361;
}

#contenido p {
	font-size: 12px;
	font-weight: bold;
	color: #006038 ;
}

#remarcado {
	color: #008F8A ;
}

#pie {
	font-size: 10px;
	font-weight: bold;
	color: #004F2B ;
}

