body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../img/fondo.gif);
	margin-top:0px;
	color: #333333;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	vertical-align:top;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}
table{
font-family: Arial, Helvetica, sans-serif;
 border:0px;
 cellspacing:0px;
}
table.head{
  align: center;
  width:820px;
}
table.foot{
  align: center;
  width:820px;
}

table.contenido{
  align: center;
  width:820px;
  background-color:#ffffff;
}

td.contenido{
  align: center;
  width:670px;
  vertical-align:top;
}
td.head{
   height:120px;
}
td.lateral{
  align: center;
  width:145px;
  padding-rigth:5px;
  padding-left:0px;
  padding-top:0px;
  vertical-align:top;
}
p.titulo{
	font-size: 12px;
	font-weight: bold;
	color: #336699;
	padding: 5px;
}
p.texto{
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	padding: 5px;
	text-align:justify;
}
p.video{
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	padding: 5px;
	text-align:center;
}

span.vineta{
   padding-left:20px;
   font-family: Arial, Helvetica, sans-serif;
   color: #333333;
   font-size: 12px;
   font-style: italic;
}
span.titulo{
   font-family: Arial, Helvetica, sans-serif;
   color: #336699;
   font-size: 12px;
   font-weight: bold;
}
img{
	border: 0px;
}
td.titulo{
   font-family: Arial, Helvetica, sans-serif;
   color: #336699;
   font-size: 12px;
   font-weight: bold;
   text-align:center;
}
td.texto-impar{
   font-family: Arial, Helvetica, sans-serif;
   color: #222222;
   font-size: 12px;
   font-weight: normal;
   background-color:#cccccc;
   height:25px;
   vertical-align: middle;
   padding:3px;
}

td.texto-par{
   font-family: Arial, Helvetica, sans-serif;
   color: #222222;
   font-size: 12px;
   font-weight: normal;
   height:25px;
   vertical-align: middle;
   padding:3px;
}

td.etiqueta{
    font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#000066;
	background-color:#CCCCCC;
	padding:5px;
	font-size:12px;
}

#menu {
				font-family: Arial, sans-serif;
				font-weight: bold;
				/*text-transform: uppercase;*/
				margin: 0px 0;
				padding: 0 0 0 10px;
				list-style-type: none;
				font-size: 13px;
				background: #eee;
				height: 20px;
				-moz-border-radius: 10px;
				-webkit-border-radius: 10px;
				border-top: 2px solid #eee;
				border-left: 2px solid #eee;
				border-bottom: 2px solid #ccc;
				border-right: 2px solid #ccc;
			}
			#menu li {
				float: left;
				margin: 0;
				
			}
			#menu li a {
				text-decoration: none;
				display: block;
				padding: 0 20px;
				line-height: 20px;
				color: #666;
			}
			#menu li a:hover, #menu li.active a {
				background-color: #f5f5f5;
				border-bottom: 2px solid #DDD;
				color: #999;
			}
			/* Blue Menu */
			#menu.blue {
				border-top: 2px solid #356AA0;
				border-left: 2px solid #356AA0;
				border-bottom: 2px solid #204061;
				border-right: 2px solid #204061;
				background: #356AA0;}
			#menu.blue a {color: #fff;}
			#menu.blue li a:hover, #menu.blue li.active a {color: #90CDFF; background: #3D7BBB; border-bottom: 2px solid #356AA0;
			}
			