
body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
  color: #050505;
  text-align: center;
  margin: 0;
  padding: 0;
}

.table-principal {
	margin-top: 15px;
}

table {
	margin:0;
	padding:0;
}

td, th, input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a:link { color: #444; text-decoration: none; }
a:hover { color: #000; text-decoration: underline; }
a:visited { color: #444; text-decoration: none; }

p { margin: 0px; padding: 0px; }

hr {
	height: 0;
	border: solid 0.1px #a0a0a5;
	margin-top: 0px;
	margin-bottom: 6px;
}

hr.s {
	height: 1;
	border: solid 1px #909095;
	margin-bottom: 1px; 
	margin-top: 10px;
}

.td-logo {
	background-color: #000;
	background-repeat: repeat-x;
}

img {
  border: none;
}

legend {
  white-space: nowrap;
}

.cajas {
   border:1px solid #A6A6A6; background-color: #FFFFFF;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 11px;
   color: #777777;
   height: 20px;
}

.boton {
	height: 22px;
	border: 0px solid #287599;
	cursor: pointer;
	font-size:11px;
	color: #fff;
	font-weight: normal;
	padding: 0px;
	background-image: url(../imagenes/ftitulomenu2.gif);
	background-repeat: repeat-x;
	padding-right: 2px;
	padding-left: 2px;
	vertical-align: middle;
	margin-top: -4px;
}

.cabezalinks a:link { color: #085579; font-weight: bold; text-decoration: none; }
.cabezalinks a:hover { color: #000000; text-decoration: underline; }
.cabezalinks a:visited { color: #085579; font-weight: bold; text-decoration: none; }

.navbarlinks a:link { color: #444444; text-decoration: none; }
.navbarlinks a:hover { color: #000000; text-decoration: underline; }
.navbarlinks a:visited { color: #444444; text-decoration: none; }

.table-contenido {
	padding-top: 0px;
}

.td-contenido {
	padding-left: 5px;
	padding-right:5px;
}

.table-contenido-formato {
	margin-top: 18px;
	margin-bottom: 2px;
}

.td-fotos {
	padding-top: 2px;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
}

.table-foto {
	filter: alpha(opacity=100);
}

html>body .table-foto {
	opacity: 1.0;
	-moz-opacity: 1.0;
}
		
.table-foto-loading {
	border: solid 1px #CCC;
	margin: -1px;
	filter: alpha(opacity=40);
}

html>body .table-foto-loading {
	opacity: 0.4;
   -moz-opacity: 0.4;
}

.td-foto {
	border: none;
}

.td-foto-loading {
	background-color: #F6F6FF;
	background-position: center center;
	background-image: url(../imagenes/loading.gif);
	background-repeat: no-repeat;
}

#contenido {
	z-index:1000;
}

#bloqueo {
	display: none;
	background-color: #000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1001;
	margin: 0px;
	padding: 0px;
	position: absolute;
	filter: alpha(opacity=0);
   top: expression((ignorar = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop));
}

html>body #bloqueo {
	position: fixed;
	opacity: 0.0;
	-moz-opacity: 0.0;
}

.bloquear {
	filter: alpha(opacity=55);
}

html>body .bloquear {
	opacity: 0.55;
	-moz-opacity: 0.55;
}

.desbloquear {
	filter: alpha(opacity=100);
}

html>body .desbloquear {      
	opacity: 1.0;        
	-moz-opacity: 1.0;
}

#overlay{
     display: none;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     z-index: 1001;
/*	  background-color: #FFF;*/
	  margin: 0px;
	  padding: 0px;
	  position: absolute;
/*	  filter: alpha(opacity=55);*/
	 /* top: expression((ignorar = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop)); /* + 'px' );*/
}

html>body #overlay {
  position:fixed;
/*  opacity: 0.55;
  -moz-opacity: 0.55;*/
}

#modal {
     display: block;
     position: absolute;
     top: 280;
     left: 50%;
	  margin-left: -100px;
     z-index:1002;
}

#popup {
     display: none;
	  border: solid 1px #000;
	  background-color: #FFF;
     top: 20%;
     color: #333;
     z-index:1002;
     font-weight: bold;
     font-size: 12px;
	  position: absolute;
}


