/*****
Proyecto: APLICACIÓN ENVASES ROMERO - VERDE
Autor: Minerva S.F.
*****/


body{
	background:#609223 url(../images/menu/fondo_verde.png) repeat-x top left fixed;
	background:url(../images/fondo_verde.png) no-repeat top right fixed, #609223 url(../images/menu/fondo_verde.png) repeat-x top left fixed;
}

a{
	color:#000000;
}
	a:hover {
		color:#284800;
	}


/********* MENÚ *********/
	#top .logo {
		background: url(../images/fondo_logoverde.jpg) no-repeat;
	}
	#top .menu{
		background:url(../images/menu/bg_menu_verde.png) repeat-x;
	}
			#top .menu .apartado .arriba{
				background:url(../images/menu/bg_menu_verde.png) repeat-x;
			}
						#top .menu .apartado .abajo .categorias a:hover{
							color:#a8ff3d;
						}
		.arriba2{
			background: url(../images/menu/bg_menu_verde.png) repeat-x;
		}						
		#top .menu .final{
			background:url(../images/menu/bg_menufinal_verde.png) repeat-x;
		}					



/********* CONTENIDO *********/
		
			#contenido .formulario .entrar .boton{
				border:2px solid #5eab1c;
				background: #92c241;
				background: -moz-linear-gradient(top,  #92c241 0%, #6a9b30 100%);
				background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#92c241), color-stop(100%,#6a9b30));
				background: -webkit-linear-gradient(top,  #92c241 0%,#6a9b30 100%);
				background: -o-linear-gradient(top,  #92c241 0%,#6a9b30 100%);
				background: -ms-linear-gradient(top,  #92c241 0%,#6a9b30 100%);
				background: linear-gradient(to bottom,  #92c241 0%,#6a9b30 100%);
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#92c241', endColorstr='#6a9b30',GradientType=0 );
				color:#ffffff;
			}
				#contenido .formulario .entrar .boton:hover {
					color:#8d0000;
				}	
		#contenido .formulario input{
			border:2px solid #5eab1c;
		}	