body {
	font-family:verdana;
	font-size:10px;
	cursor:(cursor.cur); 
}

td {
  font-family: verdana;
  font-size: 11px;
  color: #000000;
}

td.reuniones {
  font-family: verdana;
  font-size: 12px;
  color: #000000;
}

td.barrainferior {
  font-family: verdana;
  font-size: 10px;
  font-weight: bold;
  color: #ffffff;
}
td.titulotabla {
  font-family: verdana;
  font-size: 11px;
  font-weight: bold;
  color: #ff6100;
}
td.datosOficina {
  font-family: verdana;
  font-size: 11px;
  font-weight: normal;
  color: #ffffff;
}
td.tituloblanco {
  font-family: verdana;
  font-size: 11px;
  font-weight: bold;
  color: #ffffff;
}
td.formlogin {
  font-family: verdana;
  font-size: 10px;
  font-weight: bold;
  color: #000000;
}
td.error {
  font-family: verdana;
  font-size: 14px;
  font-weight: bold;
  color: #ff0000;
}


a {
  text-decoration: none;
  font-size: 10px;
  font-weight: bold;
  color: #ff6100;
}
a:hover {
  text-decoration: none;
  font-size: 10px;
  font-weight: bold;
  color: #999999;
}
a.menuIzquierdo {
  text-decoration: none;
  font-size: 11px;
  font-weight: bold;
  color: #FFFFFF;
}
a.menuIzquierdo:HOVER {
  text-decoration: none;
  font-size: 11px;
  font-weight: bold;
  color: #FF6100;
}
a.menuLink {
  text-decoration: none;
  font-size: 11px;
  font-weight: normal;
  color: #ffffff;
}
a.menuLink:HOVER {
  text-decoration: underline;
  font-size: 11px;
  font-weight: normal;
  color: #ff6100;
}

a.grande {
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
  color: #1f1f1f;
}
a.grande:hover {
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
  color: #ff6100;
}

a.contraste {
  text-decoration: none;
  font-size: 10px;
  font-weight: bold;
  color: #ffffff;
}
a.contraste:hover {
  text-decoration: none;
  font-size: 10px;
  font-weight: bold;
  color: #ff6100;
}

a.contrasteCopyright {
  text-decoration: none;
  font-size: 10px;
  font-weight: bold;
  color: #ffffff;
}
a.contrasteCopyright:hover {
  text-decoration: none;
  font-size: 10px;
  font-weight: bold;
  color: #000000;
}

a.negro {
  text-decoration: none;
  font-size: 10px;
  font-weight: bold;
  color: #ff6100;
}
a.resaltado {
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
  color: #ff6100;
}
a.resaltado:hover {
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
  color: #ff0000;
}
a.b_n {
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
  color: #000000;
}

a.b_n:HOVER {
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
  color: #FFFFFF;
}
span.apple-style-span a{
  color: #ff6100;
  font-size: 12px;
}
span.apple-style-span a:hover {
  color: #999;
  font-size: 12px;
}
p.MsoNormal a{
  color: #ff6100;
  font-size: 12px;
}
p.MsoNormal a:hover {
  color: #999;
  font-size: 12px;
}
a.lock {
  color: #ff6100;
  font-size: 12px;
}
a.lock:hover {
  color: #999;
  font-size: 12px;
}
input {
  font-family: verdana;
  font-size: 10px;
  color: #000000;
  background-color: #ffffff;
  
}

/*input[type="text"], input[type="password"] {
  height:21px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}*/


select {
  font-family: verdana;
  font-size: 10px;
  color: #000000;
  background-color: #ffffff;
  /*height:21px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;*/
}

/*textarea {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
*/
input.boton {
  font-family: verdana;
  font-size: 10px;
  font-weight: bold;
  color: #000000;
  background-color: #ffcc99;
}

input.radio {
  font-family: verdana;
  font-size: 10px;
  font-weight: bold;
  color: #000000;
  background-color: #ffe7d7;
}

#layer {
	display:none;
	position:absolute;
	border: 1px solid #000;
	padding: 60px 0;
	text-align: center;
	width: 300px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background: #FFF;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FFF), to(#FF6100));
	background: -webkit-linear-gradient(#FFF, #FF6100);
	background: -moz-linear-gradient(#FFF, #FF6100);
	background: -ms-linear-gradient(#FFF, #FF6100);
	background: -o-linear-gradient(#FFF, #FF6100);
	background: linear-gradient(#FFF, #FF6100);
	-pie-background: linear-gradient(#FFF, #FF6100);
	behavior: url(/PIE.htc);
	z-index:6000;
}


#shadow {
	display:none;
	position:fixed;
	top:0px;
	left:-9999px;
	width:100%;
	height:100%;
	background:#000000;
	z-index:5555;
}
