/* - - - - - - - - - - - - - - - - - - - - -



Título : JUST SALAD

Autor : Javier Lobos



Descripción : calculador.css



Creado : 15 de julio, 2008



- - - - - - - - - - - - - - - - - - - - - */





/***********************/

/* ATRIBUTOS DE PAGINA */

/***********************/

body,th {

	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;

	font-size: 12px;

   line-height: 18px;

	color: #90c218;

	background-color: #278914;

	background-image: url(../images/f_calculator.jpg);

	background-repeat: repeat-x;



}

body {

	margin:0px;

}



a {

	text-decoration: none;

	font-weight: normal;

	color: #999;

}

a:hover {

	text-decoration: none;

	font-weight: normal;

	color: #258ec5;

}

h1 {

	/*margin-top: 0px;*/

	font-size: 14px;

}



p {

	font-size: 12px;

}



p2 {

	float: left;

	margin-top: 8px;

}

form {

	margin: 0px;

	padding: 0px;

}



li {

	list-style: none;

	margin: 0px;

}





/****** CONTENIDO ******/



#fondito {

	width: 980px;

	background-image: url(../images/fondito.jpg);

	background-repeat: repeat-y;

	margin-left: auto;

	margin-right: auto;

}



#contenedor {

	width: 980px;


	margin-left: auto;

	margin-right: auto;

	background-image: url(../images/fondo.jpg);

	background-repeat: no-repeat;

}



#columna_1 {

	width: 520px;

	float: left;

}



#ingredients_list {

	width: 513px;

	float: left;

	margin-top: 30px;

	margin-left: 15px;

	/*background-color: #fff;*/

	color: #90c218;

	padding-left: 20px;

}



div.lista {

	width: 160px;

	float: left;

/*	height: 500px;*/

}



#resultado {

	width: 270px;

	float: left;

	color: #000;

	padding: 10px;

	margin-top: 140px;

	margin-left: 20px;

}



#paraojos {

	width: 80px;

	float: left;

	color: #000;

	margin-top: 230px;

}

#update {
	width: 530px;
	clear: both;
}