/* Cuerpo principal */
body 
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #D3F4FF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: 400;
	padding: 0px;
	border: none;
	vertical-align: text-top;
	text-align: justify;
}

/* Enlaces */
a
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: 600;
	border: none;
	text-align: justify;
	color: #000000;
}

th
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: 800;
	border: 1px;
	text-align: justify;
}

td
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: 600;
	border: none;
	text-align: justify;
}

/* clase imagen logo */
.logo
{
	border: none;
}

/* clase imagen botones */
.boton
{
	border: none;
}

/* clase para el texto de contacto */
.contacto
{
	text-align: center;
	font-size: medium;
}

/* clase para el flash de presentacion */
div#flash
{
	position:absolute;
	top:10;
	border-top: solid #F1F4F4;
	border-left: solid #F1F4F4;
	border-bottom: solid #889191;
	border-right: solid #889191;
}

/* Menú lateral izquierdo */
div#menu 
{
	position:absolute;
	top:10;
	left:10;
	width:188px;
	height:inherit;
/*	border-top: solid #F1F4F4;
	border-left: solid #F1F4F4;
	border-bottom: solid #889191;
	border-right: solid #889191;
	background-color: #DCE3E3;*/
}

/* Contenido derecho */
div#contenido
{
	margin-top: 10px;
	margin-left:210px;
	/*width:530px;*/
	min-width:350px;
}


