/* CSS Document */


body {
	background-color: #ffffff; 
}

td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size:8pt;
	font-weight:bold;
	font-stretch:extra-expanded;}

td img {vertical-align: bottom;}
	
.espaciado{ 
    letter-spacing: 2px; }
	
table.imagenfondo {
	background-repeat: no-repeat;}

.imagenrepetida {background-image:url(Imagenes/circulitonaranja.gif);

 				background-repeat: repeat-x;

 				background-position: bottom;}
	

.bordesdiscontinuosgris
	{border: 2px dotted #999999; 
	border-right:none;
	border-left:none}
 
.bordediscontinuonaranja
	{ border-bottom: 2px dotted  #FFA808}

.gris 
	{letter-spacing: 2px;
	 color: #AA988C;}

a:link { color:#C14400;
	text-decoration: none;}
	
a:visited {
	text-decoration: none;
	color: #AA988C;}
	
a:hover {
	text-decoration: none;
	color: #C14400;
}
a:active {
	text-decoration: none;
}
a.especial:link{ color:#AA988C;}
a.especial:visited { color:#AA988C;}
a.especial:hover{color:#C14400;}

a.flash:link{color:#FF66CC}
a.especial:visited { color:#AA988C;}
a.flash:hover{color:#AA988C;}

.boton {font-size:8pt;
		font-family: Arial, Helvetica, sans-serif;
		letter-spacing: 2px; 
		background:#E8E5DC;
		color: #AA988C;
		
		
		font-weight:bold;
		border: 0px;
		width:auto;
		height:auto;}
		
div.scroll {	height: 200px;
		width: 300px;
		overflow: auto;
		border: 1px solid #666;
		background-color:#FFFFFF;	
		padding: 8px;}
		

.entrar {position:relative;
		right:-75%;
		top:25%;}
