/* CSS Document */

/****************************************************************************
General:
body, img, form, td
****************************************************************************/

body { margin:0px; padding:0px; color:#979797; font:11px arial; background:#000; background-image:url(/images/fondo.gif); background-repeat:repeat-x; }
img { border:0px; }
form { margin:0px; padding:0px; }
input, select, textarea { font:11px arial; }
td { vertical-align:top; }
a { color:#990000; }
h1 { font:15px arial; font-weight:bold; color:#990000; margin-top:0px; }

legend { color:#900; }

/****************************************************************************
Identificadores:
contenedor, flash1, flash2, pestanas, contenido, ofrece, noticias, pie
****************************************************************************/

#contenedor { width:770px; margin:auto; background:#fff; background-image:url(/images/fondopie.gif); background-repeat:no-repeat; background-position:bottom; }

	#flash1 { width:770px; height:52px; background-image:url(/images/flash1.jpg); background-repeat:no-repeat; }
	#flash2 { width:770px; height:147px; background-image:url(/images/flash2.jpg); background-repeat:no-repeat; }
	#pestanas { width:770px; }	
	#contenido { width:760px; padding:20px 5px 10px 5px; margin:auto;}

		#ofrece { float:left; width:470px; background-image:url(/images/fondoofrece.gif); background-repeat:repeat-y;}
		#noticias { float:right; width:270px; }

#pie { width:770px; margin:auto; padding-top:5px; text-align:center; color:#A0A0A0; }
	
	#pie a { color:#A0A0A0; }
	
/****************************************************************************
Clases:
limpia, paginador, buscador, boton, error
****************************************************************************/

.limpia { clear:both; }
.paginador { width:100; margin:20px 0px 10px 0px; }
.buscador { width:98%; border:1px solid #ccc; background:#f1f1f1; padding:5px; }
.boton { background:#B11016; padding:2px; color:#fff; text-decoration:none; }
.error { padding:100px 0px 100px 0px; text-align:center; }
