* {
	/* old-style reset here :) */
	border: 0px;
	padding: 0px;
}
html {overflow-y: scroll;}
body {
	font: 11px Helvetica, Verdana, sans-serif;	
	background-color:#000;
	top: 0px;
  	right: 0px;
  	bottom: 0px;
  	left: 0px;
  	height: auto;
  	margin: auto;
  	color:white;
  	background-image:url(../images/imagen-fondo-black.jpg);
  	background-repeat:repeat-y;
}
/* general ================================================ */
select, textarea {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	border: 1px solid #706d6d;
	overflow: auto;
}

input {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	border: 1px solid #706d6d;
	overflow: none;
}

/* main ==================================== */
table.main {
	
	margin-left: auto;
	margin-right: auto;
	width: 940px;
	border:none;
	border-collapse: collapse;	
	
}
table.main td {
	font-size: 10px;
	padding: 0px;
}
table.main td.header_top{
 	
	background-repeat: no-repeat;
	background-position: top right;
	background-color: #aabbdd;
	vertical-align: top;
	font-weight: bold;
	color: #444;
	font-size: 9px;
	padding-left: 3px;
}
table.main td.shadow_left{
	background-image: url(../images/shadow_left2.gif);
	background-repeat: repeat-y;	
	vertical-align: top;
	background-color:#000;
	width: 17px;
	height:2px;
}
table.main td.shadow_right{
	background-image: url(../images/shadow_right2.gif);
	background-repeat: repeat-y;
	background-position: left;
	width: 17px;
	height:1px;
	vertical-align: top;
	
}
table.main td.shadow_bottom{
   background-image: url(../images/shadow_bottom.gif);
   background-repeat:  repeat-x;
   background-position: bottom;
   width: 100%;
   height:20px;
}
/* menu ==================================== */

table.formulario {
	
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	border-collapse: collapse;	
	border-left:1px solid #d4d3d3;
	border-right:1px solid #d4d3d3;
	border-bottom:1px solid #d4d3d3;
	
}
table.formulario td {
	background-color:#000;
	font-family : Helvetica, Verdana, Geneva, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align:left;
	padding: 4px;
	
}
table.formulario th {
	background-color:#000;
	font-family : Helvetica, Verdana, Geneva, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align:left;
	text-transform:uppercase;
	width:40%;
	padding: 4px;
}
table.formulario th.textarea {
	vertical-align:top;
	
}
table.formulario td.header_top{
 	background-image: url(../images/tdTop.png);
	background-repeat: repeat-x;
	width:100%;
	vertical-align:middle;
	font-family : Helvetica, Verdana, Geneva, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color:#FFF;
	background-color:#000;
	height:35px;
	text-align:center;
	padding: 2px !important;
}
	

/*---------------------*/
table.menu {
	border: 0px;
	border-collapse: collapse;
}
table.menu td {
	font-size: 10px;
	cursor: pointer;
}
table.menu td.on {
	background: white;
	border-left: 1px solid #aaaaaa;
	border-top: 1px solid #aaaaaa;
	border-right: 1px solid #444444;
	padding: 5px;
}
table.menu td.on a {
	color: black;
	text-decoration: none;
}
table.menu td.off_selected {
	color: black;
	background: lightgrey;
 	background-image: url(../images/bgBarGreyOver.gif);
	background-repeat: repeat-x;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #444444;
	padding: 5px;
}
table.menu td.off {
	color: black;
	background: lightgrey;
 	background-image: url(../images/bgBarGrey.gif);
	background-repeat: repeat-x;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #999999;
	padding: 5px;
}
table.menu td.off a {
	color: black;
	text-decoration: none;
}
table.menu td.off_selected:hover, table.menu td.on:hover {
	text-decoration: underline;
}
/* list ====================================- */
table.list {
	font-size: 14px;
	border: 1px solid #CDD6EE;
	border-collapse: collapse;
	
}
table.list tr.odd td {
	background-color: #ecf0f7;
}
table.list tr.even td {
	background-color: #f7f9fc;
}
table.list tr.sel td {
	background-color: #FFFFEE;
}
table.list td {
	font-size: 14px;
	padding: 2px !important;
	vertical-align: top;
	border-right: 1px solid #cad4e9;
	font-weight: bold;
}
table.list td.nowrap {
	white-space: nowrap;
	width: 1%;
}
table.list td.header {
	background-color: #000;
	padding: 2px !important;
	font-weight: bold;
	color: #FFF;
	text-align: left;
}
table.list th {
	background-color: #8b8b8b;
 	
	background-repeat: repeat-x;
	padding: 2px !important;
	color: #FFF;
	font-weight: bold;
	text-align: left;
}

/* info ====================================- */
table.info {
	width: 100%;
	font-size: 11px;
	border: 1px solid #FFFFFF;
	border-collapse: collapse;
	border: 1px solid #CDD6EE;
}
table.info tr td {
	height: 25px;
	font-size: 10px;
	padding: 2px !important;
	vertical-align: top;
	background-color: #f7f9fc;
	border-right: 1px solid #cad4e9;
}
table.info td.nowrap {
	white-space: nowrap;
	width: 1%;
}
table.info td.header {
	background-image: url(../images/bgBarGrey.gif);
	height: 20px;
	padding: 2px !important;
	font-weight: bold;
	color: #556688;
	text-align: left;
}
table.info th {
	height: 18px;
	background-color: #bfd2f6;
 	background-image: url(../images/bgBarTb.gif);
	background-repeat: repeat-x;
	padding: 2px !important;
	color: #556688;
	font-weight: bold;
	text-align: left;
}



/* info_print ====================================- */
table.info_print {
	width: 75%;
	font-size: 11px;
	border: 1px solid #FFFFFF;
	border-collapse: collapse;
	border: 1px solid #CDD6EE;
}
table.info_print tr td {
	height: 25px;
	font-size: 10px;
	padding: 2px !important;
	vertical-align: top;
	background-color: #f7f9fc;
	border-right: 1px solid #cad4e9;
}
table.info_print td.nowrap {
	white-space: nowrap;
	width: 1%;
}
table.info_print td.header {
	background-image: url(../images/bgBarGrey.gif);
	height: 20px;
	padding: 2px !important;
	font-weight: bold;
	color: #556688;
	text-align: left;
}
table.info_print th {
	height: 18px;
	background-color: #bfd2f6;
 	background-image: url(../images/bgBarTb.gif);
	background-repeat: repeat-x;
	padding: 2px !important;
	color: #556688;
	font-weight: bold;
	text-align: left;
}

/* list_print ====================================== */
table.list_print {
	font-size: 10pt;
	border-collapse: collapse;
}
table.list_print tr.odd td {
	background-color: white;
}
table.list_print tr.even td {
	background-color: white;
}
table.list_print th {
	margin: 0;
	padding: 6px 8px;
}
table.list_print td {
	margin: 0;
	padding: 5px 5px;
	vertical-align: top;
	border-bottom: 1px solid #aaaaaa;
}
table.list_print th {
	background-color: white;
	color: #000;
	font-weight: bold;
	text-align: left;
	border-bottom: 3px double #aaaaaa;
}
/* content ================================-*/
table.content {
	width: 100%;
	border: 0px;
	border-collapse: collapse;
}
table.content td {
	padding: 0px 5px 0px 5px;
	vertical-align: top;
}
table.content td.sub {
	padding: 5px;
	font-size: 10pt;
}
table.content td.message {
	padding: 10px;
	font-size: 8pt;
	font-weight: bold;
	color: red;
}
table.content td.error {
	padding: 10px;
	font-size: 8pt;
	font-weight: bold;
	color: #CC0000;
}
/* sidenav ================================*/
ul.sidenav {
	font-size: 10px;
	padding: 0;
	margin: 0;
	white-space: nowrap;
}
ul.sidenav li {
	display: inline;
	list-style: none;
}
ul.sidenav li a {
	text-decoration: none;
	display: block;
	margin: 2px;
	padding: 3pt 8pt 3pt 8pt;
	background-color: #dedfd6;
 	background-image: url(../images/bgBarGrey.gif);
	background-repeat: repeat-x;
	border: 1px solid #ccc;
	color: #444;
	margin-left: 3px;
}
ul.sidenav li a:visited {
	color: #444;
}
ul.sidenav li.sidenav-selected a {
	color: white !important;
	background-color: #ccc !important;
 	background-image: url(../images/bgBarGreyOn.gif) !important;
	background-repeat: repeat-x;
}
ul.sidenav li a:hover {
	text-decoration: underline;
	color: black !important;
	background-color: #82837e !important;
 	background-image: url(../images/bgBarGreyOver.gif);
	background-repeat: repeat-x;
}
ul.sidenav li.sidenav-selected a:hover {
	text-decoration: underline;
	color: white !important;
}
/* details ======================================- */
table.details {
	border-collapse: collapse;
	border: 1px solid #ccc; 
}
table.details th {
	font-size: 10px;
	padding: 3px 5px;
	border: none;
	color: #444;
	text-align: right;
	vertical-align: top;
	border-bottom: 1px dashed white;
	background-color: #ecf0f7;
}
table.details th.header {
	font-size: 10px;
	color: #000;
	background-color: #D1D1D1;
	text-align: left;
	border: 1px solid #ccc;
}
table.details th.headerBoton {
	font-size: 10px;
	color: #000;
	background-color: #D1D1D1;
	text-align: right;
	border: 1px solid #ccc;
} 
table.details td {
	vertical-align: top;
	padding: 3px 5px;
	border-bottom: 1px dashed #ddd;
}
table.details td div {
	text-align: left;
	margin-bottom: 10px;
	white-space: nowrap;
}
table.details td table td {
	margin: 0;
	padding: 0;
	border: 0;
}
/* details_print ====================================== */
table.details_print th {
	font-size: 10pt;
	padding: 3px;
	padding-left: 5px;
	border: none;
	color: black;
	text-align: left;
	vertical-align: top;
	border: none;
	background-color: white;
}
table.details_print th.header {
	font-size: 12px;
	color: #000;
	background-color: #D1D1D1;
	text-align: left;
}
table.details_print td {
	vertical-align: top;
	padding: 2px;
}
/* hor_menu =========================================== */
table.hor_menu {
	border-collapse: collapse;
	padding: 5px;
	margin-bottom: 3px;
}
table.hor_menu td + td {
	border-left: 1px solid #abc;
}
table.hor_menu td a {
	text-decoration: none;
}
table.hor_menu td a:hover {
	text-decoration: underline;
}
table.hor_menu td img {
	vertical-align: middle;
	border: 0px;
}

/* a href ============================================= */
/*
a:link		{color: #111111; font-style: normal; font-weight: normal; text-decoration: none;}
a:visited	{color: #111111; font-style: normal; font-weight: normal; text-decoration: none;}
a:hover		{color: #0000FF; text-decoration: underline; }
a:active	{color: #0000FF; text-decoration: underline; }
*/

.tituloCalendar {
	padding-top: 0px;
	font-size: 18px;
	color: #FFF;
	text-align: center; 
	
}
table.calendario {
	font-family: Helvetica;
	text-align: center;
	border-collapse: separate;
	border: 1px solid #9DABCE;
	border-width: 0px 0px 1px 1px;
	margin: 10px auto;
	font-size: 10px;
}
table.calendario td, table.calendario th {
	width: 81px;
	height: 81px;
	text-align: center;
	vertical-align: middle;
	background: url(../images/cells.png);
	color: #444;
	position: relative;
}
table.calendario th {
	height: 30px;
	font-weight: bold;
	font-size: 14px;
}
table.calendario td:hover,table.calendario th:hover {
	background-position: 0px -81px;
	color: #222;
}
table.calendario td.date_has_event {
	background-position: 162px 0px;
	color: white;
}
table.calendario td.date_has_event_none {
	width: 81px;
	height: 81px;
	text-align: center;
	vertical-align: middle;
	background: url(../images/cells.png);
	color: #444;
	position: relative; 
}
table.calendario td.date_has_event:hover {
	background-position: 162px -81px;
}
table.calendario td.date_has_event_none:hover {
	background-position: 0px -81px;
	color: #222; 
}
table.calendario td.padding {
	background: url(../images/calpad.jpg);
}
table.calendario td.today {
	background-position: 81px 0px;
	color: white;
}
table.calendario td.today:hover {
	background-position: 81px -81px;
}
.events {
	position: relative;
}
.events ul {
	text-align: left;
	position: absolute;
	display: none;
	z-index: 1000;
	padding: 15px;
	background: #E7ECF2 url(../images/popup.png) no-repeat;
	color: white;
	border: 1px solid white;
	font-size: 15px;
	width: 200px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	-border-radius: 3px;
	list-style: none;
	color: #444444;
	-webkit-box-shadow: 0px 8px 8px #333;
	height:200px;
	
}
.events li {
	padding-bottom: 5px;
}
.events li span {
	display: block;
	font-size: 12px;
	text-align: justify;
	color: #555;
}
.events li span.title {
	font-weight: bold;
	color: #222;
}

	
/*- Menu Tabs 6--------------------------- */

    #tabs6 {
      padding-left:200px;
      float:center;
      width:auto;
      background:#000;
      font-size:14px;
      line-height:normal;
	  
	  
      }
    #tabs6 ul {
	  margin:0;
	  padding:10px 10px 0 0px;
	  list-style:none;
      }
    #tabs6 li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs6 a {
      float:left;
      background:url("../images/tableft6.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabs6 a span {
      float:left;
      display:block;
      background:url("../images/tabright6.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs6 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs6 a:hover span {
      color:#FFF;
      }
    #tabs6 a:hover {
      background-position:0% -42px;
      }
    #tabs6 a:hover span {
      background-position:100% -42px;
      }
      
      /***** comentarios de video ***/

      .coments {
	background: #000000;
	/*border-top: 1px solid #444;*/
	color: #999;
	padding: 1% 3% 1%;
	text-align:center;
}
