body{
	background:url(../images/pattern_login.jpg) repeat-x top left;
}
#sesion{
		height:25px;
	}
#contenedora{
	max-height:600px !important;
}
#content {
	position:absolute;
	left:0px;
	top:120px;
	width:100%;
	max-height:200px !important;	
	

}

	#contenidoHome{
		background-color:transparent;
		text-align:center;
		width:100%;	
		max-height:200px !important;	
	}

		#tituloCategoria{
			background:transparent;
			color:#fff;
			
		}
			
			#tituloCategoria p{
				text-align:center;
				padding:0 0 10px 0;	
				
				
			}
			#tituloCategoria p a{
				color:#000;
				text-decoration:underline;
			}



form#loginForm {
	margin: 0 auto;
	width: 300px;
}
	form#loginForm label {
		display: block;
		font-weight: bold;
	}
	form#loginForm input#submit {
		background: #FFB600;
		border: 1px solid #000;
		color: #000;
		font-weight: normal;
		width: 100px;
	}