/* body */
body
{
	background-image:url(../img/fondo_pagina.gif);
	background-position:left top;
	background-repeat:repeat-x;
	background-color:#BCB6B6;
}
/* fin body */

/***** tablas y bordes *****/
	/* tabla principal */
table.principal
{
	border-left-width:1px;
	border-top-width:0px;
	border-bottom-width:0px;
	border-right-width:1px;

	border-left-style:solid;
	border-top-style:none;
	border-bottom-style:none;
	border-right-style:solid;
	
	border-left-color:#A39F9E;
	border-top-color:none;
	border-bottom-color:none;
	border-right-color:#A39F9E;
}
	/* tabla de código */
table.codigo
{
	border-width:1px;
	border-style:solid;
	border-color:#666666;
	background-color:#CCCCCC;
	font-family:"Times New Roman", Times, serif;
	color:#000000;
	font-size:13px;
}
	/* celda cabecera */
td.cabecera
{
	border-left-style:none;
	border-top-style:none;
	border-bottom-style:none;
	border-right-style:none;
	
	background-color:#51A0E3;
}
	/* cabecera blanca */
td.cabeceraBlanca
{
	background-color:#FFFFFF;
}
	/* fondo contenido */
td.contenido
{
	background-color:#FFFFFF;
}
	/* tabla pie */
table.pie
{
	border-top-width:1px;
	border-top-style:solid;
	border-top-color:#A39F9E;
	background-color:#FFFFFF;
}
td.bordePuntos
{
	border-right-width:1px;
	border-right-style:dotted;
	border-right-color:#A39F9E;
}
/* fin tablas y bordes */

/* textos */
	/* información */
.info
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
}
	/* rotulos */
p.rotulo
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000000;
	font-weight:bold;
}
	/* normal */
p.normal
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	text-align:justify;
}
/* fin textos */

/* enlaces */
	/* enlace menu */
a.menu:link
{
	text-decoration:none;
	color:#000000;
	text-transform:capitalize;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
a.menu:visited
{
	text-decoration:none;
	color:#000000;
	text-transform:capitalize;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
a.menu:active
{
	text-decoration:none;
	color:#000000;
	text-transform:capitalize;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
a.menu:hover
{
	text-decoration:none;
	color:#000000;
	text-transform:capitalize;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
	/* enlace en contenido */
a.contenido:link
{
	text-decoration:none;
	color:#0066FF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
a.contenido:visited
{
	text-decoration:none;
	color:#0066FF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
a.contenido:active
{
	text-decoration:none;
	color:#0066FF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
a.contenido:hover
{
	text-decoration:underline;
	color:#0066FF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
/* fin enlaces */

