/*----------------------------------------------------------------------------*/

body
{
	font: 12px verdana, sans-serif;
	margin: 20px;
	text-align: center;
	background-color: #1B4A43;

	scrollbar-shadow-color     : #1B4A43;
	scrollbar-highlight-color  : #1B4A43;
	scrollbar-arrow-color      : #1B4A43;
	scrollbar-face-color       : #81B0A9;
	scrollbar-3dlight-color    : #81B0A9;
	scrollbar-darkshadow-color : #81B0A9;
	scrollbar-track-color      : #DFEBE9;
}

/*----------------------------------------------------------------------------*/

table.framePpal
{
	text-align: left;
	vertical-align: top;
	width: 800px;
	border-collapse: collapse;
	border: solid 2px black;
}

td
{
	font-size: 12px;
}

td.tituloPpal, td.barraPpal, td.cuerpoPpal, td.menuPpal, td.piePpal
{
	color: white;
	background-color: white;
	vertical-align: top;
	padding: 0px;
	border: solid 1px #61847F;
}

td.tituloPpal
{
	height: 60px;
	background-color: #81B0A9;
	border-bottom: solid 1px black;

	background: url('../imagenes/fondoTitulo.gif');
	background-position: top left;
	background-repeat: no-repeat;
	background-attachment: attached;
	background-color: #81B0A9;
}

td.barraPpal
{
	font-size: 11px;
	height: 14px;
	padding: 4px;
	background-color: #61847F;
	border-bottom: solid 1px black;
	text-align: center;

	background: url('../imagenes/fondoBarra.gif');
	background-position: top left;
	background-repeat: no-repeat;
	background-attachment: attached;
	background-color: #61847F;
}

td.menuPpal
{
	width: 150px;
	background-color: #61847F;
	border-right: solid 1px black;
	border-bottom: solid 1px black;

	background: url('../imagenes/fondoMenuBase.gif');
	background-position: top left;
	background-repeat: no-repeat;
	background-attachment: attached;
	background-color: #61847F;
}

td.cuerpoPpal
{
	width: 650px;
	padding: 20px 30px 30px 20px;
	color: black;
	border-bottom: solid 1px black;

	background: url('../imagenes/fondoPpal.gif');
	background-position: top left;
	background-repeat: no-repeat;
	background-attachment: attached;
	background-color: white;
}

td.piePpal
{
	height: 14px;
	background-color: #61847F;
	font: 10px verdana;
	padding: 2px 0px 2px 0px;
	text-align: center;
}

/*----------------------------------------------------------------------------*/

span.top
{
	font-size: 10px; 
	border-top: solid 1px black; 
	width: 100%; 
	text-align: center;
	margin-top: 10px;
}

a, a:visited, a:active, a:link
{
	color: #1B4A43;
}

a:hover
{
	background-color: #E8EDEC;
}

p
{
	margin-left: 40px;
	text-align: justify;
}

h1, h2, h3
{
	font: 16px verdana;
	font-weight: bold;
	color: #1B4A43;
	border-bottom: solid 1px black;
}

h2
{
	border: none;
	font-size: 14px
}

h3
{
	border: none;
	font-size: 12px
}

table.documentos
{
	background-color: #FAFAFA;
	border-collapse: collapse;
	border: solid 1px #C0C0C0;
}

td.documentos
{
	vertical-align: top;
	text-align: left;
	border-bottom: dotted 1px #C0C0C0;
	border-top: dotted 1px #C0C0C0;
	padding: 5px;
}

li
{
	margin-bottom: 10px;
}

img.floatIzquierda
{
	float: left;
	margin: 0px 10px 20px 0px;
}

/*----------------------------------------------------------------------------*/
