.Estilo1 {
	font-size: small;
	font-weight: bold;
	}

/*Estilos generales de tipo de letra*/

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #CCCCCC;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

/*Clase para poder crear el menu de navegacion*/
.menu {border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-top: 0 solid #000;
	list-style: none;
	height:35px;background:#fff url('images/button1.gif');	
	position:relative;		border-bottom:1px solid #444;		width: 798px;		margin: 1px 1px 1px 1px;		padding : 0 0 0 0px;
}

.menu li {float: left;}
.menu li a {display:block; float:left; height:35px; line-height:35px; color:#aaa; text-decoration:none; font-size:11px; font-family:arial, verdana, sans-serif; font-weight:bold; text-align:center; padding:0 0 0 8px; cursor:pointer;}
.menu li a b {float:left; display:block; padding:0 16px 0 8px;}
.menu li.current a {color:#fff; background:url('images/button3.gif');
}
.menu li.current a b {background:url('images/button3.gif') no-repeat right top;
}
.menu li a:hover {color:#fff; background:#000 url('images/button2.gif');
}
.menu li a:hover b {background:url('images/button2.gif') no-repeat right top;
}
.menu li.current a:hover {color:#fff; background:#000 url('images/button3.gif'); 
cursor:default;
}
.menu li.current a:hover b {background:url('images/button3.gif') no-repeat right top;
}

/* Para crear el borde central de la pagina*/
#caja {
  width: 800px;
  color: #000;
  }
 .BordeRedondeado {
	height: 1px;
	overflow: hidden;
	/* COLOR DE LA CAJA */
  background-color: #EBEBEB;
}
 
.c1 { margin: 0 12px;}
.c2 { margin: 0 9px;}
.c3 { margin: 0 7px;}
.c4 { margin: 0 6px;}
.c5 { margin: 0 5px;}
.c6 { margin: 0 4px;}
.c7 { margin: 0 3px;}
.c8 { margin: 0 2px; height: 2px;}
.c9 { margin: 0 1px; height: 3px; }
 
.contenido {
	height: auto;
	padding: 0 0px;
}

/*ESTILO DE LETRA PRINCIPAL*/
.principal{
color:#000000;
line-height: 120%;
font-size: 90%;
font-family: Arial, Helvetica, sans-serif;
}

.pie_pagina{
	color:#000000;
	line-height: 80%;
	font-size: 70%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-variant: normal;
}

.tabla1{
	width:800px;
	border:0;
	border-spacing:1px;
	padding:0;	/*background-color: #CCCCCC;*/
}

/* Definición del borde */
#my-border {
	padding: 15px;
	width: 805px;
	background-color: #FFFFFF;

