/* CSS Document */

/*****************************************************************
General:
body, img, a, h1
*****************************************************************/

body { margin:0px; padding:0px; font:11px arial; }
a { text-decoration:none; color:#666; }
img { border:0px; }
h1 { font:12px arial; color:#990000; font-weight:bold; text-transform:uppercase; }
form { margin:0px; padding:0px; }
input { font:11px arial; }

/*****************************************************************
Identificadores:
contenedor, cabecera, cuerpo, pie
*****************************************************************/

#contenedor { width:751px; margin:auto;}

	#cabecera { width:751px; height:226px; }
	#cuerpo { width:751px; }
	#pie { width:751px; height:50px; color:#069; text-align:center;}

/*****************************************************************
Clasea:
limpia, boton
*****************************************************************/

.limpia { clear:both; }