/* TAGs generales, valores por default ---------------------------------------*/

body
{
	margin: 0px;
	font: 12px verdana, sans-serif;
	background: #E0E0E0;
}

table
{
	border-collapse: collapse;
}

td
{
	text-align: left;
	vertical-align: top;
	padding: 0px;
	border: 0px;
}

/* Estilos, colores ----------------------------------------------------------*/

h1, h2
{
	font: 16px verdana, sans-serif;
	border-bottom: solid 1px #194B8C;
	font-weight: bold;
	color: black;
}

h2
{
	font-size: 14px;
	border: none;
}

p, p.centro
{
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 10px 0px;
	text-align: justify;
	line-height:20px;
}

p.centro
{
	text-align: center;
}

img.izquierda
{
	float: left;
	padding: 0px 10px 0px 0px;
}

img.derecha
{
	float: right;
	padding: 0px 0px 0px 10px;
}

li
{
	padding: 5px 0px 5px 0px;
	line-height:15px;
}

a, a:active, a:visited
{
	color: #194B8C;
	font-weight: bold;
}

a:hover
{
	border-bottom: solid 1px #194B8C;
}

/* Estructura básica de la página --------------------------------------------*/

table.estructura
{
	background-color: white;
}

td.exterior
{
	background: #E0E0E0;
	font-size: 10px;
}

td.contenedor
{
	width: 750px;
	border: Solid 2px black;
	padding: 0px;
}

/* Tabla de "frames" ---------------------------------------------------------*/

table.frames
{
	width: 100%;
	height: 100%;
	border: none;

	background: url('../imagenes/fondo.gif');
	background-repeat: no-repeat;
	background-position: 0px 115px;
}

td.frmLogo, td.frmTitulo, td.frmNavbar, td.frmMenu, td.frmContenido, td.frmPie
{
	border: none;
}

td.frmLogo
{
	vertical-align: middle;
	text-align: right;
	height: 90px;

	background: url('../imagenes/titulo-izquierda.gif');
	background-repeat: no-repeat;
	background-position: top left;

}

td.frmTitulo
{
	vertical-align: middle;
	height: 90px;

	background: url('../imagenes/titulo-derecha.gif');
	background-repeat: no-repeat;
	background-position: top left;
}

td.frmMenu
{
	background: url('../imagenes/logo2.gif');
	background-repeat: no-repeat;
	background-position: bottom left;

	padding: 5px;
	width: 200px;
}

td.frmNavbar
{
	height: 5px;
	background: black;
}

td.frmPie
{
	border-top: solid 1px black;
	height: 14px;
	font: 10px verdana, sans-serif;
	text-align: center;
	background-color: #CEB283;
}

td.frmContenido
{
/*
	background: url('../imagenes/cubitos-derecha.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
*/
	height: 400px;

	padding: 10px 20px 20px 10px;
}

/*----------------------------------------------------------------------------*/

