/* CSS Document */

	body
	{
		background-color:#000;
		background-image:url(img/fondo.jpg);
		background-position:bottom center;
		background-repeat: repeat-x;
		font-family:Arial, Helvetica, sans-serif;
		margin:0px;
	}
	
	a
	{
		text-decoration:none;
	}
		
	.cabecera
	{
		height:174px;
		background-image:url(img/cabecera.png);
		background-repeat:no-repeat;
		vertical-align:top;
	}
	
	.cuerpo
	{	
		background-color:#dbdbdb;
	}
	
	.puntitos
	{
		background-image:url(img/puntitos.gif);
		background-repeat:repeat-x;
		background-position:center;
		height:3px;
	}

	.puntitos2
	{
		background-image:url(img/puntitos2.gif);
		background-repeat:repeat-x;
		background-position:center;
		height:3px;
	}

	.puntitos3
	{
		background-image:url(img/puntitos3.gif);
		background-repeat:repeat-x;
		background-position:center;
		height:3px;
	}
	
	.tdlog
	{
		background-image:url(img/inputreg.gif);
		background-repeat:no-repeat;
		background-position:top center;
		padding-bottom:4px;
	}
	
	.inputlog
	{
		border:none;
		background-color:transparent;
		font-size:11px;
		text-align:center;
	}
	
	.submitlog
	{
		border:0px;
		margin:0px;
		background-image:url(img/btnentrar.gif);
		background-repeat:no-repeat;
		width:66px;
		height:27px;
		cursor:pointer;
	}
	
	.submitdetalle
	{
		cursor:pointer;
		background:url(img/btnpujar2.gif) no-repeat; 
		width:50px; 
		height:21px; 
		border:none; 
		margin:0px;
	}
	
	.submitreg
	{
		cursor:pointer;
		background:url(img/registrarse.gif) no-repeat; 
		width:86px; 
		height:21px; 
		border:none; 
		margin:0px;
	}
	
	.submitmod
	{
		cursor:pointer;
		background:url(img/modificar.gif) no-repeat; 
		width:86px; 
		height:21px; 
		border:none; 
		margin:0px;
	}

	.submitcomprar
	{
		cursor:pointer;
		background:url(img/comprar.gif) no-repeat; 
		width:77px; 
		height:21px; 
		border:none; 
		margin:0px;
	}
	
	.submitsiguiente
	{
		cursor:pointer;
		background:url(img/siguiente.gif) no-repeat; 
		width:77px; 
		height:21px; 
		border:none; 
		margin:0px;
	}


	.submitfinalizar
	{
		cursor:pointer;
		background:url(img/finalizar.gif) no-repeat; 
		width:77px; 
		height:21px; 
		border:none; 
		margin:0px;
	}
	
	.submitmultipuja
	{
		cursor:pointer;
		background:url(img/btnmultipuja.gif) no-repeat; 
		width:77px; 
		height:21px; 
		border:none; 
		margin:0px;
	}

	
	.inputpuja
	{
		border:1px solid #666;
		font-size:12px;
		height:16px;
		color:white;
		text-align:center;
		background-color:#363636;
	}
	
	.sep_central
	{
		width:1px;
		background-image:url(img/separador.gif);
		background-position:bottom center;
		background-repeat:no-repeat;
	}
	
	.cuerpo_izq
	{
		width:229px;
		vertical-align:top;
	}
	
	.cuerpo_cen
	{
		width:541px;
		vertical-align:top;		
	}
	
	.cuerpo_der
	{
		width:184px;
		vertical-align:top;
	}

	.texto
	{
		color:#666;
		text-align:left;
	}
	
	.campo
	{
		font-size:11px;
		text-align:left;
		font-weight:bold;
		width:120px;
		color:#666;
	}
	
	.reg
	{
		color:white;
		border:1px solid #ccc;
		background-color:#666;
		padding-left:3px;
		font-size:11px;
		width:320px;
		height:17px;
	}
	
	.campo1
	{
		text-align:right;
		padding-right:35px;
	}	

	.valor
	{
		text-align:left;
	}
	
	.titulo
	{
		font-size:16px;
		color:#b1b1b1;
	}
	.titulo:first-letter
	{
		font-size:40px;
		font-weight:bold;
		color:#939393;	
	}
	
	.cabList
	{
		font-size:12px;
		background-color:#B91520;
		color:#FFF;
	}
	
	/*POSICIONES*/
	.centro
	{
		text-align:center;
	}
	/*COLORES*/
	.verde
	{
		color:green;
	}
	.blanco
	{
		color:white;
	}
	.grisclaro3
	{
		color:#949494;
	}
	.grisclaro2
	{
		color:#b1b1b1;
	}
	.grisclaro
	{
		color:#cecece;
	}
	
	.marengo
	{
		color:#393939;
	}
	
	.azul
	{
		color:blue;	
	}
	
	.gris
	{
		color:#666;
	}
	
	.blanco
	{
		color:#FFF;
	}
	.rojofuerte
	{
		color:#b91520;
	}
	
	.amarillo
	{
		color:yellow;
	}
	.naranja
	{
		color:#fcb300;
	}
	
	.negrita
	{
		font-weight:bold;
	}
	
	.izq
	{
		text-align:left;
	}
	.cen
	{
		text-align:center;
	}
	.der
	{
		text-align:right;
	}
	
	/*TAMAŅOS DE LETRA*/
	.nueve
	{
		font-size:9px;
	}
	.diez
	{
		font-size:10px;
	}
	.once
	{
		font-size:11px;
	}
	.doce
	{
		font-size:12px;
	}
	
	.trece
	{
		font-size:13px;
	}
	
	.catorce
	{
		font-size:14px;
	}
	
	.dieciseis
	{
		font-size:16px;
	}
	
	.dieciocho
	{
		font-size:18px;
	}
	.fverde, .frojo, .fnaranja{
		
		height:21px;
		margin:0 auto;
		font-size:11px;
		font-weight:bold;
		background-repeat:no-repeat;
		color:#FFF;
	}
	
	.fverde{ background-image:url(img/fverde.gif);width:35px; }
	.fnaranja{ background-image:url(img/fnaranja.gif); width:35px;}
	.frojo{ background-image:url(img/frojo.gif); width:41px; }
	
	.fverde span,.fnaranja span, .frojo span{ position:relative;top:3px; }

