@CHARSET "ISO-8859-1";
td, input
{
	font-family: Tahoma;
  font-size: 13px;
  text-decoration: none;
	color: #000000;
}
a
{
	font-family: Tahoma;
  font-size: 13px;
  text-decoration: none;
	color: #0000FF;
	font-weight: bold;
	text-decoration: underline;
}
#body
{
	width: 100%; 
}

#main
{
	/*background-color: gray;*/ 
	width: 70%; 
}
#logo
{
	 width: 100%;
	 position: relative;
	 float: left;
}
#contenido
{
	 width: 100%;
	 height: 60%;
	 /*background-color: aqua;*/
	 float: left;
}
#tsemanal
{

}
table#aa
{
  /*border: 1px solid #265876;*/
  border-color: #265876;
  border-collapse: collapse;
}
	
.titulo
{
	font-family: Tahoma;
  font-size: 24px;
  text-decoration: none;
	color: #000000;
	font-weight: bold;
	height: 50px;
	text-align: center;
	width: 100%;
	padding-top: 10px;
}
div.titulo
{
	float: left;
}
.espacio
{
	width: 100%;
	height: 40px;
	position: relative;
	float: left;
}
.ejm
{
	font-family: Tahoma;
  font-size: 10px;
  text-decoration: none;
	color: #000000;
}
.error
{
	font-family: Tahoma;
  font-size: 11px;
  text-decoration: none;
	color: #FF0000;
	text-align: center;
	font-weight: bold;
	font-style: italic;
}

.grid
{
	border: 1px #265876 solid;	
}
.grid td
{
	border: 1px #265876 solid;
	border-collapse:collapse;
	padding: 5px;	
}

.grid thead td
{
	font-weight: bolder;
	text-align: center;	
}
