/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
	background-color: #FFFFFF;
}
.principal_div{
	position:relative;
	width:756px;
}
/* ////////////////////////////////////////////// */
/* Configuracion del cuadro menu superior */
.menuSup_div {
	position:relative;
	left:0px;
	top:0px;
	width:756px;
	z-index:3;

}
.menuSup_div td {
	font-family: Arial;
	font-size: 11px;
	font-weight:bold;
	color:#004000;
}

.barraBotones a {
	font-size: 11px;
}
.barraBotones a:hover {
	font-size: 11px;
}


.menuSup_panel_div {
	padding: 0px;
	height: 1px;
	width: 1px;
	position:absolute;
	top:86px;
	border-color: #B6B6A5;
	border-width: 1px;
	border-style: solid;
	visibility: hidden;
}

/* Configuracin del cuadro central */

.cuadroCentral{
	position:relative;
	top:0px;
	left:0px;
	z-index:0;
	width:632px;
	visibility:visible;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	
}



.tabla_logos {
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-color: #215112;
	border-right-color: #215112;
	border-bottom-color: #215112;
	border-left-color: #215112;
	border-top-style: solid;
}

/* //////////////////////////////////////////////  */
