@charset "utf-8";
html { height:100%; margin:0px; }
body { 
	font-family: Verdana, Tahona, Arial, Helvetica; font-size: 12px; line-height:16px; color:#000; 
	height:100%; margin:0px; 
}

table { font-family: Verdana, Tahona, Arial, Helvetica; font-size: 12px; line-height:16px; color:#000; }

a:link { color: #1E3A66; text-decoration:none; }
a:active { color: #1E3A66; text-decoration:none; }
a:visited {	color: #441D67;	text-decoration:none; }
a:hover  { color: #002040; text-decoration:underline; }

INPUT { border: #5B6A81 1px solid; font-size: 12px; }
TEXTAREA { border: #5B6A81 1px solid; font-size: 12px; }
SELECT { border: #5B6A81 1px solid; font-size: 12px; }

.capa_principal{ 
	max-width:1000px; min-width:600px;  height:100%;
	width: expression((documentElement.clientWidth < 1000) ? "1000px" : "100%" );
	/*background: url(/imagenes/atomo_fondo.gif) top left no-repeat;*/
}

.tabla_principal{ width:100%; height:100%; border:#DFDFDF solid 2px; }
.pie_pag {  
	border-top:#DFDFDF medium solid; text-align:center; margin-top:4px; color:#444; height:22px; font-size: 11px;
}

.class_grande { font-size: 17px; }
.class_titulo { font-size: 15px; }

.class_url { font-size: 10px; color:#777; }

.celda_con_borde { border: 1px solid #966734; }

.cuenta { 
	white-space:nowrap; text-align:center; 
	float:right; margin: 6px; padding: 3px;
	border: #B59575 medium double; background-color:#E0C2A7;
}

ul, ol { 
	margin: 4px;
	padding: 0px;
	margin-left: 30px;
	list-style-position: outside; 
}
.lista_sin_sangria {
	margin: 2px;
	padding: 0px;
	margin-left: 15px;
	list-style-position: outside; 	
}
li, dd {  
	padding: 2px;
}
dl { 
	margin: 4px;
	padding: 0px;
	margin-left: 0px;
}

.text_direc	{
	height:25px;
	padding: 5px;
	border: #CCCCCC thin solid;
}

.titulo_pag {  
	font-weight:bold; font-family:"Times New Roman", Times, serif;
	font-size:32px;
	line-height:40px; /* Sino sale entrecortado en IE */ 
}

.cita_foro { 
	background-color:#E6D2B5;
	background-image:url(/imagenes/foro/cita.gif); background-repeat:no-repeat;	background-position:top left;
	padding:8px; margin:8px;
	text-align:left;	text-indent:20px;
}

.img_test{ margin:8px; float:left; }

.ayuda{
	background-image:url(/imagenes/iconos/ayuda.gif); background-repeat:no-repeat; background-position:top left;
	padding:6px; text-align:left; border:#ABC4E5 dotted 2px;	
}