<!--

.scr{
	scrollbar-base-color: #999;
	scrollbar-face-color: #999;
	scrollbar-track-color:#ECECEC;
	scrollbar-highlight-color: #999;
	scrollbar-3dlight-color: #999;
	scrollbar-shadow-color: #999;
	/*scrollbar-darkshadow-color: #FDFDFD;*/
	scrollbar-arrow-color:#666 ;
	}

body {
	font: 10pt Verdana, Helvetica, sans-serif;
	background: url( ../img/fondo.gif) repeat fixed;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #999;
}
.oneColFixCtr #container {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

#mainContent { width: 980px; height: 508px; background: url(../img/fondo_datos.gif) no-repeat center top; margin-top: 20px; }

#header {  padding-bottom: 20px; margin: 40px 0 0 0; }
#infodata { height:508px; width:980px; }

.enlacePie { color: #888; text-decoration: none; }

p.parrafoNormal { text-align: justify; font-size: 9pt; line-height: 14px; }

.resaltadoAmarillo { background: #fff57a; font-weight: bold; }

.litForm2 { vertical-align: top; width: 120px; }
.textoVerde { color: #00674c; }
.textoRojo { color: #cc171c; }
.dataForm { border: 1px solid #cc171c;  }
.dataFormProblem { border: 1px solid #FF0000; background: #FFC;  }
.infoForm { background: #FCFCFC; border: 1px solid #FBFBFB; font-size: 0.7em; color: #999; }


/* ----------------------------------------------------------------------------------------------------- */

.tituloBloque { font-size: 14pt; color: #666; background: #EEE; border: 2px dashed #F3F3F3; margin: 10px 0; text-align: left; padding-left: 10px; }
.tituloSeccion { font-size: 12pt; color: #666; background: #F8F8F8; border: 1px dashed #F3F3F3; margin: 3px 0; text-align: left; font-weight: bold; padding-left: 20px; }
.litForm { text-align: left; background: #999; color: #FFF; padding-left: 6px; padding-right: 6px; }
TD { text-align: left; }

.td_fila1 { background: #FCFCFC; }
.td_fila2 { background: #F3F3F3; }
.cabeceraGris { background: #999; color: #FFF; border-bottom: 1px solid #666; border-right: 1px solid #666;}

INPUT, SELECT { border: 1px solid #999; }

a.links
{
	text-decoration: none; color: #666;
}
a.links:hover
{
	text-decoration: none; color: #900;
}
a.benaive
{
	text-decoration: none; color: #333;
}
a.benaive:hover
{
	text-decoration: none; color: #999;
}
#Creditos{
	background-color: #000; 
	width:550px; 
	height:200px; 
	display:none; 
	z-index:50; 
	position:absolute; 
	margin-left:60px; 
	margin-top:60px;
	filter:alpha(opacity=60);
	-moz-opacity:.60;
	opacity:.60;
}
#Creditos_Contenido{
	font: Verdana, Helvetica, sans-serif;
	font-size: 9pt;
	background:transparent;
	width:550px; 
	height:300px; 
	display:none; 
	z-index:60; 
	position:absolute; 
	margin-left:60px; 
	margin-top:60px;
	color:#FFF;
}

table.contacto a{
	color: #999999;
	
}

table.coleccion td{
	text-align: center;
}

table.ventas p{
	margin-top: 15px;
}
 table.ventas a{
 	  color: #999999;
}

table.ventas span{
 	  cursor: pointer;
}

table.ventas span:HOVER{
 	  color: black;
}

table.ventas {
 	  vertical-align: top;
}

table.ventas .dtiendas{
 	  display: none;
	overflow-y: auto;
	height: 386px;
}

table.ventas span.selec{
 	   color: black;
}
table.ventas td{
 	   vertical-align: top;
}

table.tenda a{
	color:#999999;
}
-->


#mainContent_legal { width: 900px; height: 428px; background: url(../img/fondo_datos.gif) no-repeat center top; margin-top: 20px; padding: 40px; }
#mainContent_legal .text{font:11px/17px Arial, Helvetica, sans-serif ; height:380px; overflow:auto;}
#mainContent_legal .text p{margin-bottom:13px;}

